Thursday, November 7, 2019

COMPUTER BUSES

Computer Bus
In computer architecture,  a bus is a system that is use to transfer data from one components to another inside a computer. A bus can logically connect several peripherals over the same set of wires. Each bus defines its set of connectors. Commonly three types of busses used in computer. 
* Data bus
* Address bus
* Control bus
Following are the details of thats. 

*Data bus :- 
It is used to carry data signals.  Numbers which we want to ss or the strings which want to compare will travel on data bus. To transfering data from main memory to cpu and then from CPUto any other output data bus is used. 
*Address bus :- 
It is used to carry address signals,  address of a memory location or a port where an input / output device are attached.
*Control bus :- 
It is used to carry control signals. Control signal are used to control all the activities of the computer system. Example of control sognals are read/write enable/disable etc

No comments:

Post a Comment

Data transmission modes

Data transmission modes :- Data transmission is the process of sending data from one device to another. It consists of sender,  reciever a...