Multiple choice

The language which uses opcodes instead of binary machine codes is called ________.

  1. high level language

  2. machine language

  3. assembly language

  4. none of these

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

Assembly language uses mnemonics or opcodes (like MOV, ADD, JMP) to represent machine code instructions, making it easier for humans to read than raw binary.