Get premium membership and access questions with answers, video lessons as well as revision papers.

Give two advantages of compiling a program rather than interpreting.

      

Give two advantages of compiling a program rather than interpreting.

  

Answers


Kavungya
- Interpreters translate the source program one statement/line at a time, Compilers translate the entire source code at once before execution.
- Interpreters translate the program each time it runs, hence slower than compiling. Complied programs can be saved on a storage media. It does not require any further translation any time the program is run, hence executes faster than interpreted programs.
- Interpreter translation takes less memory, while compiled programs require more memory as the object code files are larger.
Kavungya answered the question on April 16, 2019 at 12:36


Next: Define a Language translator.
Previous: Explain what the production function expresses.

View More Computer Studies Questions and Answers | Return to Questions Index


Learn High School English on YouTube

Related Questions