Correct option is A
The abbreviated English words used in assembly language, such as ADD, JUMP, and MUL, are called mnemonics:
Explanation: Mnemonics are short words that represent instructions in assembly language. They are used to make it easier for programmers to write code because they are brief representations of commands. Mnemonics are symbolic names for machine language instructions, also known as opcodes.
Examples: Some examples of mnemonics in assembly language include:
.
ADD: Adds data
.
MUL: Multiplies data
.
MOV: Moves data
.
JUMP: Performs a jump operation