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
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
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.
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic