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

What does the term 'pseudocode' refer to?
A programming language.
A visual representation of an algorithm.
An informal language used to describe the steps of an algorithm.
The machine code of a program.

Explanation

Pseudocode uses a plain language description of steps for an algorithm, making it easier to translate into programming languages.

Comments (0)

Advertisement