Single Choice Moderate

QAlgorithm to find sum of two numbers primarily uses:

ID: #25769 MCQ Quiz - Class 8 - Algorithm & Flowchart 4 views
Question Info
#25769Q 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 Only selection
  • C Only iteration
  • D None
Correct Answer

Explanation

Correct Answer Explanation:

Finding the sum is straight-line logic: read A, read B, compute A+B, print. This is pure sequence with no branching or looping.

Why the other options are incorrect:

  • Option B: There's no decision needed to add two numbers.
  • Option C: There's no need to loop for a single addition.
  • Option D: The algorithm exists, so 'none' is wrong.

Share This Question

Challenge a friend or share with your study group.