Computer Science, asked by jaiswalsadhana115, 9 months ago


2.
An
converts a high-level language program into machine language, line by line.
a. Assembler
b. Compiler
c. Interpreter

Answers

Answered by ssaattyyaam100
0

Answer:

c. Interpreter

Explanation:

Interpreter translates line by line, executes the instruction and then repeats the procedure for the remaining instructions.If any error found, they are to be removed immediately. Interpreter programs are preferred for beginners and are slow in execution speed.

Similar questions