The assembly language uses symbols instead of numbers known as:
AMnemonics
BAssembler
CCompiler
DInterpreter
Answer:
A. Mnemonics
Read Explanation:
Correct Answer : Option A (Mnemonics).
In assembly language, programmers do not write raw numeric values directly. Instead, they use symbols to represent operations and memory locations. These symbols are called mnemonics (like ADD, MOV, SUB etc.), which make the instructions easier to read and understand compared to using only numbers.
Therefore, the assembly language uses symbols instead of numbers known as Mnemonics.