what is an interpreter?
Answers
Answered by
16
interpreter is a computer program that directly executes, i.e. performs, instructions written in a programming or scripting language, without requiring them previously to have been compiled into a machine language program. An interpreter generally uses one of the following strategies for program execution:
parse the source code and perform its behavior directly;
translate source code into some efficient intermediate representation and immediately execute this;
explicitly execute stored precompiled code[1] made by a compiler which is part of the interpreter system.
I hope it help you....
Please mark me brainlist
parse the source code and perform its behavior directly;
translate source code into some efficient intermediate representation and immediately execute this;
explicitly execute stored precompiled code[1] made by a compiler which is part of the interpreter system.
I hope it help you....
Please mark me brainlist
love341:
plss give ans in short because this question only 2marks
Answered by
17
In computer science, an interpreter is acomputer program that directly executes, i.e.performs, instructions written in aprogramming or scripting language, without requiring them previously to have beencompiled into a machine language program.
hope it helps and plzz gv brainliest
hope it helps and plzz gv brainliest
Similar questions