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 NOT a feature of low level language?
A
Uses facts and rules
B
Uses labels
C
Machine-orientate language
D
Used for tasks connected with running the computer
Explanation: 

Detailed explanation-1: -COBOL isn’t a low level language.

Detailed explanation-2: -The correct answer is Machine Language. Machine Language is the language written as strings of binary 1’s and Os. It is the only language that a computer understands without using a translation program. A low-level language is a machine language.

Detailed explanation-3: -It can be understood easily by the machine. It is considered as a machine-friendly language. It is difficult to understand. It is difficult to debug. Its maintenance is also complex. It is not portable. It depends on the machine; hence it can’t be run on different platforms. More items •02-Feb-2023

There is 1 question to complete.