Question:Define Interperter.
Answer
Interpreter:
1. The syntax of each instruction is checked as it is entered.
2. Instructions that contain syntax errors are corrected and reentered.
3. Instructions without errors are executed immediately.
4. No object program is produced.