<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://debianws.lexgopc.com/wiki143/index.php?action=history&amp;feed=atom&amp;title=Serial_computer</id>
	<title>Serial computer - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://debianws.lexgopc.com/wiki143/index.php?action=history&amp;feed=atom&amp;title=Serial_computer"/>
	<link rel="alternate" type="text/html" href="http://debianws.lexgopc.com/wiki143/index.php?title=Serial_computer&amp;action=history"/>
	<updated>2026-05-05T16:58:47Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>http://debianws.lexgopc.com/wiki143/index.php?title=Serial_computer&amp;diff=5664513&amp;oldid=prev</id>
		<title>imported&gt;RastaKins: /* References */ Shirriff_2015 cite includes a quote that in the source continues with a qualification. Added an ellipsis.</title>
		<link rel="alternate" type="text/html" href="http://debianws.lexgopc.com/wiki143/index.php?title=Serial_computer&amp;diff=5664513&amp;oldid=prev"/>
		<updated>2025-05-22T02:10:30Z</updated>

		<summary type="html">&lt;p&gt;&lt;span class=&quot;autocomment&quot;&gt;References: &lt;/span&gt; Shirriff_2015 cite includes a quote that in the source continues with a qualification. Added an ellipsis.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Short description|Computer with a bit-serial architecture}}&lt;br /&gt;
{{Use dmy dates|date=April 2022|cs1-dates=y}}&lt;br /&gt;
{{Use list-defined references|date=June 2022}}&lt;br /&gt;
A &amp;#039;&amp;#039;&amp;#039;serial computer&amp;#039;&amp;#039;&amp;#039; is a computer typified by [[bit-serial architecture]]{{snd}} i.e., internally operating on one [[bit]] or [[numerical digit|digit]] for each [[clock signal|clock cycle]]. Machines with serial [[main storage]] devices such as acoustic or [[magnetostrictive]] [[Delay-line memory|delay lines]] and [[drum memory|rotating magnetic devices]] were usually serial computers.&lt;br /&gt;
&lt;br /&gt;
Serial computers require much less hardware than their bit-parallel counterparts&amp;lt;ref name=&amp;quot;Wilkes_1956&amp;quot;/&amp;gt; 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]]&amp;lt;ref name=&amp;quot;Howe_2019&amp;quot;/&amp;gt; which can serve niche purposes where the size of the CPU is the main constraint.&lt;br /&gt;
&lt;br /&gt;
The first computer that was not serial and used a [[parallel bus]] was the [[Whirlwind I|Whirlwind]] in 1951.&lt;br /&gt;
&lt;br /&gt;
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 &amp;#039;&amp;#039;N&amp;#039;&amp;#039;-bit data widths, but does so a single bit at a time.&lt;br /&gt;
&lt;br /&gt;
== Serial machines ==&lt;br /&gt;
* [[EDVAC]] (1949)&lt;br /&gt;
* [[BINAC]] (1949)&lt;br /&gt;
* [[SEAC (computer)|SEAC]] (1950)&lt;br /&gt;
* [[UNIVAC I]] (1951)&lt;br /&gt;
* [[Elliott Brothers (computer company)|Elliott Brothers]] [[Elliott 152]]{{Citation needed|date=April 2020}} (1954)&lt;br /&gt;
* [[Bendix G-15]] (1956)&lt;br /&gt;
* [[LGP-30]] (1956)&amp;lt;ref name=&amp;quot;Miller_1966&amp;quot;/&amp;gt;&lt;br /&gt;
* [[Elliott Brothers (computer company)|Elliott Brothers]] [[Elliott 803]] (1958)&lt;br /&gt;
* [[ZEBRA (computer)|ZEBRA]]{{Citation needed|date=April 2020}} (1958)&lt;br /&gt;
* [[D-17B]] guidance computer (1962)&lt;br /&gt;
* [[PDP-8/S]]&amp;lt;ref name=&amp;quot;DEC_1978&amp;quot;/&amp;gt; (1966)&lt;br /&gt;
* General Electric [[GE-PAC 4040]] [[process control computer]]&lt;br /&gt;
* [[F14 CADC]] (1970) {{snd}} transferred all data serially, but internally operated on many bits in parallel&amp;lt;ref name=&amp;quot;Holt_1971&amp;quot;/&amp;gt;&lt;br /&gt;
* [[Kenbak-1]] (1971)&lt;br /&gt;
* [[Datapoint 2200]] (1971)&amp;lt;ref name=&amp;quot;Shirriff_2015&amp;quot;/&amp;gt;&lt;br /&gt;
* [[HP-35]] (1972)&amp;lt;ref name=&amp;quot;Stone_1975&amp;quot;/&amp;gt;&lt;br /&gt;
* Digit-serial [[HP Saturn]]-based calculators&amp;lt;ref name=&amp;quot;Smith_2023&amp;quot;/&amp;gt; from the [[HP-71B]] (1974) to the [[HP 50g]] (2006–2015)&lt;br /&gt;
* [[National Semiconductor SC/MP]] (1976)&lt;br /&gt;
* [[Ferranti F100-L]] (1977) {{snd}} [[16-bit computing|16-bit]], but uses a bit-serial [[arithmetic logic unit]]&lt;br /&gt;
&lt;br /&gt;
=== Massively parallel ===&lt;br /&gt;
Most of the early [[massively parallel (computing)|massive parallel processing]] machines were built out of individual serial processors, including:&lt;br /&gt;
* [[ICL Distributed Array Processor]] (1979)&lt;br /&gt;
* [[Goodyear MPP]] (1983)&lt;br /&gt;
* [[Connection Machine]] CM-1 (1985)&lt;br /&gt;
* Connection Machine CM-2 (1987)&lt;br /&gt;
* [[MasPar]] MP-1 (1990) {{snd}} 32-bit architecture, internally processed 4 bits at a time&amp;lt;ref name=&amp;quot;Culver_2014&amp;quot;/&amp;gt;&lt;br /&gt;
* [[VIRAM1]] [[computational RAM]] (2003)&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[1-bit computing]]&lt;br /&gt;
* [[BKM algorithm]]&lt;br /&gt;
* [[CORDIC algorithm]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
{{reflist|refs=&lt;br /&gt;
&amp;lt;ref name=&amp;quot;DEC_1978&amp;quot;&amp;gt;{{cite book |title=Nineteen Fifty-Seven to the Present |date=1978 |orig-date=1972 |edition=6 |publisher=[[Digital Equipment Corporation]] |location=Maynard, Massachusetts, USA |page=7 |url=http://www.bitsavers.org/pdf/dec/_Books/DEC_1957_To_The_Present_1978.pdf |access-date=2021-02-06 |url-status=live |archive-url=https://web.archive.org/web/20220302210148/http://bitsavers.org/pdf/dec/_Books/DEC_1957_To_The_Present_1978.pdf |archive-date=2022-03-02}} (1+viii+87+3 pages)&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;Miller_1966&amp;quot;&amp;gt;{{cite book |title=Switching Theory – Volume 1: Combinational Circuits |author-first=Raymond E. |author-last=Miller |date=1965 |edition=Second printing, March 1966, of 1st |lccn=65-14249 |volume=1 |publisher=[[John Wiley &amp;amp; Sons, Inc.]] |pages=44–47}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;Wilkes_1956&amp;quot;&amp;gt;{{cite book |title=Automatic digital computers |author-last=Wilkes |author-first=Maurice Vincent |author-link=Maurice Vincent Wilkes |date=1956 |publisher=[[Methuen Publishing Ltd]] / [[John Wiley &amp;amp; Sons, Inc.]] |url=https://books.google.com/books?id=1vUrAAAAIAAJ |access-date=2012-06-06}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;Holt_1971&amp;quot;&amp;gt;{{cite book |title=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. |author-first=Raymond M. |author-last=Holt |author-link=Raymond M. Holt |date=1971 |id=AP1-26-97 |pages=5, 7 |url=http://firstmicroprocessor.com/documents/ap1-26-97.pdf |access-date=2017-11-04 |url-status=deviated |archive-url=https://web.archive.org/web/20171104082502/http://firstmicroprocessor.com/documents/ap1-26-97.pdf |archive-date=2017-11-04 |quote=[…] the processor was designed to transfer data serially throughout the entire system. […] The Parallel Multiplier Unit […] by means of a parallel algorithm […]}} (26 pages)&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;Howe_2019&amp;quot;&amp;gt;{{cite web |title=Bit-Serial: A bit-serial CPU written in VHDL, with a simulator written in C. |author-last=Howe |author-first=Richard James |date=2020 |orig-date=2019-06-27 |website=Github Project: A Bit Serial CPU |url=https://github.com/howerj/bit-serial |access-date=2019-06-28 |url-status=live |archive-url=https://web.archive.org/web/20220615231144/https://github.com/howerj/bit-serial |archive-date=2022-06-15}}&lt;br /&gt;
&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;Shirriff_2015&amp;quot;&amp;gt;{{cite web |title=The Texas Instruments TMX 1795: the (almost) first, forgotten microprocessor |author-first=Ken |author-last=Shirriff |date=May 2015 |url=https://www.righto.com/2015/05/the-texas-instruments-tmx-1795-first.html |access-date=2020-05-29 |url-status=live |archive-url=https://web.archive.org/web/20220615173952/https://www.righto.com/2015/05/the-texas-instruments-tmx-1795-first.html |archive-date=2022-06-15 |quote=Even operating one bit at a time as a serial computer, the Datapoint 2200 performed considerably faster than the 8008 chip...}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;Culver_2014&amp;quot;&amp;gt;{{cite web |title=MasPar: Massively Parallel Computers – 32 cores on a chip |date=2014-09-05 |author-first=John |author-last=Culver |url=http://www.cpushack.com/2014/09/05/maspar-massively-parallel-computers-32-cores-on-a-chip/ |access-date=2022-06-15 |url-status=live |archive-url=https://web.archive.org/web/20220615173816/https://www.cpushack.com/2014/09/05/maspar-massively-parallel-computers-32-cores-on-a-chip/ |archive-date=2022-06-15}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;Smith_2023&amp;quot;&amp;gt;{{cite web |title=HP-15C CE woes: 1 bug, 2 limitations, 3 questions |author-first=Eric L. &amp;quot;Brouhaha&amp;quot; |author-last=Smith |date=2023-08-09 |work=MoHPC - The Museum of HP Calculators |url=https://www.hpmuseum.org/forum/thread-20281.html |access-date=2023-09-24 |url-status=live |archive-url=https://web.archive.org/web/20230810144726/https://www.hpmuseum.org/forum/thread-20281.html |archive-date=2023-08-10}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;Stone_1975&amp;quot;&amp;gt;{{cite book |title=Introduction to Computer Architecture |author-first=Thomas M. |author-last=Whitney |author-link=Thomas Whitney (computing) |editor-first=Harold Stuart |editor-last=Stone |editor-link=Harold Stuart Stone |date=1975 |edition=1 |chapter=Part I. Basic Computer Architecture. / Chapter 3. Introduction to Calculators: / 3-5. Example Systems / The Hewlett Packard HP-35 |series=Computer Sciences Series |publisher=[[Science Research Associates, Inc.]] (SRA) |publication-place= |id=ark:/13960/t8pc40t3q. Order-Code 13-4005 |lccn=75-14016 |isbn=0-574-18405-8 |pages=118–135 [123–135] |chapter-url=https://archive.org/details/introductiontoco00ston/page/123/mode/2up?view=theater |access-date=2023-09-29 |quote-page=124 |quote=[…] The [[HP-35]] is a totally serial computer. The adder is a [[Binary-coded decimal|BCD]] serial type […] The serial structure means less integrated circuit area must be allocated to interconnection lines and gating functions and an interesting trade off occurs. A bit-serial, digit-serial architecture is inherently one fourth the speed of a bit-parallel digit-serial structure […] But the basic clock rate for a bit-serial structure can sometimes be increased since additional area can be allocated for larger integrated devices that are necessary for greater speed. In the HP-35, the execution time of the most complex functions is under one second, while the serial architecture permits an increased circuit complexity. […] Instructions in the HP-35 are transferred serially from the active read-only memory to the arithmetic and control circuits and to other ROMs if present. […]}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Further reading ==&lt;br /&gt;
* {{cite book |title=Digit-Serial Computation |author-first1=Richard I. |author-last1=Hartley |author-link1=Richard I. Hartley |author-first2=Keshab K. |author-last2=Parhi |publisher=[[Kluwer Academic Publishers]] |date=1995 |edition=1 |isbn=0-7923-9573-5 |id=SECS316 |series=The Kluwer International Series in Engineering and Computer Science |publication-place=Norwell, Massachusetts, USA}} (xiv+306 pages)&lt;br /&gt;
* {{cite journal |title=A Systematic Approach for Design of Digit-Serial Signal Processing Architectures |author-last=Parhi |author-first=Keshab K. |journal=[[IEEE Transactions on Circuits and Systems]] |issn= |volume=38 |number=4 |date=April 1991 |pages=358–375 |doi=10.1109/31.75394}} (8 pages)&lt;br /&gt;
&lt;br /&gt;
[[Category:Classes of computers]]&lt;br /&gt;
[[Category:Early computers|*Serial computers]]&lt;br /&gt;
[[Category:Serial computers| ]]&lt;/div&gt;</summary>
		<author><name>imported&gt;RastaKins</name></author>
	</entry>
</feed>