Computer Science, asked by aaniminitasharma, 8 months ago

E Answer the following.
1. Differentiate between a compiler and an interpreter.
do and object code?​

Answers

Answered by rajunagaeee219
1

Answer:

Please mark as brainliest answer

Explanation:

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.

Answered by lavanya1317
1

Answer:

KEY DIFFERENCES

- 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.

- Compiler displays all errors after compilation, on the other hand, the Interpreter displays errors of each line one by one.

- Compiler is based on translation linking-loading model, whereas Interpreter is based on Interpretation Method.

- Compiler takes an entire program whereas the Interpreter takes a single line of code.

Hope this helps

please follow me and mark my answer brainliest

Similar questions