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)

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

Revish said:   8 years ago
The final answer is assembler. I agree.

Samuel said:   8 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)

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)

Solomon said:   9 years ago
Compiler and interpreters are translates the high level language in to machine language. So the answer is choice C.

Rakesh said:   9 years ago
Assemblers converts assembly language to machine language.

Dave said:   10 years ago
Assemble converts to machine language.

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)

Vsiva said:   10 years ago
Compiler convert into the machine level language.

Interpreter: It is a analysis.

Assembler: It is convert into the object code.


Post your comments here:

Your comments will be displayed after verification.