Operating Systems Concepts - Engineering

Q1:

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

ANS:E - None of the above

Pseudocode is an informal high-level description of the operating principle of a computer program or other algorithm.

An algorithm is a procedure for solving a problem in terms of the actions to be executed and the order in which those actions are to be executed. An algorithm is merely the sequence of steps taken to solve a problem. The steps are normally "sequence, " "selection, " "iteration, " and a case-type statement.