Interpreters
An interpreter is another type of translator used for translating high level languages into machine code. It takes one statement of a hing level language and translates it into a machine instruction which is immediately executed.
An interpreter translates one instruction send to the control unit executes the resulting machine code. The next instruction is translated and the control unit executes the machine code instruction and so on.
It is different from a compiler which merely translates the entire source program into an object program and is not involved in its execution.
Redmi Note 10T
0 Comments