Google News
logo
Today General Knowledge(GK)
Which of the following languages is often translated to pseudo code?
A)
BASIC
B)
PASCAL
C)
FORTRAN
D)
Assembly

Correct Answer : Option (B) - PASCAL



PASCAL languages is often translated to pseudo code
 
Pseudocode is an informal high-level description of the operating principle of a computer program or other algorithm. It uses the structural conventions of a normal programming language, but is intended for human reading rather than machine reading. Pseudocode typically omits details that are essential for machine understanding of the algorithm, such as variable declarations, system-specific code and some subroutines. The programming language is augmented with natural language description details, where convenient, or with compact mathematical notation. The purpose of using pseudocode is that it is easier for people to understand than conventional programming language code,

Published On : June 18, 2021
Category : Computers
Advertisement