You are viewing a free preview of this lesson.
Subscribe to unlock all 10 lessons in this course and every other course on LearningBro.
This lesson provides a comprehensive overview of all the key CPU components and registers you need to know for OCR J277 Section 1.1.1. While earlier lessons introduced these individually, this lesson brings everything together and explores how the components interact.
The ALU is the part of the CPU that performs all arithmetic and logical operations.
Arithmetic operations:
Logical operations:
Every calculation the computer performs — from adding numbers in a spreadsheet to determining whether a character in a game has collided with an obstacle — passes through the ALU.
The ALU receives data from registers (typically the accumulator) and sends results back to registers after processing.
The Control Unit is the component that manages and coordinates all CPU activities. It does not process data itself — instead, it tells other components what to do and when.
The CU is responsible for:
| Function | Description |
|---|---|
| Fetching | Sending signals to memory to retrieve the next instruction |
| Decoding | Interpreting the fetched instruction (splitting it into opcode and operand) |
| Coordinating | Sending control signals to the ALU, registers, memory, and I/O devices |
| Timing | Using the system clock to synchronise all operations |
Think of the CU as a conductor in an orchestra — it does not play any instruments, but it ensures every musician (component) plays at the right time.
Cache is a small, ultra-fast memory built into the CPU. It stores copies of the most frequently accessed data and instructions to reduce the time the CPU spends waiting for data from RAM.
Cache operates on the principle of locality of reference:
Registers are tiny, extremely fast storage locations inside the CPU. They are the fastest type of memory in a computer because they are built directly into the CPU chip.
Subscribe to continue reading
Get full access to this lesson and all 10 lessons in this course.