Single Choice Moderate

QWhich best represents an algorithm step to add two numbers?

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

Choose the Best Option

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

  • A Sum = A + B
  • B Only sum
  • C A
  • D B
Correct Answer

Explanation

Correct Answer Explanation:

'Sum = A + B' clearly shows the calculation: assign the result of adding A and B to the variable Sum. It's precise and unambiguous.

Why the other options are incorrect:

  • Option B: 'Only sum' doesn't show how the sum is calculated.
  • Option C: Just 'A' doesn't describe an action.
  • Option D: Just 'B' doesn't describe an action.

Share This Question

Challenge a friend or share with your study group.