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 2 of 4.

KK Tiwari said:   1 decade ago
Because assembly language is previously created which is not in currently used and assembler is a translator for converting assembly to machine language.

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?

Vinisha said:   1 decade 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)

Suryakant said:   1 decade ago
Compiler: Converts High-Level language into Machine-Code.

Interpreter: Analysis, executes source code.

Assembler: Assembly code to Machine-Code.

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)

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.

Ashwini said:   1 decade ago
It's assembler because assembler is a program that converts the source program written by user into object program or machine program.

Vsiva said:   1 decade ago
Compiler convert into the machine level language.

Interpreter: It is a analysis.

Assembler: It is convert into the object code.

Jothivarman said:   1 decade ago
A Assembler is used for only Assembly Languages. Its a covert the assembly language into machine language for 0's&1's.

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


Post your comments here:

Your comments will be displayed after verification.