The scheme of which interpreter translates the source program is known as
Answers
Answered by
1
the scheme of which interpreter translates the source program is known as line by line
Answered by
0
Answer:
The scheme of which interpreter translates the source program is known as line-by-line.
Explanation:
- A language processor which translates a single statement of the source program into machine code and executes immediately before moving on to the next line is called an interpreter.
- The interpreter terminates its translating process if there is an error in the statement and immediately displays an error message.
- The interpreter moves on to the next line for execution only after the removal of the previous error.
- An Interpreter directly executes instructions that are written in a programming language without converting them into object code or machine code.
- Example of Interpreter: Perl, Python and Matlab.
- Though an interpreter takes less amount of time to analyze the source code but the overall execution time of the program is slower in case of interpreter.
To know more about Interpreter, click here ->
https://brainly.in/question/43303142
https://brainly.in/question/4324965
Similar questions