ADVANCED TOPICS IN COMPILER DESIGN
PARALLEL AND DISTRIBUTED COMPILERS
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
One disadvantage of a compiler is that the process of compiling the code can take a long time.
|
True
|
|
False
|
|
Either A or B
|
|
None of the above
|
Explanation:
Detailed explanation-1: -Answer. Answer: False! Compiler compiles programs at once.
Detailed explanation-2: -A compiler takes an entire program and a lot of time to analyze the source code, whereas the interpreter takes a single line of code and very little time to analyze it. A compiled code runs faster while interpreted code runs slower. A compiler displays all errors after compilation.
There is 1 question to complete.