1.

Is a translator program that converts program Line by Line.

Answer»

An INTERPRETER is a program that reads a high-level program and does what it SAYS. In EFFECT, it translates the program line-by-line, ALTERNATELY reading LINES and carrying out commands. A compiler is a program that reads a high-level program and translates it all at once, before executing any of the commands. Explanation:Hpe it helps!!!! :)



Discussion

No Comment Found