• Structure Of The Processor ( 1 ) Flashcards
What are the various components of the CPU?
- Control Unit
- Busses
- Arithmetic Logic Unit
- Dedicated Registers
What is the control unit?
• Part of the processor which co-ordinates the activity of all other components.
What is the purpose of the control unit?
- Controls and co-ordinates the activities of the CPU.
- Directs flow of data between the CPU and other devices
- Accepts the next instruction, decodes it and manages its execution, and stores the resulting data in either memory or registers.
What is a bus?
- Series of connectors that transfer signals between internal components.
- Set of parallel wires connecting two or more components of a computer.
What is the system bus?
- A set of three separate busses, that carry control signals, addresses and data.
- This is also how the processor is connected to main memory.
What are the busses that make up the system bus?
- Control Bus
- Data bus
- Address Bus
What is the purpose of the control bus?
Transmit command, timing and specific status information between system components.
What directional bus is the control bus?
Bi-directional bus, this means signals can be carried in both directions.
Why are control lines needed?
- Data and address busses are shared by all components of the system
- Control lines must be provided to ensure that access to and use of the data and address busses by the different components of the system does not lead to conflict
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