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

Assembly
FORTRAN
PASCAL
BASIC E. None of the above

The correct answer is: E. None of the above

Pseudocode is a high-level, non-executable description of a computer program or algorithm. It is written in a language that is easy for humans to read and understand, but is not specific to any particular programming language. Pseudocode is often used as a tool for planning and documenting the development of a computer program.

Assembly language is a low-level programming language that is specific to a particular computer architecture. It is used to write programs that can be directly executed by the computer’s hardware. Assembly language is not as easy to read and understand as pseudocode, but it is more efficient because it can take advantage of the specific features of the computer’s hardware.

FORTRAN is a high-level programming language that was developed in the 1950s. It is one of the oldest programming languages still in use today. FORTRAN is primarily used for scientific and engineering applications.

PASCAL is a high-level programming language that was developed in the 1970s. It is a structured programming language, which means that it emphasizes the use of subroutines and modules to organize code. PASCAL is often used as a teaching language in computer science courses.

BASIC is a high-level programming language that was developed in the 1960s. It is a simple, easy-to-learn language that is often used for introductory programming courses. BASIC is also used for some applications, such as spreadsheets and word processors.

In conclusion, none of the above programming languages are often translated to pseudocode.