COMPUTER SOFTWARE
PROGRAMMING LANGUAGES
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
True
|
|
False
|
|
Either A or B
|
|
None of the above
|
Detailed explanation-1: -Answer. Explanation: A assembler is used to convert assembly language into machine code.
Detailed explanation-2: -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.
Detailed explanation-3: -Assembler: The assembler is a program that translates the mnemonics/ assembly language into machine language (0’s and 1’s) and stores it into the memory. Compiler: The compiler reads the whole program written in High-level language, first and translates into the object code that is executed by the microprocessor.
Detailed explanation-4: -Assembly code is converted into executable machine code by a utility program referred to as an assembler. The conversion process is referred to as assembly, or assembling the source code.
Detailed explanation-5: -Answer: It is low level language so the statement is false.