 
                 
                InterviewSolution
 Saved Bookmarks
    				| 1. | Differentiate between an interpreter and a compiler | 
| Answer» Compiler transforms code written in a high-level programming language into the machine code, at once, before program runs, whereas an Interpreter COVERTS each high-level program statement, ONE by one, into the machine code, during program run. Compiled code runs faster while interpreted code runs SLOWER. | |