What is an instruction set?
A list of all the machine code commands that a CPU can process.
In what form are instruction set commands written?
Machine code.
How does the CPU process instructions from the instruction set?
Using the Fetch–Decode–Execute cycle.
What does the Current Instruction Register (CIR) store?
CIR stores the opcode and operand of the current instruction.
Which two CPU components are instructed by operations?
The Arithmetic Logic Unit (ALU) and the Control Unit (CU).
What are the two parts of an instruction?
Opcode and operand.
What is an opcode?
It tells the CPU what operation to perform.
What is an operand?
The data to be acted on or the memory/register location.
Give examples of instruction set operations
ADD, JMP, LDA.
What is X86?
A common CPU instruction set standard used in modern computers.
Why do X86-based computers have similar instruction sets?
Because they follow the same CPU standard despite different hardware designs.
What is the difference between program code and instruction set?
Why must instruction sets not be confused with program code?
Because program code is converted into instruction set commands before execution.