Which of the following translate back from machine code something resembling the source language
A
Interpreter
B
Compiler
C
Assembler
D
Decompiler
E
None of the above
Correct Answer: Decompiler
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.