Identify the correct definition of Assembler.
- A. A program that translates assembly language source code into machine code. ✓
- B. A property of a formal grammar where a single string can be produced by more than one distinct parse tree.
- C. An intermediate, platform-independent representation of source code designed to be executed by a virtual machine.
- D. A compiler capable of creating executable code for a platform other than the one on which the compiler itself runs.
Correct answer
A. A program that translates assembly language source code into machine code.
Explanation
Assembler refers to a program that translates assembly language source code into machine code.