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
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
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.
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic