Q487
Assembler is
A.
a program that places programs into memory and prepares them for execution.
B.
a program that automate the translation of assembly language into machine language.
AnswerC.
a program that accepts a program written in a high level language and produces an object program.
D.
is a program that appears to execute a source program as if it were machine language.
E.
None of the above
Answer: Option B
Solution
Answer: Option B
Solution:
An assembler is a program that takes basic computer instructions and converts them into a pattern of bits that the computer's processor can use to perform its basic operations. Some people call these instructions assembler language and others use the term assembly language.