835Software EngineeringMedium
An Interpreter is________?
Aa program that places programs into memory and prepares them for execution
Bprogram that accepts a program written in a high level language and produces an object program
Ca program that automate the translation of assembly language into machine language
Dis a program that appears to execute a source program as if it were machine language
Correct answer
D. is a program that appears to execute a source program as if it were machine language
Explanation
The correct answer is is a program that appears to execute a source program as if it were machine language.