COMPILER DESIGN

ADVANCED TOPICS IN COMPILER DESIGN

PARALLEL AND DISTRIBUTED COMPILERS

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
One advantage of a translator is that errors are easier to spot.
A
True
B
False
C
Either A or B
D
None of the above
Explanation: 

Detailed explanation-1: -The advantages of machine translation generally come down to two factors: it’s faster and cheaper. The downside to this is the standard of translation can be anywhere from inaccurate, to incomprehensible, and potentially dangerous (more on that shortly).

Detailed explanation-2: -Interpreter is a computer program that can translate high-level language into low-level language. It does same job like compiler but does it differently. Unlike compiler, interpreter reads the source codes line by line and indicate error as it encounters them, making it easy to navigate and fix the errors.

There is 1 question to complete.