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.
Related MCQs
Pseudocode is mostly written in:
Unit-2 Computational Thinking and Algorithms
View
Which keyword is commonly used in pseudocode to get input from the user?
Unit-2 Computational Thinking and Algorithms
View
Which of the following best describes iteration in an algorithm?
Unit-2 Computational Thinking and Algorithms
View
A decision symbol in a flowchart typically has how many outgoing flow lines?
Unit-2 Computational Thinking and Algorithms
View
Relational operators such as <, >, <=, >= and == are used to:
Unit-2 Computational Thinking and Algorithms
View
Which type of problem deals with finding the best possible solution among many possible solutions?
Unit-2 Computational Thinking and Algorithms
View