Computer Science for IGCSE & O level - Software (Section 8 - No. 22)

Which of the following is generally an advantage of using a compiler?
Faster program execution
Easier debugging during development
The entire program is translated at once.
Often produces more efficient machine code.

Explanation

Compilers translate an entire program, and often generate optimized code that executes faster.

Comments (0)

Advertisement