top of page

Exam Board:

Eduqas / WJEC

1.1 The Central Processing Unit (CPU)

Specification:

2020 + 

The Central Processing Unit (CPU) is the most important component in any computer system.

​

The purpose of the CPU is to process data and instructions by constantly repeating the fetch - decode - execute cycle.

CPU Components

The control unit directs the flow of data and information into the CPU.

 

It also controls the other parts of the CPU.

ALU stands for ‘Arithmetic and Logic Unit’.

 

It performs simple calculations and logical operations.

CPU Diagram (with Cache) (1).png

The registers are temporary storage spaces for data and instructions inside the CPU.

​

The registers are used during the FDE cycle.

​

Five essential registers are explained in 1.2.

Cache memory is used to temporarily store data that is frequently accessed.

​

Cache memory is split into different levels. Level 1 and level 2 (L1 & L2) are usually within the CPU and level 3 (L3) is just outside it. See 1.3 and 1.5 for more information about cache.

You should know: The control unit is also known as the controller and cache memory is sometimes called internal memory.

Computer Architecture

The way a computer is designed and laid out is known as its architecture.

​

The most common type of computer architecture is Von Neumann.

Von Neumann Architecture

Von Neumann Architecture (1).png

The CPU is the most important component in Von Neumann architecture as it is constantly fetching and decoding instructions from RAM and controlling the other parts of the system.

​

Von Neumann architecture also stores both instructions and data in memoryBeing able to store programs in memory allows computers to be re-programmed for other tasks - this enables it to multitask and run several applications at the same time. 

​

Data input and output is another key feature of this architecture.

​

An alternative architecture is Harvard, which features the control unit as the most essential component.

Monochrome on Transparent.png

Questo's Questions

1.1 - The Central Processing Unit (CPU):

​

1a. What does 'CPU' stand for? [1]

1b. What is the purpose of the CPU? [2]

​

2a. Draw a diagram of the CPU, use the same symbols as shown on this page. [4]

2b. Label the four main components of the CPU. [4]

​

3. Describe the purpose of:

  • a. The Control Unit [2]

  • b. The ALU [2]

  • c. The registers [2]

  • d. Cache memory [2]

​

4a. Describe the key features of Von Neumann architecture. [3]

4b. Explain why storing data in memory is important. [1]

4c. State an alternative architecture. [1]

bottom of page