COMPILER DESIGN

ADVANCED TOPICS IN COMPILER DESIGN

CODE GENERATION FOR OBJECT ORIENTED LANGUAGES

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
This is consist of short, English phrases used to explain specific task.
A
IPO Chart
B
Flowchart
C
Pseudocode
D
None of the above
Explanation: 

Detailed explanation-1: -Pseudocode consists of short, English phrases used to explain specific tasks within a program.

Detailed explanation-2: -Pseudo code is a mixture of English like statements, some mathematical notations and selected keywords from a programming language. It is one of the tools used to design and develop the solution to a task or problem.

Detailed explanation-3: -A flowchart is a graphical representation of the steps a program takes to process data. In this, we can use several geometric patterns to illustrate the numerous actions the program carries out. An algorithm is a procedure or set of rules that defines how a program is to be executed.

Detailed explanation-4: -Pseudocode is an artificial and informal language that helps programmers develop algorithms. Pseudocode is a “text-based” detail (algorithmic) design tool. The rules of Pseudocode are reasonably straightforward. All statements showing “dependency” are to be indented. These include while, do, for, if, switch.

Detailed explanation-5: -The flowchart is a graphical representation of an algorithm. However, the pseudocode is the text-based representation of the algorithm. Well, we can use these concepts together to design software, or we can even use them independently.

There is 1 question to complete.