Single Choice Moderate

QAlgorithm to find greater of two numbers uses:

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

Choose the Best Option

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

  • A Selection
  • B Only sequence
  • C Only iteration
  • D None
Correct Answer

Explanation

Correct Answer Explanation:

You must DECIDE which is greater — that requires comparison and branching, which is selection.

Why the other options are incorrect:

  • Option B: Pure sequence can't make choices.
  • Option C: No looping is needed for a single comparison.
  • Option D: The algorithm involves a decision, so 'none' is incorrect.

Share This Question

Challenge a friend or share with your study group.