Single Choice Moderate

Qif-else is useful for:

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

Choose the Best Option

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

  • A Two-way decisions
  • B Only sequence
  • C Only loops
  • D None
Correct Answer

Explanation

Correct Answer Explanation:

if-else is perfect for two-way decisions — situations where exactly one of two actions must occur.

Why the other options are incorrect:

  • Option B: Sequence has no decisions.
  • Option C: Loops are for repetition, not decisions.
  • Option D: if-else is definitely useful.

Share This Question

Challenge a friend or share with your study group.