Difference between revisions of "EDVAC"

From Computer History Wiki
Jump to: navigation, search
m (+New category)
(Clarify that the physical machine was not very important; it was the 'First Draft' that changed the world)
 
Line 1: Line 1:
The '''EDVAC''' (''Electronic Discrete Variable Automatic Computer'') was the first all-[[electronic]] [[computer]] ([[program]]mable, in the modern sense) designed in the US. (Depending on the exact definition of 'computer' used, it may have been preceded by the [[Automatic Sequence Controlled Calculator]], or the [[ENIAC]].)
+
The '''EDVAC''' (''Electronic Discrete Variable Automatic Computer'') was the first all-[[electronic]] [[computer]] ([[program]]mable, in the modern sense) designed in the US. (Depending on the exact definition of 'computer' used, it may have been preceded by the [[Automatic Sequence Controlled Calculator|ASCC]], or the [[ENIAC]].)
  
It was conceived the University of Pennsylvania's Moore School in 1945, while work was still proceeding on the ENIAC; early consideration of how the ENIAC would be re-configured for a new problem indicated that that would be somewhat difficult. The notion of programmability was known already from the ASCC, and the [[Bell Telephone Laboratories relay computing devices|Relay Interpolator]], and that promised to speed up switching the machine to a different problem. However, the electro-mechanical devices used on those machines to read the program were an order of magnitude slower than the electronic [[arithmetic logic unit|calculation subsystem]], as were similar devices used to hold intermediate results. Use of an electronic [[memory]] to hold both the program and intermediate results was the obvious answer.
+
As a physical artifact, it was not that influential; after it was designed, the team that had done so scattered, because of conflicting organizational goals, which led to a considerable delay before it was actually built, completed, and working. Its real importance is because of its very early [[architecture|architectural]] design document, the ''First Draft of a Report on the EDVAC'', which set the path for essentially all later computers, and was widely distributed.
  
[[John Mauchly]] and [[J. Presper Eckert]] had already begun to consider this change in direction, when Herman Goldstine, the head of the project, introduced the mathematician [[John von Neumann]] (who was familiar with the idea of programs, from his knowledge of [[Alan Turing]]'s work on computability) to them. After further discussion, they rapidly came to rough agreement on the new approach, which almost every computer from that day forward has followed: a memory which merely stores things (unlike the accumulators of the ENIAC), and a separate subsystem which performs all the calculations. Von Neumann wrote up the results in his famous rough draft ''First Draft of a Report on the EDVAC'' - without noting who had contributed what, thereby igniting a controversy that was never really definitively settled.
+
==History==
  
The First Draft, dated June 30, 1945, was circulated fairy widely in that form by Goldstine, and was the inspiration for most of the first generation of computers; almost all computers now are descendants. The EDVAC itself was not very influential; Mauchly and Eckert left the Moore School shortly thereafter, over a dispute about patents, and their loss slowed down the project so much that the machine was not finally operational until 1952.
+
The EDVAC was conceived the University of Pennsylvania's Moore School in 1945, while work was still proceeding on the ENIAC; early consideration of how the ENIAC would be re-configured for a new problem indicated that that would be somewhat difficult. The notion of programmability was known already from the ASCC, and the [[Bell Telephone Laboratories relay computing devices|Relay Interpolator]], and that promised to speed up switching the machine to a different problem. However, the electro-mechanical devices used on those machines to read the program were an order of magnitude slower than the electronic [[arithmetic logic unit|calculation subsystem]], as were similar devices used to hold intermediate results. Use of an electronic [[memory]] to hold both the program ''and'' intermediate results was the obvious answer.
 +
 
 +
[[John Mauchly]] and [[J. Presper Eckert]] had already begun to consider this change in direction, when [[Herman Goldstine]], the head of the project, introduced the mathematician [[John von Neumann]] (who was familiar with the idea of programs, from his knowledge of [[Alan Turing]]'s work on computability) to them. After further discussion, they rapidly came to rough agreement on the new approach, which almost every computer from that day forward has followed: a memory which merely stores things (unlike the accumulators of the ENIAC, which also contained limited computational capability), and a [[arithmetic logic unit|separate subsystem]] which performs all the calculations. Von Neumann wrote up the results in his famous rough draft ''First Draft of a Report on the EDVAC'' - without noting who had contributed what, thereby igniting a controversy that was never really definitively settled.
 +
 
 +
The First Draft, dated June 30, 1945, was circulated fairy widely in that form by Goldstine, and was the inspiration for most of the first generation of computers; almost all computers now are descendants. The EDVAC itself was not very influential: Mauchly and Eckert left the Moore School shortly thereafter, over a dispute about patents; von Neumann moved to the [[Institute for Advanced Study]] to build his [[IAS computer]]. Their loss slowed down the project so much that the machine was not finally operational until 1952.
 +
 
 +
==Details==
  
 
It used acoustic [[delay line]]s for its [[main memory]] (1K [[word]]s in total, in 128 delay lines). It was constructed using [[vacuum tube]]s (although many fewer than the ENIAC; roughly 1/4th as many), and was a [[serial computer]] internally, using [[binary]], unlike the decimal ENIAC. [[Instruction]]s were 44 [[bit]]s long, and contained a 4-bit [[operation code|opcode]] and four 10-bit [[address]]es (two sources, a destination, and a 'next instruction'). It had [[floating point]] capability; 33 bits for the mantissa, and a 10-bits exponent.
 
It used acoustic [[delay line]]s for its [[main memory]] (1K [[word]]s in total, in 128 delay lines). It was constructed using [[vacuum tube]]s (although many fewer than the ENIAC; roughly 1/4th as many), and was a [[serial computer]] internally, using [[binary]], unlike the decimal ENIAC. [[Instruction]]s were 44 [[bit]]s long, and contained a 4-bit [[operation code|opcode]] and four 10-bit [[address]]es (two sources, a destination, and a 'next instruction'). It had [[floating point]] capability; 33 bits for the mantissa, and a 10-bits exponent.

Latest revision as of 16:11, 29 August 2024

The EDVAC (Electronic Discrete Variable Automatic Computer) was the first all-electronic computer (programmable, in the modern sense) designed in the US. (Depending on the exact definition of 'computer' used, it may have been preceded by the ASCC, or the ENIAC.)

As a physical artifact, it was not that influential; after it was designed, the team that had done so scattered, because of conflicting organizational goals, which led to a considerable delay before it was actually built, completed, and working. Its real importance is because of its very early architectural design document, the First Draft of a Report on the EDVAC, which set the path for essentially all later computers, and was widely distributed.

History

The EDVAC was conceived the University of Pennsylvania's Moore School in 1945, while work was still proceeding on the ENIAC; early consideration of how the ENIAC would be re-configured for a new problem indicated that that would be somewhat difficult. The notion of programmability was known already from the ASCC, and the Relay Interpolator, and that promised to speed up switching the machine to a different problem. However, the electro-mechanical devices used on those machines to read the program were an order of magnitude slower than the electronic calculation subsystem, as were similar devices used to hold intermediate results. Use of an electronic memory to hold both the program and intermediate results was the obvious answer.

John Mauchly and J. Presper Eckert had already begun to consider this change in direction, when Herman Goldstine, the head of the project, introduced the mathematician John von Neumann (who was familiar with the idea of programs, from his knowledge of Alan Turing's work on computability) to them. After further discussion, they rapidly came to rough agreement on the new approach, which almost every computer from that day forward has followed: a memory which merely stores things (unlike the accumulators of the ENIAC, which also contained limited computational capability), and a separate subsystem which performs all the calculations. Von Neumann wrote up the results in his famous rough draft First Draft of a Report on the EDVAC - without noting who had contributed what, thereby igniting a controversy that was never really definitively settled.

The First Draft, dated June 30, 1945, was circulated fairy widely in that form by Goldstine, and was the inspiration for most of the first generation of computers; almost all computers now are descendants. The EDVAC itself was not very influential: Mauchly and Eckert left the Moore School shortly thereafter, over a dispute about patents; von Neumann moved to the Institute for Advanced Study to build his IAS computer. Their loss slowed down the project so much that the machine was not finally operational until 1952.

Details

It used acoustic delay lines for its main memory (1K words in total, in 128 delay lines). It was constructed using vacuum tubes (although many fewer than the ENIAC; roughly 1/4th as many), and was a serial computer internally, using binary, unlike the decimal ENIAC. Instructions were 44 bits long, and contained a 4-bit opcode and four 10-bit addresses (two sources, a destination, and a 'next instruction'). It had floating point capability; 33 bits for the mantissa, and a 10-bits exponent.

Further reading

  • Herman H. Goldstine, The Computer from Pascal to von Neumann, Princeton University, Princeton, 1972 - Goldstine was present during the initial design discussions
  • William Aspray, John von Neumann and the Origins of Modern Computing, MIT Press, Cambridge, 1990

External links