Question:easy

Flowcharts are mainly used for

Show Hint

A flowchart is used to \[ \boxed{ \text{Represent the logic and sequence of a program graphically.} } \]
Updated On: Jul 23, 2026
  • Storing data
  • Program planning
  • Compiling code
  • Printing output
Show Solution

The Correct Option is B

Solution and Explanation

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