Computer Fundamentals - Engineering

Q1:

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

A Assembly

B FORTRAN

C PASCAL

D BASIC

E None of the above

ANS:C - PASCAL

The benefit of pseudocode is that it enables the programmer to concentrate on the algorithms without worrying about all the syntactic details of a particular programming language. In fact, you can write pseudocode without even knowing a programming language you will use for the final implementation.