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

Choose the Best Option

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

  • A else-if ladder
  • B loop
  • C sequence
  • D nested only
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.

Share This Question

Challenge a friend or share with your study group.