ADVANCED TOPICS IN COMPILER DESIGN
CODE GENERATION FOR OBJECT ORIENTED LANGUAGES
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
Assemblers, Compilers & Interpreters
|
|
Assemblers, Compilers & Converters
|
|
Assemblers, Scripters & Interpreters
|
|
Converters, Scripters & Interpreters
|
Detailed explanation-1: -Assemblers are a third type of translator . The purpose of an assembler is to translate assembly language into object code. Whereas compilers and interpreters generate many machine code instructions for each high-level instruction, assemblers create one machine code instruction for each assembly instruction.
Detailed explanation-2: -Generally, there are three types of translator: compilers. interpreters. assemblers.
Detailed explanation-3: -The four most common types of translation are as follows: Literary translation. Professional translation. Technical Translation. Administrative translation.
Detailed explanation-4: -Compiler is a translator which is used to convert programs in high-level language to low-level language and then save the executable object code to memory.