Machine Code Instruction
A binary code that a machine can understand and execute
Compiled high-level language program
A program translated into machine code before it is executed on a digital computer
Op-Code
The part of a machine code instruction that denotes the basic machine operation, e.g. ADD
Operand
The part of a machine code instruction that represents a single item of binary data or the address of a single item of binary data
Instruction Set
The set of bit patterns or binary codes for the machine operations that a processor has been designed to perform.