Single Choice Moderate

QA decision has how many exits?

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

Choose the Best Option

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

  • A Only 1
  • B At least 2 (Yes/No)
  • C None
  • D 5
Correct Answer

Explanation

Correct Answer Explanation:

A decision box has at least 2 exits: one for Yes/True and one for No/False. This creates branching in the flowchart.

Why the other options are incorrect:

  • Option A: Only 1 exit means no decision is happening — it's just linear flow.
  • Option C: None means the flow gets stuck — impossible for a valid decision.
  • Option D: 5 exits would be unusual; typically decisions have 2 exits.

Share This Question

Challenge a friend or share with your study group.