Serial computer
Computer with a bit-serial architecture
title: "Serial computer" type: doc version: 1 created: 2026-02-28 author: "Wikipedia contributors" status: active scope: public tags: ["classes-of-computers", "early-computers", "serial-computers"] description: "Computer with a bit-serial architecture" topic_path: "general/classes-of-computers" source: "https://en.wikipedia.org/wiki/Serial_computer" license: "CC BY-SA 4.0" wikipedia_page_id: 0 wikipedia_revision_id: 0
::summary Computer with a bit-serial architecture ::
A serial computer is a computer typified by bit-serial architecture i.e., internally operating on one bit or digit for each clock cycle. Machines with serial main storage devices such as acoustic or magnetostrictive delay lines and rotating magnetic devices were usually serial computers.
Serial computers require much less hardware than their bit-parallel counterparts which exploit bit-level parallelism to do more computation per clock cycle. There are modern variants of the serial computer available as a soft microprocessor which can serve niche purposes where the size of the CPU is the main constraint.
The first computer that was not serial and used a parallel bus was the Whirlwind in 1951.
A serial computer is not necessarily the same as a computer with a 1-bit architecture, which is a subset of the serial computer class. 1-bit computer instructions operate on data consisting of single bits, whereas a serial computer can operate on N-bit data widths, but does so a single bit at a time.
Serial machines
- EDVAC (1949)
- BINAC (1949)
- SEAC (1950)
- UNIVAC I (1951)
- Elliott Brothers Elliott 152 (1954)
- Bendix G-15 (1956)
- LGP-30 (1956)
- Elliott Brothers Elliott 803 (1958)
- ZEBRA (1958)
- D-17B guidance computer (1962)
- PDP-8/S (1966)
- General Electric GE-PAC 4040 process control computer
- F-14 CADC (1970) transferred all data serially, but internally operated on many bits in parallel
- Kenbak-1 (1971)
- Datapoint 2200 (1971)
- HP-35 (1972)
- Digit-serial HP Saturn-based calculators from the HP-71B (1974) to the HP 50g (2006–2015)
- National Semiconductor SC/MP (1976)
- Ferranti F100-L (1977) 16-bit, but uses a bit-serial arithmetic logic unit
Massively parallel
Most of the early massive parallel processing machines were built out of individual serial processors, including:
- ICL Distributed Array Processor (1979)
- Goodyear MPP (1983)
- Connection Machine CM-1 (1985)
- Connection Machine CM-2 (1987)
- MasPar MP-1 (1990) 32-bit architecture, internally processed 4 bits at a time
- VIRAM1 computational RAM (2003)
References
References
- (1978). "Nineteen Fifty-Seven to the Present". [[Digital Equipment Corporation]].
- (1965). "Switching Theory – Volume 1: Combinational Circuits". [[John Wiley & Sons, Inc.]].
- (1956). "Automatic digital computers". [[Methuen Publishing Ltd]] / [[John Wiley & Sons, Inc.]].
- (1971). "This paper describes the architecture of the CPU and Memory for the Central Air Data Computer (CADC) System used in the Grumman/Navy F14A carrier-based fighter aircraft.".
- (May 2015). "The Texas Instruments TMX 1795: the (almost) first, forgotten microprocessor".
- (2014-09-05). "MasPar: Massively Parallel Computers – 32 cores on a chip".
- (2023-08-09). "HP-15C CE woes: 1 bug, 2 limitations, 3 questions". MoHPC - The Museum of HP Calculators.
- (1975). "Introduction to Computer Architecture". [[Science Research Associates, Inc.]] (SRA).
::callout[type=info title="Wikipedia Source"] This article was imported from Wikipedia and is available under the Creative Commons Attribution-ShareAlike 4.0 License. Content has been adapted to SurfDoc format. Original contributors can be found on the article history page. ::