Multiple choice

Which of the following is true about Pseudo code?

  1. It is a machine language.

  2. It is an assembly language.

  3. It is a high-level language.

  4. None of the above

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Pseudocode is an informal programming description that uses structural conventions of programming languages but is intended for human reading rather than machine execution. It is not machine language (binary), not assembly language (low-level mnemonic), and not a high-level programming language (executable).