COMPILER DESIGN

ADVANCED TOPICS IN COMPILER DESIGN

CODE GENERATION FOR OBJECT ORIENTED LANGUAGES

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
The 3 main types of translators are ____
A
Assemblers, Compilers & Interpreters
B
Assemblers, Compilers & Converters
C
Assemblers, Scripters & Interpreters
D
Converters, Scripters & Interpreters
Explanation: 

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.

There is 1 question to complete.