Q1046
Which of the following translate back from machine code something resembling the source language
A.
Interpreter
B.
Compiler
C.
Assembler
D.
Decompiler
AnswerE.
None of the above
Answer: Option D
Solution
Answer: Option D
Solution:
A decompiler is a computer program that takes an executable file as input, and attempts to create a high level source file which can be recompiled successfully.