Step 1: Place flowcharts in the development cycle. Before any code gets written, developers usually sketch out the logic visually so the whole team can see the flow of the solution. Step 2: See what job this drawing does. This visual sketch is exactly what a flowchart provides - it helps design and organize the steps of a program before implementation. Step 3: Rule out the distractors. Storing data, compiling code and printing output are all things that happen elsewhere in the process, not what a flowchart is for. \[ \boxed{\text{Program planning}} \]
Was this answer helpful?
0
Top Questions on Computer Languages and Algorithms