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
Top Questions on Computer Languages and Algorithms