Single Choice Moderate

QDecision control structures allow:

ID: #25896 MCQ Quiz - Class 8 - Decision Control Structure 3 views
Question Info
#25896Q ID
ModerateDifficulty
MCQ Quiz - Class 8 - Decision Control StructureTopic

Choose the Best Option

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

  • A Selection of paths
  • B Only sequential flow
  • C Only loops
  • D None
Correct Answer

Explanation

Correct Answer Explanation:

Decision control structures let a program choose between different execution paths based on conditions — the program 'decides' what to do.

Why the other options are incorrect:

  • Option B: Sequential flow has no decisions; decisions add branching.
  • Option C: Loops are iteration, different from decisions.
  • Option D: Decision structures are fundamental — 'none' is wrong.
No Previous Next Question

Share This Question

Challenge a friend or share with your study group.