Q482
Which of the following might be used to convert high-level language instructions into machine language?
A.
system software
B.
applications software
C.
an operating environment
D.
an interpreter
AnswerE.
None of the above
Answer: Option D
Solution
Answer: Option D
Solution:
High-level languages usually employ one of two types of translators: a compiler or an interpreter. A compiler is a translator that reads your high-level program and converts the entire thing into a working machine language program.