Single Choice Moderate

QWhich is a decision statement?

ID: #25897 MCQ Quiz - Class 8 - Decision Control Structure 4 views
Question Info
#25897Q ID
ModerateDifficulty
MCQ Quiz - Class 8 - Decision Control StructureTopic

Choose the Best Option

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

  • A if
  • B for
  • C while
  • D do
Correct Answer

Explanation

Correct Answer Explanation:

if is the fundamental decision statement — it evaluates a condition and executes code based on the result.

Why the other options are incorrect:

  • Option B: for is a loop (iteration) statement.
  • Option C: while is a loop (iteration) statement.
  • Option D: do is part of the do-while loop.

Share This Question

Challenge a friend or share with your study group.