188k views
5 votes
If you were planning how to write a program, at what point would a flowchart be helpful? At what point would pseudocode be helpful? Explain your reasoning.

2 Answers

0 votes

Answer:

A flowchart is helpful because you can kind of plan out what you want to do fr the program. This would be a very early step to see if it is still intriguing for you. Pseudocode is a good next step. You can use pseudocode to write out the simple code and get an idea of how long it will take to code the whole thing.

Step-by-step explanation:

User JayCo
by
7.5k points
3 votes

Answer:

We must use the pseudocode between plantation and programming process.

Step-by-step explanation:

If we're going to elaborate a programming software, we must follow some steps.

For example:

First step: we must do a plan and analyze variables, requirements, and opportunities.

Second step: In this step, we must elaborate on the program's structure with the pseudocode, with this tool lets go to design our program.

Third step: If we already have our structure, our design with the pseudocode, the programming work going to be easier.

User Elprl
by
8.0k points