Single Choice
Moderate
QGrade calculation is a good example of:
ID: #25928
MCQ Quiz - Class 8 - Decision Control Structure
2 views
Question Info
#25928Q 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:
Grade calculation checks multiple ranges (>=90:A, >=80:B, etc.) — a classic else-if ladder usage.
Why the other options are incorrect:
- Option B: Loops repeat; grading is a single classification.
- Option C: Pure sequence can't classify.
- Option D: Deep nesting works but is less clean than else-if.
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic