Single Choice Moderate

QLargest of two numbers uses:

ID: #25780 MCQ Quiz - Class 8 - Algorithm & Flowchart 3 views
Question Info
#25780Q 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 Sequence only
  • C Iteration only
  • D None
Correct Answer

Explanation

Correct Answer Explanation:

Comparing two numbers to find the larger requires a decision (if A>B) — that's selection.

Why the other options are incorrect:

  • Option B: Sequence alone can't decide which is bigger.
  • Option C: No looping is needed for a single comparison.
  • Option D: The algorithm needs decisions, so 'none' is incorrect.

Share This Question

Challenge a friend or share with your study group.