Single Choice Moderate

QDecision control structures include:

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

Choose the Best Option

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

  • A if, if-else, else-if ladder
  • B for, while
  • C Only sequence
  • D None
Correct Answer

Explanation

Correct Answer Explanation:

The main decision structures are if, if-else, else-if ladder, and switch statements.

Why the other options are incorrect:

  • Option B: for and while are LOOPS, not decision structures.
  • Option C: Sequence has no decisions.
  • Option D: Multiple decision structures exist.

Share This Question

Challenge a friend or share with your study group.