MCQ
Which symbol must appear at the end of a flowchart?
Unit-2 Computational Thinking and Algorithms
A
Input symbol
B
Stop terminal
C
Decision symbol
D
Processing symbol
Explanation
Every flowchart ends with a Stop terminal symbol.
Related MCQs
Read two numbers, add them, and display the sum. Which pseudocode correctly represents this?
Unit-2 Computational Thinking and Algorithms
View
Which of the following is an example of a constant?
Unit-2 Computational Thinking and Algorithms
View
You need to show that a program reads a number. Which flowchart symbol should you use?
Unit-2 Computational Thinking and Algorithms
View
Sum = 0; FOR count = 1 TO 3; Sum = Sum + count; NEXT count; PRINT Sum. What is the output?
Unit-2 Computational Thinking and Algorithms
View
In a flowchart, the flow of control is shown using:
Unit-2 Computational Thinking and Algorithms
View
A loop that runs a fixed number of times is called a:
Unit-2 Computational Thinking and Algorithms
View