Define and explain the purpose of the central processing unit (CPU)
The CPU is a microprocessor. Its job is to process all data and complete instructions by the user. Done by fetching instructions from memory repeatedly (Fetch Execute Cycle).
What are the three main components of the CPU
CU (Control Unit)
(ALU) Arithmetic Logic Unit
(IAS) Immediate Access Store
Define the Control Unit.
The CU manages the execution of instructions, which are usually in some sort of order using the fetch-execute cycle.
List the three main jobs of a Control Unit.
Decide which instructions to carry out next
Decode the instructions
Execute instructions