Multiple choice The language which uses opcodes instead of binary machine codes is called ________. high level language machine language assembly language 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.