A basic computer system consists of what? (6)
Computer System Elements Diagram
Check Notes
What does the CPU do?
- Controls the transfer of data across the bus
Where is the CPU contained?
On a single microprocessor chip
3 Main Parts of a CPU
What does the CU do?
The CU directs the execution of instructions
What does the ALU do?
The ALU performs arithmetic and logical operations on data stored in registers
What are Registers?
They are binary storage units in the CPU
What may Registers contain?
What are General-purpose Registers used for?
To temporarily hold data and addresses
What does the Program Counter (PC) contain?
It contains the address in memory of the currently executing instruction
It is incremented to execute the next instruction
What does the Status Register (SR) contain?
It contains information (flags) about the result of a previous instruction (e.g. overflow or carry)
What does the System Clock do?
It generates a clock signal to synchronize the CPU and other clocked devices
Features of Primary Memory?
Two architectures and features
What is the Bus and what does it do?
The Bus is a set of parallel data/signal lines
It is used to transfer information between computer components
The bus is subdivided into what?
What does the Address Bus do?
The Address Bus specifies memory location in RAM
or sometimes a memory-mapped I/O device
What is the Data Bus used for?
The Data Bus is used for bidirectional data transfer
What is the Control Bus used for?
The Control Bus is used to control or monitor devices connected to the Bus
e.g. read/write signal for RAM
Features of Secondary Memory?
Usage?
Volatility?
Embodied on?
What do Peripheral I/O Devices do?
They allow communication between the computer and the external environment
e.g. I/O devices are HDD, Modem
Basic CPU Architectures Diagram
Check Notes
Explaining the Basic CPU Architecture Diagram