FUNDAMENTALS OF COMPUTER

COMPUTER PROGRAMMING FUNDAMENTALS

PROGRAMMING LANGUAGES

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
____ converts assembly language in to machine code.
A
Compiler
B
Interpreter
C
Assembler
D
None of the above
Explanation: 

Detailed explanation-1: -An assembler converts assembly language into machine language. A disassembler attempts to convert machine language into assembly.

Detailed explanation-2: -Assembly code is converted into executable machine code by a utility program referred to as an assembler.

Detailed explanation-3: -Option C Solution: A computer program that converts assembly language to machine language is Assembler. Assembler : An assembler is a type of computer program that interprets software programs written in assembly language into machine language, code and instructions that can be executed by a computer.

Detailed explanation-4: -A disassembler is a computer program that translates machine language into assembly language-the inverse operation to that of an assembler. A disassembler differs from a decompiler, which targets a high-level language rather than an assembly language.

There is 1 question to complete.