MCQ
In pseudocode, IF condition THEN ... is an example of a:
Unit-2 Computational Thinking and Algorithms
A
Selection structure
B
Loop
C
Terminal
D
Relational operator
Explanation
The IF statement is a selection structure that acts on a condition.
Related MCQs
Repeating a block of statements until a condition is satisfied is called:
Unit-2 Computational Thinking and Algorithms
View
A small circle used to connect a flowchart on the same page is called a(n):
Unit-2 Computational Thinking and Algorithms
View
Which type of problem involves finding a specific item from a large collection of items?
Unit-2 Computational Thinking and Algorithms
View
Which of the following is an example of a constant?
Unit-2 Computational Thinking and Algorithms
View
Which flowchart symbol is used to represent the start and end (terminal) of a flowchart?
Unit-2 Computational Thinking and Algorithms
View
Which statement best distinguishes an algorithm from a program?
Unit-2 Computational Thinking and Algorithms
View