Single Choice Moderate

QCondition returns:

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

Choose the Best Option

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

  • A true/false
  • B Only numbers
  • C Only text
  • D Only strings
Correct Answer

Explanation

Correct Answer Explanation:

Boolean conditions evaluate to either true or false. This binary outcome drives the decision.

Why the other options are incorrect:

  • Option B: Numbers can be PART of a condition but the condition returns boolean.
  • Option C: Text can be compared, but the condition still returns boolean.
  • Option D: Strings are compared to produce booleans.

Share This Question

Challenge a friend or share with your study group.