Year 11 CPU architecture Revision 1

Year 11 System architecture revision
1 / 26
volgende
Slide 1: Tekstslide
ComputingUpper Secondary (Key Stage 4)Lower Secondary (Key Stage 3)

In deze les zitten 26 slides, met interactieve quizzen en tekstslides.

time-iconLesduur is: 60 min

Onderdelen in deze les

Year 11 System architecture revision

Slide 1 - Tekstslide

Do Now: State 2 examples of registers.
Extension: What is stored in Ram?

Slide 2 - Open vraag

Learning objective 

Strengthening - Recall key CPU concepts and features.

Excelling - Complete exam level answers. 

Slide 3 - Tekstslide

The CPU

The processor controls all the processing of the computer.

Interprets and executes instructions. 

Slide 4 - Tekstslide

How does it do this?

  • FETCH – causes the next instruction and any data involved to be fetched from main memory (RAM)

  • DECODE – decodes the instruction

  • EXECUTE – the instruction is executed

Slide 5 - Tekstslide

What is the purpose of the CPU?
A
Interpret and execute instructions
B
Store data
C
Download files
D
Store the OS

Slide 6 - Quizvraag

CPU stands for?
A
Control processing unit
B
Control passing unit
C
Central passing unit
D
Central processing unit

Slide 7 - Quizvraag

FDE?
A
Fetch decide enhance
B
Find decode enhance
C
Fetch decode execute
D
Fetch decide execute

Slide 8 - Quizvraag

Stored program concept
Von Neumann architecture is the design upon which many
computers are based.

  • Data and instructions are both stored as binary digits
  • Data and instructions are both stored in primary memory
  • Instructions are fetched from memory one at a time and in order (serially)

Slide 9 - Tekstslide

Von Neumann architecture uses the ‘stored program’ concept.
What does this mean?

Slide 10 - Open vraag

What is stored inside RAM?

Slide 11 - Open vraag

Von Neumann architecture
A processor based on Von Neumann architecture has five special registers which it uses for processing:

Slide 12 - Tekstslide

Register
Not Register
RAM
Rom
MAR
Cache
MDR
ALU
PC
GPU
Control Unit

Slide 13 - Sleepvraag

Why do you think RAM is erased?

Slide 14 - Open vraag

Registers
Register are a superfast but small amount of memory inside the CPU
  • PC - Stores the address of the next instruction.
  • MAR - Stores the address of the current instruction to be fetched
  • MDR - Stores the data fetched by the MAR
  • ALU -  Completes mathematical and logical problems
  • Control unit  - It issues control signals that control hardware, Decodes
  • Accumulator - The ACC stores the result of mathematical or logical calculations.

Slide 15 - Tekstslide

Name and explain the purpose of 3 registers.

Slide 16 - Open vraag

Cache memory

Cache memory is temporary storage for frequently accessed data.

 

Cache memory is closer to the CPU than RAM, meaning that it can provide data and instructions to the CPU at a faster rate.

Slide 17 - Tekstslide

Slide 18 - Tekstslide

Memory type
Speed
Storage Capacity
Registers
Cache
RAM
Fast
Fastest
Small
Smallest
Large
Very Fast

Slide 19 - Sleepvraag

Which of the following is NOT a function performed by the ALU?
A
Fetching instructions from memory
B
Adding two binary numbers together
C
Performing logical AND operations
D
Comparing if one number is greater than another

Slide 20 - Quizvraag

Used for temporarily storing arithmetic and logic results. 
Sort the Registers into the correct sequence order.

Points to the next instruction that needs to be executed. It is located in the Control Unit 
Used for holding the address of the
current instruction to be executed,
and the address of data to be used in instruction 
Used for holding the actual instruction or data that is stored in RAM. 
MAR
MDR
ACC
PC

Slide 21 - Sleepvraag

Exam Question (4 marks)

Slide 22 - Open vraag

Model answer: 
Model answer (4 marks):
  • The Program Counter (PC) sends the address of the next instruction to the Memory Address Register (MAR).
  • The instruction at that address is fetched from main memory and loaded into the Memory Data Register (MDR).
  • The instruction is transferred from the MDR to the Current Instruction Register (CIR) and decoded.

The Control Unit executes the instruction, which may involve loading/storing data, performing ALU operations, or updating the PC.

Slide 23 - Tekstslide

Exam Question (4 marks)
Performs mathematical operations
Sends signals to direct operations
Keeps the clock in sync
A small piece of fast memory inside the processor 
A small piece of memory inside the processor the stores frequently used data

Slide 24 - Sleepvraag

Exam question (3 marks)

Slide 25 - Open vraag

Model answer 
Model answer (3 marks):
  • RAM stores the programs and data that Dipesh is currently using, such as apps and the operating system.
  • The CPU fetches instructions and data from RAM, because it cannot work directly from secondary storage.
  • The CPU processes these instructions and sends results back to RAM, allowing the tablet to run applications smoothly.

Slide 26 - Tekstslide