Opcodes are represented by abbreviations called:
2018
Opcodes are represented by abbreviations called:
- A.
Lexemes
- B.
Binary codes
- C.
Operators
- D.
Mnemonics
Attempted by 287 students.
Show answer & explanation
Correct answer: D
Opcodes in assembly language are represented using mnemonics, which are short, human-readable abbreviations of machine instructions.
Examples:
ADD→ AdditionSUB→ SubtractionMOV→ Move data
These make programming easier compared to writing binary codes directly.