Computer Science - Computer Fundamentals - Discussion

Discussion Forum : Computer Fundamentals - Section 8 (Q.No. 19)
19.
A computer program that converts an entire program into machine language at one time is called a/an
interpreter
simulator
compiler
commander
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
2 comments Page 1 of 1.

Mtg said:   7 years ago
If we were to interpret assembly source, which is the output of a traditional compiler, as machine language, then it is acceptable. However, if we distinctly differentiate machine language from assembly language, then machine language is not the output of a compiler.

Nimesh Kore said:   7 years ago
The answer should be Interpreter. As compiler converts data to object not in machine dependent code.

Post your comments here:

Your comments will be displayed after verification.