Parallel

From Computer History Wiki
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