Question:

List three diffrrences between compiler and interpreter?

by  |  earlier

0 LIKES UnLike

List three diffrrences between compiler and interpreter?

 Tags:

   Report

1 ANSWERS


  1. 1. Compilers create refined code that runs much more quickly and efficiently than interpreted code, which must be parsed each time it is run.

    2. Compilers create machine code that cannot be changed easily. Interpreters use language that can be easily edited with a text editor without re-compiling.

    3. Interpreters use code that can be run from any platform that the interpreter can be installed on, while compiled code can only be run on the platform it was compiled for.

    (Is this really a special education question?)

Question Stats

Latest activity: earlier.
This question has 1 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.