What Is Interpreter?

Definition :
Interpreter is a program that executes instructions written in a high-level language.
or
Interpreters: Convert a source program and execute it at the same time.

Properties Of Interpreter :
▫️Translate the program line by line.
▫️ Each time the program is executed ,every line is checked for syntax error & then converted to equivalent machine code directly.
▫️Requires less main memory
▫️Source program and the interpreter are required for execution.
▫️Good for fast debugging and testing.
▫️Execution time is more.
▫️No Security of source code .

Comments

Popular Posts

Give Your Feedback

Name

Email *

Message *