Multiple choice

Mnemonics codes & variable names are used in

  1. a machine language

  2. an assembly language

  3. a high level language

  4. all of the above

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

Assembly language uses mnemonics (like MOV, ADD) and symbolic labels (variable names) to represent machine instructions, making it more readable than raw machine code.