Jump to content

ENIAC: Difference between revisions

Coordinates: 39°57′08″N 75°11′26″W / 39.9522°N 75.1905°W / 39.9522; -75.1905
From Wikipedia, the free encyclopedia
Content deleted Content added
→‎External links: update dead link
→‎Programming: move to a more sensible place in the section
Line 37: Line 37:


===Programming===
===Programming===
Although the Ballistic Research Laboratory was the sponsor of ENIAC, one year into this three-year project [[John von Neumann]], a mathematician working on the [[hydrogen bomb]] at [[Los Alamos National Laboratory|Los Alamos]], became aware of this computer.<ref>{{Harvnb|Goldstine|page=182}}</ref> Los Alamos subsequently became so involved with ENIAC that the first test problem ran consisted of computations for the hydrogen bomb, not artillery tables.<ref name="Golsdtine72P214"/> The input/output for this test was one million cards.<ref>{{Harvnb|Goldstine|page=226}}</ref>

ENIAC could be programmed to perform complex sequences of operations, including loops, branches, and subroutines. The task of taking a problem and mapping it onto the machine was complex, and usually took weeks. After the program was figured out on paper, the process of getting the program into ENIAC by manipulating its switches and cables could take days. This was followed by a period of verification and debugging, aided by the ability to execute the program step by step.
ENIAC could be programmed to perform complex sequences of operations, including loops, branches, and subroutines. The task of taking a problem and mapping it onto the machine was complex, and usually took weeks. After the program was figured out on paper, the process of getting the program into ENIAC by manipulating its switches and cables could take days. This was followed by a period of verification and debugging, aided by the ability to execute the program step by step.


Line 44: Line 42:


ENIAC was a one-of-a-kind design and was never repeated. The freeze on design in 1943 meant that the computer design would lack some innovations that soon became well-developed, notably the ability to store a program. Eckert and Mauchly started work on a new design, to be later called the [[EDVAC]], which would be both simpler and more powerful. In particular, in 1944 Eckert wrote his description of a memory unit (the mercury [[delay line memory|delay line]]) which would hold both the data and the program. John von Neumann, who was consulting for the Moore School on the EDVAC sat in on the Moore School meetings at which the stored program concept was elaborated. Von Neumann wrote up an incomplete set of notes (''[[First Draft of a Report on the EDVAC]]'') which were intended to be used as an internal memorandum describing, elaborating, and couching in formal logical language the ideas developed in the meetings. ENIAC administrator and security officer [[Herman Goldstine]] distributed copies of this ''First Draft'' to a number of government and educational institutions, spurring widespread interest in the construction of a new generation of electronic computing machines, including [[EDSAC]] at Cambridge, England and [[SEAC (computer)|SEAC]] at the U.S. Bureau of Standards.
ENIAC was a one-of-a-kind design and was never repeated. The freeze on design in 1943 meant that the computer design would lack some innovations that soon became well-developed, notably the ability to store a program. Eckert and Mauchly started work on a new design, to be later called the [[EDVAC]], which would be both simpler and more powerful. In particular, in 1944 Eckert wrote his description of a memory unit (the mercury [[delay line memory|delay line]]) which would hold both the data and the program. John von Neumann, who was consulting for the Moore School on the EDVAC sat in on the Moore School meetings at which the stored program concept was elaborated. Von Neumann wrote up an incomplete set of notes (''[[First Draft of a Report on the EDVAC]]'') which were intended to be used as an internal memorandum describing, elaborating, and couching in formal logical language the ideas developed in the meetings. ENIAC administrator and security officer [[Herman Goldstine]] distributed copies of this ''First Draft'' to a number of government and educational institutions, spurring widespread interest in the construction of a new generation of electronic computing machines, including [[EDSAC]] at Cambridge, England and [[SEAC (computer)|SEAC]] at the U.S. Bureau of Standards.

Although the Ballistic Research Laboratory was the sponsor of ENIAC, one year into this three-year project [[John von Neumann]], a mathematician working on the [[hydrogen bomb]] at [[Los Alamos National Laboratory|Los Alamos]], became aware of this computer.<ref>{{Harvnb|Goldstine|page=182}}</ref> Los Alamos subsequently became so involved with ENIAC that the first test problem ran consisted of computations for the hydrogen bomb, not artillery tables.<ref name="Golsdtine72P214"/> The input/output for this test was one million cards.<ref>{{Harvnb|Goldstine|page=226}}</ref>


A number of improvements were also made to ENIAC after 1948, including a primitive read-only stored programming mechanism<ref>{{cite web|url=http://ftp.arl.mil/~mike/comphist/48eniac-coding/|title=A Logical Coding System Applied to the ENIAC|publisher=Ftp.arl.mil|date=1948-09-29|accessdate=2010-01-27}}</ref> using the Function Tables as program [[Read-only memory|ROM]], an idea included in the ENIAC patent and proposed independently by Dr. Richard Clippinger of BRL. Clippinger consulted with von Neumann on what instruction set to implement. Clippinger had thought of a 3-address architecture while von Neumann proposed a 1-address architecture because it was simpler to implement. Three digits of one accumulator (6) were used as the program counter, another accumulator (15) was used as the main accumulator, a third accumulator (8) was used as the address pointer for reading data from the function tables, and most of the other accumulators (1–5, 7, 9–14, 17–19) were used for data memory. The programming of the stored program for ENIAC was done by Betty Jennings, Clippinger and Adele Goldstine. It was first demonstrated as a [[stored-program computer]] on September 16, 1948, running a program by [[Adele Goldstine]] for John von Neumann. This modification reduced the speed of ENIAC by a factor of six and eliminated the ability of parallel computation, but as it also reduced the reprogramming time to hours instead of days, it was considered well worth the loss of performance. Also analysis had shown that due to differences between the electronic speed of computation and the electromechanical speed of input/output, almost any real-world problem was completely [[I/O bound]], even without making use of the original machine's parallelism. Most computations would still be I/O bound, even after the speed reduction imposed by this modification. Early in 1952, a high-speed shifter was added, which improved the speed for shifting by a factor of five. In July 1953, a 100-word expansion [[core memory]] was added to the system, using [[binary coded decimal]], [[excess-3]] number representation. To support this expansion memory, ENIAC was equipped with a new Function Table selector, a memory address selector, pulse-shaping circuits, and three new orders were added to the programming mechanism.
A number of improvements were also made to ENIAC after 1948, including a primitive read-only stored programming mechanism<ref>{{cite web|url=http://ftp.arl.mil/~mike/comphist/48eniac-coding/|title=A Logical Coding System Applied to the ENIAC|publisher=Ftp.arl.mil|date=1948-09-29|accessdate=2010-01-27}}</ref> using the Function Tables as program [[Read-only memory|ROM]], an idea included in the ENIAC patent and proposed independently by Dr. Richard Clippinger of BRL. Clippinger consulted with von Neumann on what instruction set to implement. Clippinger had thought of a 3-address architecture while von Neumann proposed a 1-address architecture because it was simpler to implement. Three digits of one accumulator (6) were used as the program counter, another accumulator (15) was used as the main accumulator, a third accumulator (8) was used as the address pointer for reading data from the function tables, and most of the other accumulators (1–5, 7, 9–14, 17–19) were used for data memory. The programming of the stored program for ENIAC was done by Betty Jennings, Clippinger and Adele Goldstine. It was first demonstrated as a [[stored-program computer]] on September 16, 1948, running a program by [[Adele Goldstine]] for John von Neumann. This modification reduced the speed of ENIAC by a factor of six and eliminated the ability of parallel computation, but as it also reduced the reprogramming time to hours instead of days, it was considered well worth the loss of performance. Also analysis had shown that due to differences between the electronic speed of computation and the electromechanical speed of input/output, almost any real-world problem was completely [[I/O bound]], even without making use of the original machine's parallelism. Most computations would still be I/O bound, even after the speed reduction imposed by this modification. Early in 1952, a high-speed shifter was added, which improved the speed for shifting by a factor of five. In July 1953, a 100-word expansion [[core memory]] was added to the system, using [[binary coded decimal]], [[excess-3]] number representation. To support this expansion memory, ENIAC was equipped with a new Function Table selector, a memory address selector, pulse-shaping circuits, and three new orders were added to the programming mechanism.

Revision as of 22:57, 15 December 2014

Glen Beck (background) and Betty Snyder (foreground) program ENIAC in BRL building 328. (U.S. Army photo)
Programmers Betty Jean Jennings (left) and Fran Bilas (right) operate ENIAC's main control panel at the Moore School of Electrical Engineering. (U.S. Army photo from the archives of the ARL Technical Library)

ENIAC (/ˈini.æk/ or /ˈɛni.æk/; Electronic Numerical Integrator And Computer)[1][2][3] was the first electronic general-purpose computer. It was Turing-complete, digital, and capable of being reprogrammed to solve "a large class of numerical problems".[4][5]

ENIAC was initially designed to calculate artillery firing tables for the United States Army's Ballistic Research Laboratory.[6][7] When ENIAC was announced in 1946 it was heralded in the press as a "Giant Brain".[8] It had a speed of one thousand times that of electro-mechanical machines. This computational power, coupled with general-purpose programmability, excited scientists and industrialists.

ENIAC's design and construction was financed by the United States Army, Ordnance Corps, Research and Development Command which was led by Major General Gladeon Marcus Barnes. He was Chief of Research and Engineering, the Chief of the Research and Development Service, Office of the Chief of Ordnance during World War II. The construction contract was signed on June 5, 1943, and work on the computer began in secret by the University of Pennsylvania's Moore School of Electrical Engineering[9] starting the following month under the code name "Project PX". The completed machine was announced to the public the evening of February 14, 1946[10] and formally dedicated the next day[11] at the University of Pennsylvania, having cost almost $500,000 (approximately $7,800,000 today). It was formally accepted by the U.S. Army Ordnance Corps in July 1946. ENIAC was shut down on November 9, 1946 for a refurbishment and a memory upgrade, and was transferred to Aberdeen Proving Ground, Maryland in 1947. There, on July 29, 1947, it was turned on and was in continuous operation until 11:45 p.m. on October 2, 1955.[3]

Finished shortly after the end of World War II, one of its first programs was a study of the feasibility of the hydrogen bomb.[12] A few months after its unveiling, in the summer of 1946, as part of "an extraordinary effort to jump-start research in the field",[13] the Pentagon invited "the top people in electronics and mathematics from the United States and Great Britain"[13] to a series of forty-eight lectures altogether called The Theory and Techniques for Design of Digital Computers more often named the Moore School Lectures.[13] Half of these lectures were given by the inventors of ENIAC.[14]

ENIAC was conceived and designed by John Mauchly and J. Presper Eckert of the University of Pennsylvania.[15] The team of design engineers assisting the development included Robert F. Shaw (function tables), Jeffrey Chuan Chu (divider/square-rooter), Thomas Kite Sharpless (master programmer), Arthur Burks (multiplier), Harry Huskey (reader/printer) and Jack Davis (accumulators). ENIAC was named an IEEE Milestone in 1987.[16]

In 2011, to honor of the 65th anniversary of the ENIAC's unveiling, the City of Philadelphia declared February 15 as The ENIAC Day.[17]

Description

ENIAC vacuum tubes in holders

ENIAC was a modular computer, composed of individual panels to perform different functions. Twenty of these modules were accumulators, which could not only add and subtract but hold a ten-digit decimal number in memory. Numbers were passed between these units across several general-purpose buses, or trays, as they were called. In order to achieve its high speed, the panels had to send and receive numbers, compute, save the answer, and trigger the next operation—all without any moving parts. Key to its versatility was the ability to branch; it could trigger different operations that depended on the sign of a computed result.

ENIAC contained 17,468 vacuum tubes, 7,200 crystal diodes, 1,500 relays, 70,000 resistors, 10,000 capacitors and around 5 million hand-soldered joints. It weighed more than 30 short tons (27 t), was roughly 8 by 3 by 100 feet (2.4 m × 0.9 m × 30 m), took up 1800 square feet (167 m2), and consumed 150 kW of power.[18][19] This led to the rumor that whenever the computer was switched on, lights in Philadelphia dimmed.[20] Input was possible from an IBM card reader, and an IBM card punch was used for output. These cards could be used to produce printed output offline using an IBM accounting machine, such as the IBM 405.

ENIAC used ten-position ring counters to store digits; each digit used 36 vacuum tubes, 10 of which were the dual triodes making up the flip-flops of the ring counter. Arithmetic was performed by "counting" pulses with the ring counters and generating carry pulses if the counter "wrapped around", the idea being to emulate in electronics the operation of the digit wheels of a mechanical adding machine. ENIAC had twenty ten-digit signed accumulators which used ten's complement representation and could perform 5,000 simple addition or subtraction operations between any of them and a source (e.g., another accumulator, or a constant transmitter) every second. It was possible to connect several accumulators to run simultaneously, so the peak speed of operation was potentially much higher due to parallel operation.

It was possible to wire the carry of one accumulator into another accumulator to perform double precision arithmetic, but the accumulator carry circuit timing prevented the wiring of three or more for even higher precision. ENIAC used four of the accumulators, controlled by a special Multiplier unit, to perform up to 385 multiplication operations per second. Five of the accumulators were controlled by a special Divider/Square-Rooter unit to perform up to forty division operations per second or three square root operations per second.

The other nine units in ENIAC were the Initiating Unit (which started and stopped the machine), the Cycling Unit (used for synchronizing the other units), the Master Programmer (which controlled "loop" sequencing), the Reader (which controlled an IBM punched card reader), the Printer (which controlled an IBM punched card punch), the Constant Transmitter, and three Function Tables.[clarification needed]

Cpl. Irwin Goldstein (foreground) sets the switches on one of ENIAC's function tables at the Moore School of Electrical Engineering. (U.S. Army photo) This photo has been artificially darkened, obscuring details such as the women who were present and the IBM equipment in use.[21]

The references by Rojas and Hashagen (or Wilkes)[15] give more details about the times for operations, which differ somewhat from those stated above. The basic machine cycle was 200 microseconds (20 cycles of the 100 kHz clock in the cycling unit), or 5,000 cycles per second for operations on the 10-digit numbers. In one of these cycles, ENIAC could write a number to a register, read a number from a register, or add/subtract two numbers. A multiplication of a 10-digit number by a d-digit number (for d up to 10) took d+4 cycles, so a 10- by 10-digit multiplication took 14 cycles, or 2800 microseconds—a rate of 357 per second. If one of the numbers had fewer than 10 digits, the operation was faster. Division and square roots took 13(d+1) cycles, where d is the number of digits in the result (quotient or square root). So a division or square root took up to 143 cycles, or 28,600 microseconds—a rate of 35 per second. (Wilkes 1956:20[15] states that a division with a 10 digit quotient required 6 milliseconds.) If the result had fewer than ten digits, it was obtained faster.

Reliability

ENIAC used common octal-base radio tubes of the day; the decimal accumulators were made of 6SN7 flip-flops, while 6L7's, 6SJ7's, 6SA7's and 6AC7's were used in logic functions.[citation needed] Numerous 6L6's and 6V6's served as line drivers to drive pulses through cables between rack assemblies.

Detail of the back of a section of ENIAC, showing vacuum tubes

Several tubes burned out almost every day, leaving it nonfunctional about half the time. Special high-reliability tubes were not available until 1948. Most of these failures, however, occurred during the warm-up and cool-down periods, when the tube heaters and cathodes were under the most thermal stress. Engineers reduced ENIAC's tube failures to the more acceptable rate of one tube every two days. According to a 1989 interview with Eckert, "We had a tube fail about every two days and we could locate the problem within 15 minutes."[22] In 1954, the longest continuous period of operation without a failure was 116 hours—close to five days.

Programming

ENIAC could be programmed to perform complex sequences of operations, including loops, branches, and subroutines. The task of taking a problem and mapping it onto the machine was complex, and usually took weeks. After the program was figured out on paper, the process of getting the program into ENIAC by manipulating its switches and cables could take days. This was followed by a period of verification and debugging, aided by the ability to execute the program step by step.

In 1997, the six women who did most of the programming of ENIAC were inducted into the Women in Technology International Hall of Fame.[23][24] Their names as of 1946 (some changed their names later when marrying) were Kay McNulty, Betty Jennings, Betty Snyder, Marlyn Wescoff, Fran Bilas and Ruth Lichterman.[25][26] Jennifer S. Light's 1999 essay, "When Computers Were Women", documents and describes the role of the women of ENIAC as well as outlines the historical omission or downplay of women's roles in computer science history.[27] The role of the ENIAC programmers is also treated in a 2010 documentary film titled Top Secret Rosies: The Female "Computers" of WWII by LeAnn Erickson, and is the subject of the 2014 documentary The Computers by Kate McMahon. [28] [29]

ENIAC was a one-of-a-kind design and was never repeated. The freeze on design in 1943 meant that the computer design would lack some innovations that soon became well-developed, notably the ability to store a program. Eckert and Mauchly started work on a new design, to be later called the EDVAC, which would be both simpler and more powerful. In particular, in 1944 Eckert wrote his description of a memory unit (the mercury delay line) which would hold both the data and the program. John von Neumann, who was consulting for the Moore School on the EDVAC sat in on the Moore School meetings at which the stored program concept was elaborated. Von Neumann wrote up an incomplete set of notes (First Draft of a Report on the EDVAC) which were intended to be used as an internal memorandum describing, elaborating, and couching in formal logical language the ideas developed in the meetings. ENIAC administrator and security officer Herman Goldstine distributed copies of this First Draft to a number of government and educational institutions, spurring widespread interest in the construction of a new generation of electronic computing machines, including EDSAC at Cambridge, England and SEAC at the U.S. Bureau of Standards.

Although the Ballistic Research Laboratory was the sponsor of ENIAC, one year into this three-year project John von Neumann, a mathematician working on the hydrogen bomb at Los Alamos, became aware of this computer.[30] Los Alamos subsequently became so involved with ENIAC that the first test problem ran consisted of computations for the hydrogen bomb, not artillery tables.[7] The input/output for this test was one million cards.[31]

A number of improvements were also made to ENIAC after 1948, including a primitive read-only stored programming mechanism[32] using the Function Tables as program ROM, an idea included in the ENIAC patent and proposed independently by Dr. Richard Clippinger of BRL. Clippinger consulted with von Neumann on what instruction set to implement. Clippinger had thought of a 3-address architecture while von Neumann proposed a 1-address architecture because it was simpler to implement. Three digits of one accumulator (6) were used as the program counter, another accumulator (15) was used as the main accumulator, a third accumulator (8) was used as the address pointer for reading data from the function tables, and most of the other accumulators (1–5, 7, 9–14, 17–19) were used for data memory. The programming of the stored program for ENIAC was done by Betty Jennings, Clippinger and Adele Goldstine. It was first demonstrated as a stored-program computer on September 16, 1948, running a program by Adele Goldstine for John von Neumann. This modification reduced the speed of ENIAC by a factor of six and eliminated the ability of parallel computation, but as it also reduced the reprogramming time to hours instead of days, it was considered well worth the loss of performance. Also analysis had shown that due to differences between the electronic speed of computation and the electromechanical speed of input/output, almost any real-world problem was completely I/O bound, even without making use of the original machine's parallelism. Most computations would still be I/O bound, even after the speed reduction imposed by this modification. Early in 1952, a high-speed shifter was added, which improved the speed for shifting by a factor of five. In July 1953, a 100-word expansion core memory was added to the system, using binary coded decimal, excess-3 number representation. To support this expansion memory, ENIAC was equipped with a new Function Table selector, a memory address selector, pulse-shaping circuits, and three new orders were added to the programming mechanism.

Comparison with other early computers

A function table from ENIAC on display at Aberdeen Proving Ground museum.

Mechanical and electrical computing machines have been around since the 19th century, but the 1930s and 1940s are considered the beginning of the modern computer era.

The Bell Telephone Labs Complex Number Calculator—a relay based computer developed by George R. Stibitz in 1939–40 at Bell's New York City laboratory and demonstrated remotely from Hanover, New Hampshire at the 1940 Mathematics Conference at Dartmouth College.[33]

The German Z3 (shown working in May 1941) was designed by Konrad Zuse. It was the first programmable computer, but it was electromechanical, rather than electronic, as it used relays for all functions. It computed logically using binary arithmetic. It was programmable by punched tape, but lacked the conditional branch. While not designed for Turing completeness, it accidentally was, as it was found out in 1998 (but to exploit this Turing-completeness, complex, clever hacks were necessary).[34][35] It was destroyed in a bombing raid on Berlin in December 1943.

The American Atanasoff–Berry Computer (ABC) (shown working in summer 1941) was the first completely electronic computing device. It implemented binary computation with vacuum tubes but was not general purpose, being limited to solving systems of linear equations. It also did not exploit electronic computing speeds, being limited by a rotating capacitor drum memory and an input-output system that was intended to write intermediate results to paper cards. It was manually controlled and was not programmable.

The ten British Colossus computers (used for cryptanalysis starting in 1943) were designed by Tommy Flowers. The Colossus computers were digital, electronic, and were programmed by plugboard and switches, but they were dedicated to code breaking and not general purpose.[36]

Howard Aiken's 1944 Harvard Mark I was programmed by punched tape and used relays. It performed general arithmetic functions, but lacked any branching.

ENIAC was, like the Z3 and Mark I, able to run an arbitrary sequence of mathematical operations, but did not read them from a tape. Like the Colossus, it was programmed by plugboard and switches. ENIAC combined full, Turing complete programmability with electronic speed. The ABC, ENIAC and Colossus all used thermionic valves (vacuum tubes). ENIAC's registers performed decimal arithmetic, rather than binary arithmetic like the Z3 or the Atanasoff-Berry Computer.

The Manchester Small-Scale Experimental Machine (SSEM), nicknamed Baby, was the world's first stored-program computer, designed as a testbed for the Williams tube, an early form of computer memory. It was the first working machine to contain all of the elements essential to a modern electronic computer. As soon as the SSEM had demonstrated the feasibility of its design, a project was initiated for a more usable computer, the Manchester Mark 1. The SSEM had a 32-bit word length and a memory of 32 words. The only arithmetic operations implemented in hardware were subtraction and negation; other arithmetic operations were implemented in software. The SSEM did not require rewiring to reprogram as it supported stored programs, and as such can be argued to be the world's first modern digital computer.

Until 1948, ENIAC required rewiring to reprogram, like the Colossus. The idea of the stored-program computer with combined memory for program and data was conceived during the development of ENIAC, but it was not initially implemented in ENIAC because World War II priorities required the machine to be completed quickly, and ENIAC's 20 storage locations would be too small to hold data and programs.

Public knowledge

The Z3 and Colossus were developed independently of each other and of the ABC and ENIAC during World War II. The Z3 was destroyed by Allied bombing of Berlin in 1943. The Colossus machines were part of the UK's war effort. Their existence only became generally known in the 1970s, though knowledge of their capabilities remained among their UK staff and invited Americans. All but two of the machines that remained in use in GCHQ until the 1960s, were destroyed in 1945.[citation needed] The ABC was dismantled by Iowa State University, after John Atanasoff was called to Washington, D.C., to do physics research for the U.S. Navy. ENIAC, by contrast, was put through its paces for the press in 1946, "and captured the world's imagination".[37] Older histories of computing may therefore not be comprehensive in their coverage and analysis of this period.

Patent

For a variety of reasons (including Mauchly's June 1941 examination of the Atanasoff–Berry Computer, prototyped in 1939 by John Atanasoff and Clifford Berry), U.S. patent 3,120,606 for ENIAC, granted in 1964, was voided by the 1973 decision of the landmark federal court case Honeywell v. Sperry Rand, putting the invention of the electronic digital computer in the public domain and providing legal recognition to Atanasoff as the inventor of the first electronic digital computer.

Parts on display

Four ENIAC panels and one of its three function tables, on display at the School of Engineering and Applied Science at the University of Pennsylvania

The School of Engineering and Applied Science at the University of Pennsylvania has four of the original forty panels and one of the three function tables of ENIAC (on loan from the Smithsonian).
The Smithsonian has five panels in the National Museum of American History in Washington, D.C.
The Science Museum in London has a receiver unit on display.
The Computer History Museum in Mountain View, California has three panels and a function table on display (on loan from the Smithsonian).
The University of Michigan in Ann Arbor has four panels, salvaged by Arthur Burks.
The U.S. Army Ordnance Museum at Aberdeen Proving Ground, Maryland, where ENIAC was used, has one of the function tables.
The Perot Group in Plano, Texas has also seven panels and detailed history and explanation of ENIAC functions using text, graphics, photographs and interactive touch screen.
The U.S. Military Academy at West Point, NY has one of the data entry terminals from the ENIAC.

In 1995, a very small silicon chip measuring 7.44mm by 5.29mm was built with the same functionality as ENIAC. Although this 20 MHz chip was many times faster than ENIAC, it was still many times slower than modern microprocessors of the late '90s.[38][39]

See also

Notes

  1. ^ John Presper Eckert Jr. and John W. Mauchly, Electronic Numerical Integrator and Computer, United States Patent Office, US Patent 3,120,606, filed 26 June 1947, issued 4 February 1964, and invalidated 19 October 1973 after court ruling on Honeywell v. Sperry Rand.
  2. ^ Goldstein 1972
  3. ^ a b "The ENIAC Story". Ftp.arl.mil. Retrieved 2008-09-22.
  4. ^ Goldstine & Goldstine 1946, p. 97
  5. ^ Shurkin, Joel (1996). Engines of the mind : the evolution of the computer from mainframes to microprocessors. New York: Norton. ISBN 0-393-31471-5.
  6. ^ ENIAC's first use was in calculations for the hydrogen bomb. Moye, William T (January 1996). "ENIAC: The Army-Sponsored Revolution". US Army Research Laboratory. Retrieved 2009-07-09.
  7. ^ a b Goldstine, p. 214
  8. ^ Brain used in the press as a metaphor became common during the war years. Looking, for example, at Life magazine: August 16, 1937 p.45 Overseas Air Lines Rely on Magic Brain (RCA Radiocompass). March 9, 1942 p.55 the Magic Brain—is a development of RCA engineers (RCA Victrola). December 14, 1942 p.8 Blanket with a Brain does the rest! (GE Automatic Blanket). November 8, 1943 p.8 Mechanical brain sights gun (How to boss a BOFORS!)
  9. ^ Goldstine & Goldstine 1946
  10. ^ Kennedy, Jr., T. R. (February 15, 1946). "Electronic Computer Flashes Answers". New York Times. Retrieved 2014-05-27.
  11. ^ Honeywell, Inc. v. Sperry Rand Corp., 180 U.S.P.Q. (BNA) 673, p. 20, finding 1.1.3 (U.S. District Court for the District of Minnesota, Fourth Division 1973) ("The ENIAC machine which embodied 'the invention' claimed by the ENIAC patent was in public use and non-experimental use for the following purposes, and at times prior to the critical date: ... Formal dedication use February 15, 1946 ...").
  12. ^ Scott McCartney p.103 (1999): "ENIAC correctly showed that Teller's scheme would not work, but the results led Teller and Ulam to come up with another design together."
  13. ^ a b c Scott McCartney p.140 (1999)
  14. ^ Scott McCartney p.140 (1999): Eckert gave 11 lectures, Mauchly gave 6, Goldstine gave 6, von Neumann, who was to give 1, didn't showup. the other 24 were spread among various invited academics and military officials.
  15. ^ a b c Wilkes, M. V. (1956). Automatic Digital Computers. New York: John Wiley & Sons. pp. 305 pages. QA76.W5 1956.
  16. ^ "Milestones:Electronic Numerical Integrator and Computer, 1946". IEEE Global History Network. IEEE. Retrieved 3 August 2011.
  17. ^ "Resolution No. 110062: Declaring February 15 as "Electronic Numerical Integrator And Computer (ENIAC) Day" in Philadelphia and honoring the University of Pennsylvania School of Engineering and Applied Sciences" (PDF). February 10, 2011. Retrieved August 13, 2014.
  18. ^ http://encyclopedia2.thefreedictionary.com/ENIAC
  19. ^ Weik, Martin H. (December 1955). "Ballistic Research Laboratories Report № 971 – A Survey of Domestic Electronic Digital Computing Systems – page 41". US Department of Commerce. Retrieved 2009-04-16.
  20. ^ Farrington, Gregory (March 1996). ENIAC: Birth of the Information Age. Popular Science. Retrieved 15 December 2011.
  21. ^ The original photo can be seen in the article: Rose, Allen (April 1946). "Lightning Strikes Mathematics". Popular Science: 83–86. Retrieved 15 April 2012.
  22. ^ Alexander Randall 5th (14 February 2006). "A lost interview with ENIAC co-inventor J. Presper Eckert". Computer World. Retrieved 2011-04-25.{{cite web}}: CS1 maint: numeric names: authors list (link)
  23. ^ "WITI – Hall of Fame". Witi.com. Retrieved 2010-01-27.
  24. ^ "Wired: Women Proto-Programmers Get Their Just Reward". 1997-05-08. {{cite news}}: Unknown parameter |deadurl= ignored (|url-status= suggested) (help) [dead link]
  25. ^ "ENIAC Programmers Project". Eniacprogrammers.org. Retrieved 2010-01-27.
  26. ^ "ABC News: First Computer Programmers Inspire Documentary".
  27. ^ Light, Jennifer S. (1999). "When Computers Were Women". Technology and Culture. 40 (3): 455–483. doi:10.1353/tech.1999.0128.
  28. ^ Gumbrecht, Jamie (February 2011). "Rediscovering WWII's female 'computers'". CNN. Retrieved 2011-02-15.
  29. ^ http://www.siff.net/festival-2014/computers
  30. ^ Goldstine, p. 182
  31. ^ Goldstine, p. 226
  32. ^ "A Logical Coding System Applied to the ENIAC". Ftp.arl.mil. 1948-09-29. Retrieved 2010-01-27.
  33. ^ Relay computers of George Stibitz, retrieved 2012 Dec 19
  34. ^ Rojas, R. (1998). "How to make Zuse's Z3 a universal computer". IEEE Annals of the History of Computing. 20 (3): 51–54. doi:10.1109/85.707574.
  35. ^ Rojas, Raúl. "How to Make Zuse's Z3 a Universal Computer".
  36. ^ B. Jack Copeland, ed. (2006). Colossus : the secrets of Bletchley Park's codebreaking computers (1 ed.). Oxford: Oxford Univ. Press. ISBN 0-19-284055-X.
  37. ^ Kleiman, Kathryn A. (1997). "WITI Hall of Fame: The ENIAC Programmers". Retrieved 2007-06-12.
  38. ^ Jan Van Der Spiegel (March 1996). "ENIAC-on-a-Chip". PENNPRINTOUT. Retrieved 2009-09-04.
  39. ^ Jan Van Der Spiegel (1995-05-09). "ENIAC-on-a-Chip". University of Pennsylvania. Retrieved 2009-09-04.

References

  • Burks, Arthur W. and Alice R. Burks, The ENIAC: The First General-Purpose Electronic Computer (in Annals of the History of Computing, Vol. 3 (No. 4), 1981, pp. 310–389; commentary pp. 389–399)
  • Eckert, J. Presper, The ENIAC (in Nicholas Metropolis, J. Howlett, Gian-Carlo Rota, (editors), A History of Computing in the Twentieth Century, Academic Press, New York, 1980, pp. 525–540)
  • Eckert, J. Presper and John Mauchly, 1946, Outline of plans for development of electronic computers, 6 pages. (The founding document in the electronic computer industry.)
  • Fritz, Barkley, The Women of ENIAC (in IEEE Annals of the History of Computing, Vol. 18, 1996, pp. 13–28)
  • Goldstine, H. H.; Goldstine, Adele (Jul 1946), "The Electronic Numerical Integrator and Computer (ENIAC)", Mathematical Tables and Other Aids to Computation, 2 (15): 97–110, doi:10.2307/2002620, ISSN 0891-6837 (also reprinted in The Origins of Digital Computers: Selected Papers, Springer-Verlag, New York, 1982, pp. 359–373)
  • Goldstine, Herman H. (1972). The Computer: from Pascal to von Neumann. Princeton, New Jersey: Princeton University Press. ISBN 0-691-02367-0.
  • Mauchly, John, The ENIAC (in Metropolis, Nicholas, J. Howlett, Gian-Carlo Rota, 1980, A History of Computing in the Twentieth Century, Academic Press, New York, ISBN 0-12-491650-3, pp. 541–550, "Original versions of these papers were presented at the International Research Conference on the History of Computing, held at the Los Alamos Scientific Laboratory, 10–15 June 1976.")
  • Rojas, Raúl and Ulf Hashagen, editors, The First Computers: History and Architectures, 2000, MIT Press, ISBN 0-262-18197-5.
  • McCartney, Scott (1999). ENIAC: The Triumphs and Tragedies of the World's First Computer. Walker & Co. ISBN 0-8027-1348-3.

Further reading

  • Berkeley, Edmund. GIANT BRAINS or machines that think. John Wiley & Sons, inc., 1949. Chapter 7 Speed – 5000 Additions a Second: Moore School's ENIAC (Electronic Numerical Integrator And Computer)
  • Dyson, George (2012). Turing's Cathedral: The Origins of the Digital Universe. New York: Pantheon Books. ISBN 978-0-375-42277-5.
  • Hally, Mike. Electronic Brains: Stories from the Dawn of the Computer Age, Joseph Henry Press, 2005. ISBN 0-309-09630-8
  • Lukoff, Herman (1979). From Dits to Bits: A personal history of the electronic computer. Portland, Oregon: Robotics Press. ISBN 0-89661-002-0.
  • Tompkins, C.B. and J.H Wakelin, High-Speed Computing Devices, McGraw-Hill, 1950.
  • Stern, Nancy (1981). From ENIAC to UNIVAC: An Appraisal of the Eckert-Mauchly Computers. Digital Press. ISBN 0-932376-14-2.
  • McCartney, Scott (1999). ENIAC: The Triumphs and Tragedies of the World's First Computer. Walker & Co. ISBN 0-8027-1348-3.

39°57′08″N 75°11′26″W / 39.9522°N 75.1905°W / 39.9522; -75.1905