CDC 1604

From Wikipedia, the free encyclopedia
CDC 1604
CDC 1604 with a figure as scale
Design
ManufacturerControl Data Corporation
DesignerSeymour Cray
Release date1960 (1960)
Units sold50+
Price$ 1,030,000 (192 kilobytes)[1]
Casing
DimensionsHeight : 176 cm (69 in)
Length : 227 cm (89 in)
Width : 68 cm (27 in) [2]
Weight2,200 pounds (1,000 kg)
Power5.5 kW @ 208 V 60 Hz[2]
System
Operating systemCo-Op Monitor (developed by the users' organization)
CPU48-bit processor @ 208 kHz[2]
Memory192 kilobytes (32767 x 48bits)[2]
Storage-
MIPS0.1
FLOPS-
Predecessor-
SuccessorCDC 3600, 3800 and 3400

The CDC 1604 is a 48-bit computer designed and manufactured by Seymour Cray and his team at the Control Data Corporation (CDC). The 1604 is known as one of the first commercially successful transistorized computers. (The IBM 7090 was delivered earlier, in November 1959.) Legend has it that the 1604 designation was chosen by adding CDC's first street address (501 Park Avenue) to Cray's former project, the ERA-UNIVAC 1103.[3]

A cut-down 24-bit version, designated the CDC 924, was shortly thereafter produced, and delivered to NASA.[4]

The first 1604 was delivered to the U.S. Navy Post Graduate School in January 1960[5] for JOVIAL applications supporting major Fleet Operations Control Centers primarily for weather prediction in Hawaii, London, and Norfolk, Virginia. By 1964, over 50 systems were built. The CDC 3600, which added five op codes, succeeded the 1604, and "was largely compatible" with it.[6]

One of the 1604s was shipped to the Pentagon to DASA (Defense Atomic Support Agency) and used during the Cuban missile crises to predict possible strikes by the Soviet Union against the United States.

A 12-bit minicomputer, called the CDC 160, was often used as an I/O processor in 1604 systems. A stand-alone version of the 160 called the CDC 160-A was arguably the first minicomputer.[7]

Architecture[edit]

2-views drawing of a CDC 1604 with scaling
2-views drawing of a CDC 1604 with scaling
CDC 1604 registers
47 . . . 14 . . . 00 (bit position)
Operand registers (48 bits)
A Accumulator
Q Auxiliary Arithmetic register
Program counter (15 bits)
  P Program counter
Index registers (15 bits)
  1 Index 1
  2 Index 2
  3 Index 3
  4 Index 4
  5 Index 5
  6 Index 6

Memory in the CDC 1604 consists of 32K 48-bit words of magnetic core memory with a cycle time of 6.4 microseconds.[6] It is organized as two banks of 16K words each, with odd addresses in one bank and even addresses in the other. The two banks are phased 3.2 microseconds apart, so average effective memory access time was 4.8 microseconds. The computer executes about 100,000 operations per second.

Each 48-bit word contains two 24-bit instructions. The instruction format is 6-3-15: six bits for the operation code, three bits for a "designator" (index register for memory access instructions, condition for jump (branch) instructions) and fifteen bits for a memory address (or shift count, for shift instructions).

The CPU contains a 48-bit accumulator (A), a 48-bit Auxiliary Arithmetic register (Q), a 15-bit program counter (P), and six 15-bit index registers (1-6).[8] The Q register was usually used in conjunction with A for forming a double-length register AQ or QA, participating with A in multiplication, division and logical product (masking) operations, and temporary storage of A's contents while using A for another operation.[9]

Internal integer representation uses ones' complement arithmetic. Internal floating point format is 1-11-36: one bit of sign, eleven bits of offset (biased) binary exponent, and thirty-six bits of binary significand.[10]

The most-significant three bits of the accumulator are converted from digital to analog and connected to a tube audio amplifier contained in the console. This facility could be used to program audio alerts for the computer operator, or to generate music. Those familiar with the inner workings of the software could often hear what parts of a task were being performed by the CDC 1604; as a debugging aid, for example, a never-ending repetitive musical phrase indicated the program was stuck in a loop.

Uses and applications[edit]

In 1960, one of the first text-mining applications, Masquerade, was written for the Marathon Oil Company in Findlay, Ohio. Masquerade was a text-mining program that used syntactic structures underlying text data to mask out words and phrases for searching purposes.[11] During 1969, Fleet Operations Control Center, Pacific (FOCCPAC at Kunia) on Oahu in Hawaii launched an Automated Control Environment (ACE) using a cluster of five CDC 160As to supervise a multi-tasking network of four CDC 1604s.

The Minuteman I was the first U.S. solid-rocket ICBM system to be fielded. There were two entirely separate ground station designs which were developed independently. The smaller, more elegant, single silo design incorporated two redundant CDC 1604 computer systems, each equipped with dual cabinets containing four 200 bpi magnetic tape drives. The computers were used to pre-compute guidance and aiming control information. Results based on current weather and targeting information were downloaded into the missile prior to launch. Model displays of both of these ICBM ground station designs, including block models of the CDC 1604 computers, may be viewed at the Octave Chanute Aerospace Museum in Rantoul, Illinois.

The third version of the PLATO computer-based educational system was implemented on a CDC 1604-C.[12]

JOVIAL was used as the main programming language of the CDC 1604, while octal was used to program shared services supported by the CDC 160A.[13] NAVCOSSACT based at the Washington Navy Yard provided systems and training support.

The CDC 1604 was used to compose Sailboat and other artworks by Sam Schmitt and Stockton Gaines.[14]

Similar machines[edit]

The 1604 design was used by the Soviet nuclear weapons laboratory. Their BESM-6 computer, which entered production in 1968, was designed to be somewhat software compatible with the CDC 1604,[15] but it ran 10 times faster and had additional registers.

The 924[edit]

CDC 924
CDC 924 with scaling
Design
ManufacturerControl Data Corporation
DesignerSeymour Cray
Release date1961 (1961)[16]
Units sold12+ (1964)
Price$ 180,000[1]
Casing
DimensionsHeight : 173 cm (68 in)
Length : 157 cm (62 in)
Width : 66 cm (26 in) [17]
Weight1,430 pounds (650 kg) [17]
Power2.3 kW @ 208 V 60 Hz[17]
System
Operating system-
CPU24-bit processor @ 188 kHz
Memory24 kilobytes (8192 x 24bits)[17]
Storage-
MIPS-
FLOPS-
Predecessor-
SuccessorCDC 3000

The CDC 924 is a 24-bit computer that supported the use of "any input-output devices capable of communicating with the 160 and/or 1604 computer,"[18] and its six independent channels permitted three simultaneous input operations even as three channels concurrently performed output.

Like many CDC processors,[8] it used ones' complement arithmetic.

Some advanced features of the 924, which included 64 instructions, were:

  • Six index registers. The value "7" was reserved to indicate indirect-addressing.
  • an execute instruction (in what the hardware reference manual called "a subroutine of a single instruction").[18]: p. 2–41 
  • powerful Storage Search instructions.: pp. 2-32 thru 2-35 

See also[edit]

References[edit]

  1. ^ a b 1964 Computer Survey, PDF
  2. ^ a b c d CDC 1604 Computer, Vol 1, Description and Operation (Dec 60, pdf)
  3. ^ Curiously, a very detailed 1975 oral history with CDC's computer engineers does not confirm this legend: when the "1604" question was asked, the insiders laughed and responded: "It was quite popular at the time that this was the origin" and "We've never been able to substantiate it. However, there's still lots of people who believe it." Page 21 of the oral history provides the official CDC explanation for 1604: the original goal was to support 16K of memory and 4 tape units.
  4. ^ "The BUNCH".
  5. ^ "Control Data Corporation". Computing History.
  6. ^ a b "Real Machines with 24-bit and 48-bit words".
  7. ^ Ed Thelen. "CDC 160A". Retrieved April 15, 2011.
  8. ^ a b Hassitt, Anthony; Ralston, Anthony (2014). Computer Programming and Computer Systems. ISBN 978-1483258416.
  9. ^ Control Data 1604-A Computer Reference Manual (PDF) (245a rev 5/63 ed.). Minneapolis, Minnesota: Control Data Corporation. 1963. pp. 1–5.
  10. ^ Fleming, George. "CDC 1604". nssdc.gsfc.nasa.gov. Retrieved 2017-03-05.
  11. ^ JP Brzozowski (1983). "MASQUERADE: Searching the full text of abstracts using automatic indexing". Journal of Information Science. 6 (2–3): 67–73. doi:10.1177/016555158300600205. S2CID 61928952.
  12. ^ "PLATO - computer-based education system".
  13. ^ "CDC 160A Languages enabled" (PDF).
  14. ^ "Sam Schmitt | Database of Digital Art". compArt daDA: the database Digital Art. Archived from the original on 2018-11-27. Retrieved 2021-08-31.
  15. ^ Impagliazzo, John; Proydakov, ?Eduard (2011). Perspectives on Soviet and Russian Computing. ISBN 978-3642228162.
  16. ^ "Control Data Corporation Collection - Historical Timeline". Charles Babbage Institute.
  17. ^ a b c d CDC 924 Reference Manual (PDF, Oct 62)
  18. ^ a b "Control Data 924 Computer Reference Manual" (PDF). October 1962.

External links[edit]

Further reading[edit]

Photos[edit]