Glossary:Bus: Difference between revisions

(Created page with "A bus in computer terms is a method of allowing serveral modules to communicate. It may consist of any number of parallel wires to which all modules are connected. In some imp...")
 
(No difference)

Latest revision as of 20:15, 2 September 2019

A bus in computer terms is a method of allowing serveral modules to communicate. It may consist of any number of parallel wires to which all modules are connected. In some implementations one module will be the "master" and will control all the others, termed "slaves", whilst in others, any module may bid for control of the bus in order to become a temporary master.