MCQ
Which symbol appears at the beginning of every flowchart?
Unit-2 Computational Thinking and Algorithms
A
Stop terminal
B
Start terminal
C
Decision diamond
D
Input parallelogram
Explanation
Every flowchart begins with a Start terminal symbol.
Related MCQs
Which symbol must appear at the end of a flowchart?
Unit-2 Computational Thinking and Algorithms
View
How many times will Hello be printed if the loop runs FOR count = 1 TO 4 and prints Hello each time?
Unit-2 Computational Thinking and Algorithms
View
What should a pseudocode be converted into before a computer can run it?
Unit-2 Computational Thinking and Algorithms
View
Which flowchart symbol represents a processing operation such as a calculation?
Unit-2 Computational Thinking and Algorithms
View
Which flowchart symbol is used to represent a decision or condition?
Unit-2 Computational Thinking and Algorithms
View
Which of the following is an example of a constant?
Unit-2 Computational Thinking and Algorithms
View