Which of the following computer languages uses mnemonics?
2023
Which of the following computer languages uses mnemonics?
Answer: C. Assembly Language — Assembly language uses mnemonics—short symbolic codes like MOV, ADD, or SUB—to represent machine-level instructions. It helps programmers write…
- A.
High Level Language
- B.
Machine Language
- C.
Assembly Language
- D.
C Programming Language
Attempted by 4285 students.
Show answer & explanation
Correct answer: C
Assembly language uses mnemonics—short symbolic codes like MOV, ADD, or SUB—to represent machine-level instructions. It helps programmers write hardware-oriented code more easily than using binary numbers.
Loading lesson…