Parallel: Difference between revisions

From Computer History Wiki
Jump to navigationJump to search
Covers the basics
(No difference)

Revision as of 15: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