Computer Science for IGCSE & O level - Algorithm Design And Problem Solving (Section 1 - No. 12)

In pseudocode, what does 'OUTPUT' usually indicate?
The start of a loop.
A variable assignment.
Displaying information to the user.
Reading input from the user.

Explanation

OUTPUT is used in pseudocode to display output or information to the user.

Comments (0)

Advertisement