A program which translate high level language program into machine code line by lines is :-
Answers
Answered by
8
Answer:
interpreter
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.
Answered by
5
Answer:
Interpeter
Explanation:
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.
Please mark me brainlist
Similar questions