What is the processor’s instruction set?
A set of instructions, individual to the processor, that it can carry out. The individuality means that one processors instruction set may not be compatible to anothers.
What language are instructions stored in?
Machine code.
What are the two primary parts of machine code?
Opcode.
Operand.
Define an opcode.
The type of operation that is to be carried out e.g. subtraction or store.
Define an operand.
The pieces of data on which the operation is performed.
What is one bit in a machine code instruction usually assigned to?
Assigned to the addressing mode in use.