Single Choice
Moderate
QExecution stops at:
ID: #25862
MCQ Quiz - Class 8 - Programming
5 views
Question Info
#25862Q ID
ModerateDifficulty
MCQ Quiz - Class 8 - ProgrammingTopic
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
Correct Answer
Explanation
Correct Answer Explanation:
In an else-if ladder, execution stops at the FIRST condition that evaluates to true. Remaining conditions are skipped.
Why the other options are incorrect:
- Option B: It doesn't necessarily reach the last condition.
- Option C: Execution is deterministic, not random.
- Option D: It does stop — 'never' is wrong.
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic