Question:easy

Flowcharts help in detecting errors during

Show Hint

Advantages of flowcharts: \[ \boxed{ \begin{aligned} &\text{Program planning}\\ &\text{Easy debugging}\\ &\text{Better documentation}\\ &\text{Simplifies program logic} \end{aligned} } \]
Updated On: Jul 23, 2026
  • Compilation
  • Debugging
  • Storage
  • Installation
Show Solution

The Correct Option is B

Solution and Explanation

Step 1: Think about how errors get found.
Logical mistakes in a program's flow are often easier to spot when the logic is laid out visually rather than buried in code.
Step 2: Connect this to the flowchart's role.
Because a flowchart shows the sequence of steps clearly, it becomes a natural tool for tracing where the logic goes wrong.
Step 3: Name the phase this supports.
This error-tracing activity is exactly what happens during debugging, not compilation, storage, or installation.
\[ \boxed{\text{Debugging}} \]
Was this answer helpful?
0