Define interpreter and compiler
Answers
Answered by
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❤
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
Answered by
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