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

Choose the Best Option

Click any option to instantly check if you're correct.

  • A If age >= 18 then adult
  • B Sum = A+B only
  • C Loop 3 times
  • D Straight steps
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.

Share This Question

Challenge a friend or share with your study group.