Parallel

From Computer History Wiki
Revision as of 15:58, 7 August 2021 by Jnc (talk | contribs) (Covers the basics)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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