135k views
2 votes
What program converts high level programming language into machine code line by linewhen the program is running

User Fritzie
by
3.7k points

1 Answer

1 vote

Answer:

interpreter

An interpreter is a computer program that simulates a computer that understands a high-level language. This means that the interpreter translates the source code line by line during execution.

Step-by-step explanation:

User Douglas Rosebank
by
4.1k points