0
44kviews
Explain different types of buses used in computer communication
1 Answer
written 2.9 years ago by |
EG:A 64 bit computer has buses with 64 bit width.
1. Data Bus
2.Address Bus
An address bus carries address information.It is a set of wires similar to the data bus but it only connects CPU and memory.
Whenever the processor needs data from the memory,it places the address of data on the address bus.
The address is carried to the memory where the data from the requested address is fetched and placed on the data bus.The data bus carried to the CPU.
3.Control Bus
Eg:I/O devices,Secondary storage etc.