Vidyalelo
Computer Fundamentals · Q536

Operating System

Computer Related · Computer Fundamentals · question 536

Q536

Which of the following is true about pseudocode

A.
A machine language
B.
An assembly language
C.
A high-level language
D.
All of the above
E.
None of the above
Answer

Answer: Option E

Solution

Answer: Option E
Solution:
Pseudo code is an informal way of programming description that does not require any strict programming language syntax or underlying technology considerations. It is used for creating an outline or a rough draft of a program. Pseudo code summarizes a program's flow, but excludes underlying details.