Difference between revisions of "UNIVAC I"

From Computer History Wiki
Jump to: navigation, search
(A start)
 
m (Further reading: +docs)
 
(7 intermediate revisions by the same user not shown)
Line 4: Line 4:
 
| <!-- architecture = [[]] -->
 
| <!-- architecture = [[]] -->
 
| year design started = Early 1947
 
| year design started = Early 1947
| year first shipped = March. 1951
+
| year first shipped = March, 1951
 
| form factor = [[mainframe]]
 
| form factor = [[mainframe]]
 
| word size = 72 bits
 
| word size = 72 bits
 
| physical address = 3 digits (decimal)
 
| physical address = 3 digits (decimal)
 
| logic type = [[vacuum tube]]s
 
| logic type = [[vacuum tube]]s
| design type = serial asynchronous
+
| design type = serial asynchronous
| clock speed = 2.25 Mhz (basic - serial machine; add - 120 usec for operation, 525 usec for complete instruction)
+
| clock speed = 2.25 Mhz
 +
| instruction speed = 120 μsec (add, excluding memory access) <!-- 525 μsec max -->
 
| memory speed = 400 μsec (maximum)
 
| memory speed = 400 μsec (maximum)
 
| predecessor = [[EDVAC]]
 
| predecessor = [[EDVAC]]
Line 17: Line 18:
 
}}
 
}}
  
The ''''UNIVAC I''' ('UNIVersal Automatic Computer'; originally, just plain 'UNIVAC') was the first commercially available computer in the US.
+
The '''UNIVAC I''' ('UNIVersal Automatic Computer'; originally, just plain '''UNIVAC''', until later models appeared) was the first commercially-available computer in the US.
  
It was a [[vacuum tube]] machine, using mercury [[delay line]]s for [[main memory]], with the [[Central Processing Unit|CPU]] operating in serial mode (to match the memory output). Its [[word]] size was 72 bits, with two [[instruction]]s per word.
+
It was a [[vacuum tube]] machine, using mercury [[delay line]]s for [[main memory]], with 1000 [[word]]s organized as 100 lines of 10 words each (to reduce access times over fewer, larger lines). The [[Central Processing Unit|CPU]] operated in digit-serial mode (i.e. a digit at a time), to match the memory. Its [[word]] size was 72 bits, with two [[instruction]]s per word, with 12 digits/characters per word; it stored numbers with a form of [[binary-coded decimal|packed decimal]], with digits being represented as their character equivalents.
  
The only [[input/output]] devices were [[magnetic tape]] units, the 'UNISERVO'. Data could be tranferred to from tape with offline peripherals.
+
The only [[input/output]] devices were [[magnetic tape]] units, the 'UNISERVO'. Data could be transferred to and from tape with off-line [[peripheral]]s which allowed use of printing, [[keyboard]] input, and [[punched card]]s.
  
{{stub}}
+
A careful, slow power-on procedure, in which the filaments in the tubes were slowly warmed up, produced very reliable operation. (No doubt prior experience with tubes in the [[ENIAC]] had educated the UNIVAC's builders.)
 +
 +
{{semi-stub}}
 +
 
 +
==Further reading==
 +
 
 +
* Nancy B. Stern, ''From ENIAC to UNIVAC: An Appraisal of the Eckert-Mauchly Computers'', Digital Press, Bedford, 1981
 +
* Arthur Lawrence Norberg; ''Computers and Commerce: A Study of Technology and Management at Eckert-Mauchly Computer Company, Engineering Research Associates, and Remington Rand''; MIT Press, Cambridge, 2005
 +
 
 +
==External links==
 +
 
 +
* [http://www.bitsavers.org/pdf/univac/univac1/ Univac I] - documentation at [[Bitsavers]]
 +
** [http://www.bitsavers.org/pdf/univac/univac1/UNIVAC1_Maintenance_Manual_Jan58.pdf UNIVAC I Maintenance Manual]
 +
 
 +
[[Category: Mainframes]]

Latest revision as of 01:12, 12 July 2023


UNIVAC I
Manufacturer: Remington Rand
Year Design Started: Early 1947
Year First Shipped: March, 1951
Form Factor: mainframe
Word Size: 72 bits
Logic Type: vacuum tubes
Design Type: serial asynchronous
Clock Speed: 2.25 Mhz
Instruction Speed: 120 μsec (add, excluding memory access)
Memory Speed: 400 μsec (maximum)
Physical Address Size: 3 digits (decimal)
Predecessor(s): EDVAC
Successor(s): UNIVAC II
Price: US$1250-1500K (system)


The UNIVAC I ('UNIVersal Automatic Computer'; originally, just plain UNIVAC, until later models appeared) was the first commercially-available computer in the US.

It was a vacuum tube machine, using mercury delay lines for main memory, with 1000 words organized as 100 lines of 10 words each (to reduce access times over fewer, larger lines). The CPU operated in digit-serial mode (i.e. a digit at a time), to match the memory. Its word size was 72 bits, with two instructions per word, with 12 digits/characters per word; it stored numbers with a form of packed decimal, with digits being represented as their character equivalents.

The only input/output devices were magnetic tape units, the 'UNISERVO'. Data could be transferred to and from tape with off-line peripherals which allowed use of printing, keyboard input, and punched cards.

A careful, slow power-on procedure, in which the filaments in the tubes were slowly warmed up, produced very reliable operation. (No doubt prior experience with tubes in the ENIAC had educated the UNIVAC's builders.)

Further reading

  • Nancy B. Stern, From ENIAC to UNIVAC: An Appraisal of the Eckert-Mauchly Computers, Digital Press, Bedford, 1981
  • Arthur Lawrence Norberg; Computers and Commerce: A Study of Technology and Management at Eckert-Mauchly Computer Company, Engineering Research Associates, and Remington Rand; MIT Press, Cambridge, 2005

External links