COMPILER DESIGN

ADVANCED TOPICS IN COMPILER DESIGN

CODE GENERATION FOR OBJECT ORIENTED LANGUAGES

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
What is Pseudocode
A
A semiformal, English-like language with limited vocabulary that can be used to design and describe algorithms.
B
A formal language that is specifically used to write program.
C
A graph used to depict or show a step by step solution using symbols which represent a task.
D
A series of steps or statements that are executed in the order they are written in an algorithm.
Explanation: 

Detailed explanation-1: -Pseudocode is a semiformal English-like Pseudocode is a semiformal, English like language with limited vocabulary that can be used to design & describe algorithms.

Detailed explanation-2: -Pseudocode is an artificial and informal language that helps programmers develop algorithms. Pseudocode is a “text-based” detail (algorithmic) design tool.

Detailed explanation-3: -Pseudocode (pronounced SOO-doh-kohd) is a detailed yet readable description of what a computer program or algorithm must do, expressed in a formally-styled natural language rather than in a programming language. Pseudocode is sometimes used as a detailed step in the process of developing a program.

Detailed explanation-4: -Description: Pseudocode is not an actual programming language. So it cannot be compiled into an executable program. It uses short terms or simple English language syntaxes to write code for programs before it is actually converted into a specific programming language.

There is 1 question to complete.