.3 Show various process stages involved during the debugging process of Interpreter with the help of suitable diagram. 02 Marks Show transcribed image text .3 Show various process stages involved during the debugging process of Interpreter with the help of suitable diagram. 02 Marks
Answer
An Interpreter is a program that executesinstructions written in a high-level language. It works bytranslating the high-level instructions into anintermediate form. It then runs and executes the code that ittranslates immediately.
Thus an interpreter
OR
OR