Systems Architecture Finished Flashcards
Where do inputted actions go while they are being processed
Primary storage
What are the purposes of the CPU (2)
To process data and instructions
To control the rest of the computer system
What is the CPU comprised of (6)
Control Unit (CU) Arithmetic Logic Unit (ALU) Registers Cache Buses Clock
What does the CU do (3)
Fetches, decodes, executes instructions
Issues signals that control hardware
Moves data around the system
What does the ALU do (2)
Performs arithmetic and logical operations
Acts as a gateway between primary and secondary storage
What are registers
Small amounts of high speed memory contained within the CPU
What bits of data do the registers hold (3)
Address of the next instruction to be executed
The current instruction being decoded
The result of the calculations
What are the different registers (5)
Program counter Memory address register (MAR) Memory data register (MDR) Current instruction register (CIR) Accumulator (ACC)
What is cache
A small amount of high-speed RAM built directly within the processor
What is cache used for
It temporarily holds data and instructions that the processor is likely to use
What does the clock do
Sends regular electrical impulses to synchronise the components
What is clock speed
How many instructions can be performed in a given amount of time, measured in Hertz (Hz)
What is the standard clock speed for modern computers
3 - 5 GHz
3 billion to 5 billion cycles per second
What is a bus
A high speed internal connection
What are buses used for
Sending control signals between the processor and other components