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

Choose the Best Option

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

  • A Making decisions
  • B Repeating tasks
  • C Reading files
  • D Printing only
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.

Share This Question

Challenge a friend or share with your study group.