Multiple choice

The language 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 mnemonic opcodes (like ADD, MOV, JMP) instead of binary machine codes. Each opcode corresponds to a specific machine instruction. High-level languages use English-like statements, machine language uses raw binary, and assembly is the intermediate level using opcodes.