Processor Structure & Function Flashcards
What are the components that make up the CPU?
- Control Unit
- Busses
- Arithmetic Logic Unit
- Dedicated Registers
What is the control unit?
The part of the processor that co-ordinates the activity of all other components
What does the control unit do?
- Controls and co-ordinates the activities of the CPU.
- Directing the flow of data between the CPU and other devices
- Accepts the next instruction, decodes it into several steps, manages its execution and stores the resulting data back in memory or registers.
What is a bus?
A series of connectors that transfer signals between internal components.
What is the system bus?
The system bus consists of three separate busses, carrying control signals, addresses and data.
What are the three signal busses?
- Control bus
- Data Bus
- Address Bus
What bus are control signals sent along?
Control bus, between the control unit and the other components of the computer.
What are the various control signals?
- Memory Read
- Memory Write
- Bus request
- Bus grant
- Clock
What does memory read do?
Causes data from the addressed location in RAM to be placed on the data bus.
What does memory write do?
Causes data on the data bus to be written into the addressed location in RAM
What does bus request do?
Indicates that a device is requesting use of the data bus
What does bus grant do?
Indicates that the CPU has granted access to the data bus
What does clock do?
Used to synchronise operations.
What does interrupt request do?
Indicates that a device is requesting access to the CPU.
What is a unique feature of the control bus?
- The control bus is a bi-directional bus.
* Signals can be carried in both directions.