COMPILER DESIGN

ADVANCED TOPICS IN COMPILER DESIGN

CODE GENERATION FOR OBJECT ORIENTED LANGUAGES

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Which of the following is FALSE?
A
COBOL is the language meant for business applications
B
FORTRAN is used for scientific applications
C
SCHEME is a dialect of LISP
D
Assembly language is a high level language
Explanation: 

Detailed explanation-1: -Answer: It is low level language so the statement is false.

Detailed explanation-2: -A: Assembly Language Assembly is a low-level programming language.

Detailed explanation-3: -An example of low-level language is the Assembly language. High-level languages incorporate rules and specifications that humans can understand. High-level languages are converted by a compiler or interpreter before a machine can understand them.

Detailed explanation-4: -Assembly language is an example of middle-level language. In assembly language, we use predefined words called mnemonics. Binary code instructions in low-level language are replaced with mnemonics and operands in middle-level language.

There is 1 question to complete.