Computer Science - Operating Systems Concepts - Discussion

Discussion Forum : Operating Systems Concepts - Section 2 (Q.No. 41)
41.
A translator which reads an entire programme written in a high level language and converts it into machine language code is:
assembler
translator
compiler
system software
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
3 comments Page 1 of 1.

Nilesh said:   6 years ago
The compiler is a simple program which converts the source code written by the humans to a machine language. While the assembler has a little bit different work, it converts the assembly language to the machine language. Compilers work more directly than the assemblers.

Shreyash said:   7 years ago
I am not getting the difference between compiler and assembler, can anyone please explain this for me?

Baalki said:   1 decade ago
Compiler translates high level language code into assembly language code next the assembler translates the assembly code to machine code.

Post your comments here:

Your comments will be displayed after verification.