Computer Science, asked by falak31, 1 year ago

Define interpreter and compiler

Answers

Answered by Nereida
8
HEYY...FRIEND...♥♥♥




HERE'S THE ANSWER :
✴✴✴✴✴✴✴✴✴

An interpreter translates high-level instructions into an intermediate form, which it then executes. In contrast, a compiler translates high-level instructions directly into machine language. Compiled programs generally run faster than interpreted programs.

♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦

HOPE IT HELPS...

#nks23❤

Nereida: Mark BRAINLIEST and follow me also click THANKS
falak31: I don't know how to mark brainliest. I m new user
Nereida: above my answer..there will be a option...telling to Mark as brainliest just click that...if you want to make others answer as brainliest click BEAINLIEST option above their answer
Answered by BloomingBud
21

INTERPRETER :

In contrast, an interpreter is a compiler that translates and executes one source program statement at a time. Because this translation is done one statement at a time, interpreters tend to be simpler than compilers. This simplicity allows for more extensive debugging and diagnostic aids to be available on interpreters.

Meaning of

Compiler : The translation of high-level language program to object code is accomplished by a software program called a compiler, which translates the entire program at once.

Similar questions