Single Choice Moderate

QSum of two numbers algorithm uses which control?

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

Choose the Best Option

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

  • A Sequence
  • B Selection
  • C Iteration
  • D None
Correct Answer

Explanation

Correct Answer Explanation:

Read A, read B, add them, print — straight sequence with no branching or repetition.

Why the other options are incorrect:

  • Option B: No decision is needed to add two numbers.
  • Option C: No repetition is needed.
  • Option D: The algorithm follows sequence, not 'none'.

Share This Question

Challenge a friend or share with your study group.