Computer Science - Computer Fundamentals - Discussion

Discussion Forum : Computer Fundamentals - Section 1 (Q.No. 11)
11.
A computer program that converts assembly language to machine language is
Compiler
Interpreter
Assembler
Comparator
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
40 comments Page 1 of 4.

Anupama said:   7 years ago
Compiler converts high level langauge to machine level langauge whereas assembler converts assembly level langauge to machine level and interpreter which converts high level langauge to machine level line by line.
(4)

Samuel said:   9 years ago
Compiler- a special program that takes written source code and turns to machine language at a go.

Assembler - specific to translating programs written in assembler language to machine language.

Interpreters- interpreter processes the program as its being executed.
(4)

Deepali Bajaj said:   8 years ago
Compiler converts high level language to assembly language and assembler converts assembly language to machine language.
(1)

Viha said:   9 years ago
Compiler and interpreters convert the src code to assembly code. And assembler converts that code into machine code. So the C is the right answer.
(1)

Vinisha said:   10 years ago
How to solve input & output sums by giving numbers & alphabet like 1, 1a to the given input so that it can be solved with out waiting time.
(1)

Ashu said:   1 decade ago
Assembler is used to convert the program written in assembly language (mean a program written in form of mnemonics) into machine level language.

Sangeeta said:   1 decade ago
It is C, assembler as it converts assembly language into machine language. It cannot be compiler or interpreter as both convert high language into machine language, with the difference that compiler translates the whole programme and then execute it while interpreter translates line by line and execute it line after line. As for a comparator it is a device that compary binary digits, so definitely the answer is C.

Yogi said:   1 decade ago
Please explain in detail what is assembly language with example?

Ankita said:   1 decade ago
What is interpreter, comparator?what is linking?

Please check it out whether the answer is right.

What is difference b/w Compiler & interpreter?

Ajit kumar said:   1 decade ago
What is comparator ?


Post your comments here:

Your comments will be displayed after verification.