Question 52

Computer Awareness Object Oriented Programming Easy

Informal high-level description of an alrogithm in English is called

(A) function
(B) class
(C) Pseudo code
(D) None of the above
View Dynamic Solution & Explanation
Correct Solution: Option C

Step-by-step Solution:

An informal high-level description of an algorithm in English is: In Pseudo code, the steps of an algorithm are described informally using structured English-like statements. Pseudo code allows one to convey the logic of an algorithm without adhering strictly to the syntax of a programming language. \[\] Correct Option: (c)