Multiple choice

Which of the following languages uses mnemonics?

  1. Assembly Language

  2. Machine Language

  3. HLL

  4. 4GL

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Assembly language uses mnemonics (short codes like MOV, ADD, SUB) to represent machine-level instructions, making it easier for humans to read than pure binary machine code.