Difference between revisions of "Parallel"

From Computer History Wiki
Jump to: navigation, search
(Covers the basics)
 
(See also: +Parallel interface)
 
Line 5: Line 5:
 
==See also==
 
==See also==
  
 +
* [[Parallel interface]]
 
* [[Serial]]
 
* [[Serial]]
  
 
[[Category: Hardware Basics]]
 
[[Category: Hardware Basics]]

Latest revision as of 13:07, 27 February 2024

Parallel describes a style of information processing where multiple bits are handled at the same time.

Examples are buses, which typically use multiple conductors to send that many bits at the same time; and the ALUs in most CPUs, which have a multi-bit adder, and completely add two numbers in a single operation (unlike those in serial computers).

See also