Single Choice
Moderate
QWhich is a selection example?
ID: #25766
MCQ Quiz - Class 8 - Algorithm & Flowchart
2 views
Question Info
#25766Q ID
ModerateDifficulty
MCQ Quiz - Class 8 - Algorithm & FlowchartTopic
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
Correct Answer
Explanation
Correct Answer Explanation:
'If age >= 18 then adult' checks a condition and branches — a classic selection example.
Why the other options are incorrect:
- Option B: Sum = A+B is a single calculation (process), no branching.
- Option C: Looping 3 times is iteration, not selection.
- Option D: Straight steps is pure sequence, no branching.
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic