A program that reads each of the instructions in mnemonic form and translates it into the machine-language equivalent.

A program that reads each of the instructions in mnemonic form and translates it into the machine-language equivalent. Correct Answer Assembler

Assembler does this job. A language that uses mnemonic codes for the representation of machine-language instructions is called assembly language.

Related Questions

Consider the following schedule S of transactions T1, T2, T3, T4: T1 T2 T3 T4   Reads(X)         Writes(X) Commit   Writes(X)  Commit         Writes(Y) Reads(Z) Commit           Reads(X) Reads(Y) Commit   Which one of the following statements is CORRECT?
Which of the following disallows both dirty reads and nonrepeatable reads, but allows phantom reads?