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

Massively parallel

Most of the early massive parallel processing machines were built out of individual serial processors, including:

References

References

  1. (1978). "Nineteen Fifty-Seven to the Present". [[Digital Equipment Corporation]].
  2. (1965). "Switching Theory – Volume 1: Combinational Circuits". [[John Wiley & Sons, Inc.]].
  3. (1956). "Automatic digital computers". [[Methuen Publishing Ltd]] / [[John Wiley & Sons, Inc.]].
  4. (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.".
  5. (May 2015). "The Texas Instruments TMX 1795: the (almost) first, forgotten microprocessor".
  6. (2014-09-05). "MasPar: Massively Parallel Computers – 32 cores on a chip".
  7. (2023-08-09). "HP-15C CE woes: 1 bug, 2 limitations, 3 questions". MoHPC - The Museum of HP Calculators.
  8. (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. ::

classes-of-computersearly-computersserial-computers