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

Which of the following is a common characteristic of pseudocode?
It is a programming language.
It uses diagrams to represent an algorithm.
It uses an informal high-level description of algorithms.
It can be directly executed by a computer.

Explanation

Pseudocode is designed to be easy to understand, and can be easily converted to an actual programming language.

Comments (0)

Advertisement