Single Choice Moderate

QSum of first 10 numbers uses:

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

Choose the Best Option

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

  • A Iteration
  • B Only sequence
  • C Only selection
  • D None
Correct Answer

Explanation

Correct Answer Explanation:

Adding 1+2+3+...+10 by repeatedly adding is iteration (a loop that runs 10 times).

Why the other options are incorrect:

  • Option B: Pure sequence with 10 separate additions is inefficient.
  • Option C: Selection alone can't repeat operations.
  • Option D: The algorithm exists, so 'none' is wrong.

Share This Question

Challenge a friend or share with your study group.