MCQ
What is the main advantage of a flowchart over pseudocode?
Unit-2 Computational Thinking and Algorithms
A It can be executed by a computer
B It shows the flow of control graphically, making logic easier to see
C It is shorter than pseudocode
D It never contains errors
Explanation

A flowchart presents the logic visually with symbols and arrows, which is often easier to follow.