Q
Medium 1 Mark
Computer Studies Programming Fundamentals
What is the correct order of steps in an algorithm to add two numbers?
Explanation
The correct order is: Start > Input A > Input B > Compute Sum = A+B > Display Sum > End. Inputs must come before computation.
Reference: Computer Studies , Page 1
Hint
You need the numbers before you can add them.