Single Choice Moderate

QA two-way selection is:

ID: #25768 MCQ Quiz - Class 8 - Algorithm & Flowchart 3 views
Question Info
#25768Q ID
ModerateDifficulty
MCQ Quiz - Class 8 - Algorithm & FlowchartTopic

Choose the Best Option

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

  • A If-else
  • B If
  • C For
  • D While
Correct Answer

Explanation

Correct Answer Explanation:

'If-else' provides two paths: one for when the condition is true, another for when it's false. Exactly one runs each time.

Why the other options are incorrect:

  • Option B: 'If' alone is one-way, not two-way.
  • Option C: 'For' is a loop (iteration), not selection.
  • Option D: 'While' is a loop, not a two-way selection.

Share This Question

Challenge a friend or share with your study group.