Vidyalelo
Computer Fundamentals · Q900

Computer fundamental

Computer Related · Computer Fundamentals · question 900

Q900

Which of the following languages is often translated to pseudo code?

A.
Assembly
B.
FORTRAN
C.
PASCAL
Answer
D.
BASIC
E.
None of the above

Answer: Option C

Solution

Answer: Option C
Solution:
Pseudo code is commonly used to teach algorithms for computer science students in an introductory programming course. When an automatic translation tool is available, students can translate their pseudo code to source code and then execute the resulted source code to check whether their algorithm is correct.