Difference between revisions of "Parallel"

From Computer History Wiki
Jump to: navigation, search
(Covers the basics)
(No difference)

Revision as of 17:58, 7 August 2021

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