MCQ
What do flow lines (arrows) in a flowchart indicate?
Unit-2 Computational Thinking and Algorithms
A
The direction of the flow of control
B
The colour of the steps
C
The number of variables
D
The speed of the computer
Explanation
Flow lines connect symbols and show the direction of control flow.
Related MCQs
What will be printed after this dry run? X = 2; X = X + 3; PRINT X.
Unit-2 Computational Thinking and Algorithms
View
Showing the result of a calculation on the screen is an example of:
Unit-2 Computational Thinking and Algorithms
View
Evaluate the expression: (5 > 3) AND (2 < 4).
Unit-2 Computational Thinking and Algorithms
View
An algorithm must be unambiguous. This means that:
Unit-2 Computational Thinking and Algorithms
View
A value that does not change during the execution of a program is called a:
Unit-2 Computational Thinking and Algorithms
View
Which control structure allows a program to make a choice based on a condition?
Unit-2 Computational Thinking and Algorithms
View