Serial computer

From Computer History Wiki
Revision as of 16:23, 29 March 2024 by Jnc (talk | contribs) (Improve description a bit)
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.

A serial computer is one which uses a serial implementation for operations on larger units of data (e.g. the addition of two numbers), rather than the more common parallel.

For example, instead of a word-wide adder, there is only a single-bit adder, and to add two numbers, they are fed into it a bit at a time, one bit on each clock tick, starting with the least significant bit.

Serial computers were more common in the early stages of computing; they are slower, and have more complex control logic, but use fewer components - an acceptable trade-off at that stage, when the technology (e.g. vacuum tubes) was more expensive and physically bulky.

See also