Computer Science, asked by Ananya123411, 1 year ago

describe the functioning of interpreter with diagram

Answers

Answered by Anonymous
3

Hi

Interpreter is used to interprets high level code and then execute it. Computers doesn't understand high level language so we have make it low level first then serve it to computer to execute. Compilers are also used to compile high level language to low language but compilers compile whole code at once to low level and if error occurs it stops compiling them and shows error without executing any line of code, whereas Interpreter executes every single line if it doen't contain any error ans stops if error occurs.



Attachments:
Answered by rustam0777
2

In computer science, an 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.
Similar questions