write a short note on intepreter in a computer
princessgagan2pdcgcl:
interpreter checks the orogram ir any kind of data line by line before execution. An interpreter is a computer program that is used to directly execute program instructions written using one of the many high-level programming languages. The interpreter transforms the high-level program into an intermediate language that it then executes, or it could parse the high-level source code and then performs the commands directly, which is done line by line or statement by statement
Answers
Answered by
3
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.
Regards,
Similar questions