COMPILER DESIGN

ADVANCED TOPICS IN COMPILER DESIGN

CODE GENERATION FOR OBJECT ORIENTED LANGUAGES

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
An example of a LOW level language would be:
A
C#
B
Python
C
Assembler
D
Scratch
Explanation: 

Detailed explanation-1: -Assembly language and machine language are two examples of low-level programming languages.

Detailed explanation-2: -Sometimes called assembly or ASM, an assembly language is a low-level programming language. Programs written in assembly languages are compiled by an assembler.

Detailed explanation-3: -Some examples of low-level languages include the Machine language and Assembly language.

Detailed explanation-4: -An assembler completes the task in two passes. It produces a machine code in form of mnemonics. It produces binary code in form of 0s and 1s. Examples are Java, C, C++ etc.

Detailed explanation-5: -Low-level language is also known as Machine Language. The machine language contains only two symbols 1 & 0. All the instructions of machine language are written in the form of binary numbers 1’s & 0’s. A computer can directly understand the machine language.

There is 1 question to complete.