Font size
WorksheetsSystems Architecture
Total questions: 54
Worksheet time: 25mins
The CPU makes sense of the instruction it has just fetched.
What is the purpose of the CPU?
Process data and instructions
Controls components of the computer
Fetches and executes instructions
Central Processing Unit
What is the name of the component that performs calculations and decisions?
Central Processing Unit
Arithmetic Logic Unit
Accumulator
Calculator
The program counter and accumulator are examples of what components of a CPU
Buses
Components
Processors
Registers
What is the purpose of the cache?
Select all correct answers
Provides fast access to data and instructions
Stores frequently used data and instructions
Contains the address of the instruction being executed at the current time
Means CPU needs to use RAM less
What functions does the control unit perform?
Choose two answers
Decodes Instructions
Performs arithmetic and logic operations
Sends control signals to control how data moves round the CPU
Contains the address of the next instruction to be executed
What is the purpose of the memory data register?
Contains the address of the next instruction to be executed
Holds data that is fetched from or written to memory
Holds the current instruction being carried out
Holds the memory location of data that needs to be accessed
Why is an embedded system a type of computer system?
You can install software onto it
It is a built in system that has a single purpose
It is in a mechanical device
It has takes an input, processes data and delivers an output
Explain the purpose of the program counter
Counts programs
Holds the address of the next instruction
Allows a program to run
Keeps count of the number of cycles
What factors affect the speed of a CPU?
Select multiple answers
Size of Cache
Number of Cores
Clock Speed
Size of RAM
Which are the first 3 registers used in the Fetch - Execute cycle?
MDR then Acc then PC
PC then MAR then MDR
MAR then MDR then Acc
PC then MAR then Acc
Which of the following are components of the CPU?
ALU
CU
MDU
ALR
PC
What does CPU stand for?
Central Processing Unit
Computer Processing Unit
Completely Pointless Unit
Computer Position Unit
A fast, temporary storage area located on the CPU
Register
Cache
RAM
ROM
Which of the following are stored in the cache
Recently accessed data
Frequently accessed instructions
The program currently being run
A big fat box full of bees and broken glass
A computer designed to perform a dedicated purpose, which is built in to a larger machine is call an -------- system
(a)
True or false: A CPU with a clock speed of 2GHz will perform twice as many instructions per second as a CPU with a clock speed of 1GHz
True
False
True or false: A CPU with 4 cores will process twice as many instructions per second as a CPU with 2 cores
True
False
Which of the following IMPROVE the performance of a CPU?
Higher cache capacity
Lower clock speed
More cores
Lower cache capacity
The stages of the FETCH are:
1. contents of PC copied to (a)
2. RAM is access and data set to MDR
3. Contents of MDR copied to CIR
4. PC incremented
The stages of the FETCH are:
1. contents of PC copied to MAR
2. (a) is accessed and data set to MDR
3. Contents of MDR copied to CIR
4. PC incremented
The stages of the FETCH are:
1. contents of PC copied to MAR
2. RAM is accessed and data set to MDR
3. Contents of (a) copied to CIR
4. PC incremented
The stages of the FETCH are:
1. contents of PC copied to MAR
2. RAM is accessed and data set to MDR
3. Contents of MDR copied to (a)
4. PC incremented
The stages of the FETCH are:
1. contents of PC copied to MAR
2. RAM is accessed and data set to MDR
3. Contents of MDR copied to CIR
4. PC -----------
(a)
The DECODE stage of the FDE splits instructions into OPCODE and -------
(a)
