FUNDAMENTALS OF COMPUTER

COMPUTER PROGRAMMING FUNDAMENTALS

PROGRAMMING LANGUAGES

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
____ is used to translate the assembly language into machine language.
A
Compiler
B
Loader
C
Linker
D
Assembler
Explanation: 

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

Detailed explanation-2: -In the assembly language, a translator converts the assembly language program into a machine language program to execute a program on the computer.

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

There is 1 question to complete.