Single Choice Moderate

QA single-way selection is:

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

Choose the Best Option

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

  • A If
  • B If-else
  • C If-else if
  • D None
Correct Answer

Explanation

Correct Answer Explanation:

'If' alone is a single-way selection: an action runs ONLY if the condition is true. If false, nothing extra happens.

Why the other options are incorrect:

  • Option B: 'If-else' is a two-way selection (one action for true, another for false).
  • Option C: 'If-else if' is a multi-way selection.
  • Option D: 'None' is incorrect since 'if' is a valid selection.

Share This Question

Challenge a friend or share with your study group.