Single Choice Moderate

QSimple if has:

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

Choose the Best Option

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

  • A One branch
  • B Two branches
  • C Three branches
  • D Multiple branches
Correct Answer

Explanation

Correct Answer Explanation:

Simple if (without else) has only ONE branch — the true branch. Nothing happens if condition is false.

Why the other options are incorrect:

  • Option B: Two branches describes if-else.
  • Option C: Three branches would be a specific nested structure.
  • Option D: Multiple branches describes else-if ladder or switch.

Share This Question

Challenge a friend or share with your study group.