COMPILER DESIGN

ADVANCED TOPICS IN COMPILER DESIGN

CODE GENERATION FOR OBJECT ORIENTED LANGUAGES

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
converted into executable machine code by a utility program referred to as an assembler, translating the language instructions into opcodes
A
ASSEMBLER
B
INTERPRETER
C
COMPILER
D
None of the above
Explanation: 

Detailed explanation-1: -Assembly code is converted into executable machine code by a utility program referred to as an assembler.

Detailed explanation-2: -A program that converts a high-level language source file into a machine-language file is called a compiler.

Detailed explanation-3: -A compiler is a translator program that converts a high-level language source program into a machine language object program.

Detailed explanation-4: -A compiler is a special program that translates a programming languageā€™s source code into machine code, bytecode or another programming language. The source code is typically written in a high-level, human-readable language such as Java or C++.

There is 1 question to complete.