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

What is the main advantage of using pseudocode?
It can be directly executed by a computer.
It is a standardized programming language.
It is easy to convert to actual code and focuses on the logic.
It makes the code run faster.

Explanation

Pseudocode allows the programmer to focus on the algorithm's logic.

Comments (0)

Advertisement