Computer Science GCES AQA
-
Representing Algorithms Aqa4 主题
-
Efficiency Of Algorithms Aqa1 主题
-
Searching Algorithms Aqa3 主题
-
Sorting Algorithms Aqa3 主题
-
Data Types Aqa1 主题
-
Programming Concepts Aqa5 主题
-
Arithmetic Relational And Boolean Operations Aqa1 主题
-
Data Structures Aqa3 主题
-
String Manipulation Aqa1 主题
-
Random Number Generation Aqa1 主题
-
Structured Programming Aqa2 主题
-
Robust And Secure Programming Aqa4 主题
-
Number Bases Aqa2 主题
-
Converting Between Number Bases Aqa3 主题
-
Units Of Information Aqa9 主题
-
Hardware And Software Aqa4 主题
-
Boolean Logic Aqa3 主题
-
Programming Languages And Translators Aqa2 主题
-
Cpu Architecture Performance And Embedded Systems Aqa4 主题
-
Memory Aqa2 主题
-
Secondary Storage Aqa3 主题
-
Fundamentals Of Computer Networks Aqa8 主题
-
Fundamentals Of Cyber Security Aqa1 主题
-
Methods Of Preventing Cyber Security Threats Aqa1 主题
-
Relational Databases Aqa2 主题
-
Ethical Legal And Environmental Impacts Aqa2 主题
Characteristics Of The Cpu Aqa
Exam code:8525
Characteristics of the CPU
What are the common characteristics of the CPU?
-
There are 3 common characteristics
-
Clock speed
-
Cache size
-
Number of processor cores
-
-
Each of these characteristics has a significant impact on the performance of the CPU

How do the characteristics of the CPU affect performance?
Clock speed
-
The clock speed is measured in Hertz (Hz)
-
The clock speed measures the number of fetch-decode-execute cycles that can take place in 1 second
-
The faster the clock speed, the more instructions can be fetched and executed per second
-
Modern computers have a clock speed in Gigahertz (GHz), meaning billion
-
A clock speed of 3.5GHz can perform up to 3.5 billion instructions per second
Cache size
-
Cache is very small, very fast memory on or close to the CPU
-
Cache is used as temporary storage to provide quick access to a copy of frequently used instructions and data
-
The larger the cache size, the more frequently used instructions or data can be stored
-
This results in the CPU having to complete fewer fetch cycles from memory (RAM), speeding up the performance
-
Cache also has a significantly faster read/write speed than RAM, making it much quicker to retrieve instructions from there instead of from memory (RAM)
Number of processor cores
-
A processor core works like it is its own CPU
-
Multiple core processors mean they have multiple separate processing units that can fetch, decode and execute instructions at the same time
-
For example, a dual-core processor would have 2 processing units, each with their own
-
Control Unit (CU)
-
Arithmetic Logic Unit (ALU)
-
Registers
-
-
Multi-core processors can run more powerful programs with greater ease
-
Multiple cores increase the performance of the CPU by working with the clock speed
-
Example: A quad-core CPU (4 cores), running at a clock speed of 3Ghz
-
4 cores x 3GHz
-
4 x 3 billion instructions
-
12 billion instructions per second
-
-

Worked Example
1. State the purpose of the CPU
[1]
2. State what is meant by a dual-core 2.5Ghz processor
[2]
Answer
1. State the purpose of the CPU
-
The CPU performs the FDE cycle
-
Process instructions
[1]
2. State what is meant by a dual-core 2.5Ghz processor
-
Dual-core means there are two cores processing instructions
-
2.5GHs means it can run 2.5 billion FDE cycles per second
[2]
Responses