A. A machine language
B. An assembly language
C. A high-level language
D. None of these
Check Answer
The correct answer is C) A high-level language.
Pseudocode is a high-level language that is used to describe the logic of a computer program in a more human-readable format. It is not a machine language or an assembly language.
Option A, a machine language, is the lowest-level programming language that is directly executable by a computer’s central processing unit (CPU).
Option B, an assembly language, is a low-level programming language that uses symbolic representations of computer instructions and registers.
Therefore, options A (A machine language) and B (An assembly language) are incorrect. Option D (None of these) is also incorrect because pseudocode is indeed a high-level language.
Pseudocode is a high-level language that is used to describe the logic of a computer program in a more human-readable format. It is not a machine language or an assembly language.
Option A, a machine language, is the lowest-level programming language that is directly executable by a computer’s central processing unit (CPU).
Option B, an assembly language, is a low-level programming language that uses symbolic representations of computer instructions and registers.
Therefore, options A (A machine language) and B (An assembly language) are incorrect. Option D (None of these) is also incorrect because pseudocode is indeed a high-level language.