Single Choice Moderate

QWriting a menu-driven program uses:

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

Choose the Best Option

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

  • A else-if ladder or switch
  • B Only sequence
  • C Only loop
  • D None
Correct Answer

Explanation

Correct Answer Explanation:

Menu-driven programs (choose option 1, 2, 3, ...) use else-if ladders or switch statements to handle each option.

Why the other options are incorrect:

  • Option B: Sequence can't handle user choices.
  • Option C: Loops repeat the menu but selection needs decisions.
  • Option D: The problem is real and solvable.

Share This Question

Challenge a friend or share with your study group.