IAS machine

From Infogalactic: the planetary knowledge core
Jump to: navigation, search
The IAS machine at the National Museum of American History

The IAS machine was the first electronic computer built at the Institute for Advanced Study (IAS), in Princeton, New Jersey, USA. It is sometimes called the von Neumann machine, since the paper describing its design was edited by John von Neumann, a mathematics professor at both Princeton University and IAS. The computer was built from late 1945 until 1951 under his direction.[1] The general organization is called Von Neumann architecture, even though it was both conceived and implemented by others.[2]

History

Julian Bigelow was hired as chief engineer in May 1946.[3] Hewitt Crane, Herman Goldstine, Gerald Estrin, Arthur Burks and Willis Ware also worked on the project.[4] The machine was in limited operation in the summer of 1951 and fully operational on June 10, 1952.[5]

It was in operation until July 15, 1958.[6]

Description

The IAS machine was a binary computer with a 40-bit word, storing two 20-bit instructions in each word. The memory was 1024 words (5.1 kilobytes). Negative numbers were represented in "two's complement" format. It had two general-purpose registers available: the Accumulator (AC) and Multiplier/Quotient (MQ).

Although some claim the IAS machine was the first design to mix programs and data in a single memory, that had been implemented four years earlier by the 1948 Manchester Small Scale Experimental Machine.[7] Also MESM became operational prior to IAS machine.

Von Neumann showed how the combination of instructions and data in one memory could be used to implement loops, by modifying branch instructions when a loop was completed, for example. The resultant demand that instructions and data be placed on the same memory later came to be known as the Von Neumann Bottleneck.

The memory was originally designed for about 2300 RCA Selectron vacuum tubes. Problems with the development of these complex tubes forced the switch to Williams tubes.

It was an asynchronous machine, meaning that there was no central clock regulating the timing of the instructions. One instruction started executing when the previous one finished. The addition time was 62 microseconds and the multiplication time was 713 microseconds.

IAS machine derivatives

Plans for the IAS machine were widely distributed to any schools, businesses, or companies interested in computing machines, resulting in the construction of several derivative computers referred to as "IAS machines," although they were not software compatible in the modern sense.[4]

Some of these "IAS machines" were:

See also

References

  1. Lua error in package.lua at line 80: module 'strict' not found.
  2. Lua error in package.lua at line 80: module 'strict' not found.
  3. Lua error in package.lua at line 80: module 'strict' not found.
  4. 4.0 4.1 4.2 Lua error in package.lua at line 80: module 'strict' not found.
  5. Lua error in package.lua at line 80: module 'strict' not found.
  6. Lua error in package.lua at line 80: module 'strict' not found.
  7. Lua error in package.lua at line 80: module 'strict' not found.
  8. 8.0 8.1 Turing's Cathedral, by George Dyson, 2012, p. 287

Further reading

External links