FUNDAMENTALS OF COMPUTER

APPLICATION SYSTEM SOFTWARE

WHAT IS COMPUTER SOFTWARE

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
What does an Assembler do?
A
Converts machine code to assembly code so we can understand it
B
Converts assembly code to machine code
C
puts code together to make a whole program
D
assembles code fragments
Explanation: 

Detailed explanation-1: -An assembler converts assembly language into machine language. A disassembler converts 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: -An assembler works by assembling and converting the source code of assembly language into object code or an object file that constitutes a stream of zeros and ones of machine code, which are directly executable by the processor.

There is 1 question to complete.