Single Choice Moderate

QAlgorithm to print 1 to 10 uses:

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

Choose the Best Option

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

  • A Iteration/Loop
  • B Only selection
  • C Only sequence
  • D Only decision
Correct Answer

Explanation

Correct Answer Explanation:

Printing 1 to 10 requires REPEATING the print operation — that's iteration (a loop).

Why the other options are incorrect:

  • Option B: Pure selection doesn't repeat.
  • Option C: Writing 10 separate print statements is inefficient — loops are the right tool.
  • Option D: A single decision alone can't handle multiple prints.

Share This Question

Challenge a friend or share with your study group.