FUNDAMENTALS OF COMPUTER

COMPUTER PROGRAMMING FUNDAMENTALS

WHAT IS PROGRAMMING

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
A program that translates assembly language into machine languageWhat is this Translator?
A
Assembler
B
Interpreter
C
Compiler
D
None of the above
Explanation: 

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

Detailed explanation-2: -An assembler program translates an assembly language program (the source program) into a machine language program (the object program).

Detailed explanation-3: -Assemblers are a third type of translator. The purpose of an assembler is to translate assembly language into object code. Whereas compilers and interpreters generate many machine code instructions for each high-level instruction, assemblers create one machine code instruction for each assembly instruction.

There is 1 question to complete.