Computer Science - Operating Systems Concepts - Discussion

Discussion Forum : Operating Systems Concepts - Section 4 (Q.No. 44)
44.
Indicate which, of the following, in not true about an interpreter
Interpreter generates an object program from the source program
Interpreter is a kind of translator
Interpreter analyses each source statement every time it is to be executed
All of the above
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
2 comments Page 1 of 1.

Sangamesh said:   1 decade ago
Because In computer science, an interpreter is a computer program that directly executes, i.e. performs, instructions written in a programming or scripting language, without previously compiling them into a machine language program.

Suman said:   1 decade ago
How come it is wrong that an interpreter converts a source program code to object code?

Post your comments here:

Your comments will be displayed after verification.