Single Choice Moderate

QWhich is a decision question?

ID: #25756 MCQ Quiz - Class 8 - Algorithm & Flowchart 3 views
Question Info
#25756Q ID
ModerateDifficulty
MCQ Quiz - Class 8 - Algorithm & FlowchartTopic

Choose the Best Option

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

  • A Is A > B?
  • B Print value
  • C Read A
  • D Sum = A+B
Correct Answer

Explanation

Correct Answer Explanation:

'Is A > B?' is a Yes/No question — a classic decision that branches based on the comparison result.

Why the other options are incorrect:

  • Option B: Print value is an OUTPUT operation, not a decision.
  • Option C: Read A is an INPUT operation, not a decision.
  • Option D: Sum = A+B is a PROCESS step (calculation), not a decision.

Share This Question

Challenge a friend or share with your study group.