ADVANCED TOPICS IN COMPILER DESIGN
CODE GENERATION FOR OBJECT ORIENTED LANGUAGES
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
interpreter a ____ (more then one option)
|
the object code runs fast
|
|
each line is decoded one by one
|
|
no stand alone code produced
|
|
Easy to locate errors
|
Explanation:
Detailed explanation-1: -For interpreted languages, however, a syntax error may be detected during program execution, and an interpreter’s error messages might not differentiate syntax errors from errors of other kinds.
Detailed explanation-2: -As the name suggests, an interpreter transforms or interprets a high-level programming code into code that can be understood by the machine (machine code) or into an intermediate language that can be easily executed as well. The interpreter reads each statement of code and then converts or executes it directly.
Detailed explanation-3: -: one that interprets. especially : a person who translates orally for people speaking different languages.
There is 1 question to complete.