Single Choice Moderate

QSelection structure is also called:

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

Choose the Best Option

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

  • A Branching
  • B Sequence
  • C Iteration
  • D Repetition
Correct Answer

Explanation

Correct Answer Explanation:

Selection is also called BRANCHING because it splits flow into different branches based on a condition (Yes/No, True/False).

Why the other options are incorrect:

  • Option B: Sequence is straight-line flow, not branching.
  • Option C: Iteration means repeating steps, not choosing between paths.
  • Option D: Repetition is the same as iteration, not selection.

Share This Question

Challenge a friend or share with your study group.