top of page

LEARNING OBJECTIVES

Identify the purpose of the CPU

SUCCESS CRITERIA

Success Criteria:

  • Define the purpose of the CPU

  • List the factors that affect the processing of data

  • Identify features/components of the CPU.

1.1 Systems Architecture

Learners should have studied the following:

  • the purpose of the CPU

  • Von Neumann architecture:

    • MAR (Memory Address Register)

    • MDR (Memory Data Register)

    • Program Counter

    • Accumulator

  • common CPU components and their funtion

    • ALU (Arithmetic Logic Unit) 

    • CU (Control Unit)

    • Cache

  • the function of the CPU as fetch and execute instructions stored in memory

  • how common characteristics of CPUs affect their performance

    • clock speed

    • cache size

    • number of cores

  • embedded systems:

    • purpose of embedded systems

    • examples of embedded sytems.

EXAM TIP

Main Memory (RAM) & Cache Memory are called Primary Storage (or Primary Memory).

EXAM TIP

The closer the cache the faster the CPU can access the data and execute instructions.

did you know?

The following video shows you how the CPU is made, the video is called from sand to chip. Have a look to get a better understanding of the CPU.

HOME LEARNING

Complete Task 2 for home learning, make sure you describe the importance of Clock speed, Cache and Cores.

You must submit this in your next lesson.

SYSTEMS ARCHITECTURE - LESSON 1

STARTER​

Figure out the keywords from the following dingbats:

KEYWORDS

  • Central Processing Unit

  • Control Unit (CU)

  • Arithmetic Logic Unit (ALU)

  • Cache

  • Registers

INPUT​

During year 9, you would have heard how important the CPU is, really, without it the computer is pretty useless. The CPU acts as the brain of the computer system.

 

The purpose of the CPU is to process data. It is where all the searching, sorting, calculating and decision making takes place in the computer.

 

So no matter what you do on your computer, whether it be writing an essay, looking at your photographs or checking your emails, the CPU has dealt with all of the data and processing required to make these tasks possible. (Reference Teach-ICT.com)

The CPU is the component which does most of the data processing in a computer. It processes all of the data and instructions that make the system work, it executes programs using the fetch - decode - execute cycle. Tasks which are carried out by the CPU when processing data are:

  • Fetches instructions (from memory) 

  • Fetches data (from memory) 

  • Decodes instructions 

  • Executes instructions

 

The clock speed, number of cores and cache size determine the processing power of the CPU.

The clock speed represents the number of fetch execute cycles / instructions the CPU can process in a given time, therfore the higher the clock speed  the faster the CPU will run.

The number of cores determines how many instructions can be carried out at any one time. The more cores the CPU has the more instrictions it carries.

The cache size is storage data inside the CPU. The more CPU cache you have allows the CPU to have faster access to a lot more data it needs to process.

We will look at this in more detail at a later stage.

The CPU consists of 2 main components:

 

i)the Control Unit (CU) which uses electrical signals to direct the system to execute the instructions in stored programs. It controls the order and flow data to be executed

 

 

ii)The Arithmetic and Logic Unit (ALU) which carries out all the mathematical and logical operations i.e addition, subtraction and comparisons (relational operations such as =, < and >)

Think of the CU as a traffic controller and the ALU as a professor

In order for a processor to function it also needs to access Main Memory or RAM (Random Access Memory) where the program data is stored whilst in operation (which have been fetched from the hard disk)

 

Cache memory is used to store data whilst waiting to be processed, which enables the CPU to fetch the data it needs much quicker then going back to the main memory. You can consider this as a special type of RAM.

 

ROM (Read Only Memory) – It useful to introduce this at this stage. This data can not be overwritten and the CPU will look to a store of this for the first program to load and exexute when turned on, known as the boot sequence. This data is NOT lost when the power is turned off.

We'll go through this in a lot more detail in the next few lessons.

taSK 1

Lets see how much you’ve actually understood. Answer the following exam questions using Socrative learning. You must complete the answers by yourself. Once completed, submit your response and move onto task 2.

taSK 2

Create a poster for Year 9s explaining the following:

  • Clock speed

  • Cache

  • Cores

bottom of page