COMPILER DESIGN

ADVANCED TOPICS IN COMPILER DESIGN

CODE GENERATION FOR OBJECT ORIENTED LANGUAGES

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Programs using the instruction set of a processor
A
Low-level
B
Object oriented
C
Imperative
D
Declarative
Explanation: 

Detailed explanation-1: -An example of an instruction set is the x86 instruction set, which is common to find on computers today. Different computer processors can use almost the same instruction set while still having very different internal design. Both the Intel Pentium and AMD Athlon processors use nearly the same x86 instruction set.

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

Detailed explanation-3: -Low-level language instructions in general are an abbreviation of the instruction that they symbolise and correspond directly (one-to-one) to the same instructions that they represent. The code that comes out of an assembly language compilation generates an executable binary machine code.

There is 1 question to complete.