Single Choice
Moderate
Qif is used for:
ID: #25914
MCQ Quiz - Class 8 - Decision Control Structure
3 views
Question Info
#25914Q 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:
if is fundamentally a decision-making statement — it chooses whether to execute a block based on a condition.
Why the other options are incorrect:
- Option B: Repeating uses loops (for, while).
- Option C: Reading files uses specific file I/O classes.
- Option D: if does more than print — it makes decisions.
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic