Single Choice Moderate

QProgram to find sum uses:

ID: #25871 MCQ Quiz - Class 8 - Programming 6 views
Question Info
#25871Q ID
ModerateDifficulty
MCQ Quiz - Class 8 - ProgrammingTopic

Choose the Best Option

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

  • A Sequence
  • B Loop only
  • C Recursion only
  • D None
Correct Answer

Explanation

Correct Answer Explanation:

Reading two numbers and printing their sum is a simple sequential program: input → process → output.

Why the other options are incorrect:

  • Option B: A single addition doesn't need a loop.
  • Option C: Recursion isn't needed for simple addition.
  • Option D: The program exists — 'none' is wrong.

Share This Question

Challenge a friend or share with your study group.