Pseudo code is similar to ___________?

  • A. Machine language
  • B. Simple English
  • C. Scientific language
  • D. All of these

Explanation

Pseudocode describes program logic using simple, structured English-like statements without following the strict syntax of a programming language. It is therefore easier for humans to read than machine or scientific language.

Related questions