Whirlwind I

Last updated
Whirlwind I
Museum of Science, Boston, MA - IMG 3168.JPG
Whirlwind computer elements: core memory (left) and operator console
Product family"Whirlwind Program" [1] /"Whirlwind Project" [2]
Generation1st
Release dateApril 20, 1951 (1951-04-20)
CPU 16 bits, parallel. Uses about 5000 vacuum tubes
MemoryCore memory, 1 kiloword of 16 bits words (2 kilobytes). Ultimately 2048 words (4KB).
PowerMore than 100 kW
Dimensions2,000 sq.ft (185 m2)
Mass20,000 lbs (9.1t)
Successor TX-0, TX-2, DEC PDP-1

Whirlwind I was a Cold War-era vacuum tube computer developed by the MIT Servomechanisms Laboratory for the U.S. Navy. Operational in 1951, it was among the first digital electronic computers that operated in real-time for output, and the first that was not simply an electronic replacement of older mechanical systems.

Contents

It was one of the first computers to calculate in bit-parallel (rather than bit-serial), and was the first to use magnetic-core memory.

Its development led directly to the Whirlwind II design used as the basis for the United States Air Force SAGE air defense system, and indirectly to almost all business computers and minicomputers in the 1960s, [3] particularly because of the mantra "short word length, speed, people." [4]

Background

During World War II, the U.S. Navy's Naval Research Lab approached MIT about the possibility of creating a computer to drive a flight simulator for training bomber crews. They envisioned a fairly simple system in which the computer would continually update a simulated instrument panel based on control inputs from the pilots. Unlike older systems such as the Link Trainer, the system they envisioned would have a considerably more realistic aerodynamics model that could be adapted to any type of plane. This was an important consideration at the time, when many new designs were being introduced into service.

The Servomechanisms Lab in MIT building 32 [5] conducted a short survey that concluded such a system was possible. The Navy's Office of Naval Research decided to fund development under Project Whirlwind (and its sister projects, Project Typhoon and Project Cyclone, with other institutions), [6] and the lab placed Jay Forrester in charge of the project. They soon built a large analog computer for the task, but found that it was inaccurate and inflexible. Solving these problems in a general way would require a much larger system, perhaps one so large as to be impossible to construct. Judy Clapp was an early senior technical member of this team.

Perry Crawford, another member of the MIT team, saw a demonstration of ENIAC in 1945. He then suggested that a digital computer would be the best solution. Such a machine would allow the accuracy of simulations to be improved with the addition of more code in the computer program, as opposed to adding parts to the machine. As long as the machine was fast enough, there was no theoretical limit to the complexity of the simulation.

Until this point, all computers constructed were dedicated to single tasks, and run in batch mode. A series of inputs were set up in advance and fed into the computer, which would work out the answers and print them. This was not appropriate for the Whirlwind system, which needed to operate continually on an ever-changing series of inputs. Speed became a major issue: whereas with other systems it simply meant waiting longer for the printout, with Whirlwind it meant seriously limiting the amount of complexity the simulation could include.

Technical description

Design and construction

By 1947, Forrester and collaborator Robert Everett completed the design of a high-speed stored-program computer for this task. Most computers of the era operated in bit-serial mode, using single-bit arithmetic and feeding in large words, often 48 or 60 bits in size, one bit at a time. This was simply not fast enough for their purposes, so Whirlwind included sixteen such math units, operating on a complete 16-bit word every cycle in bit-parallel mode. Ignoring memory speed, Whirlwind ("20,000 single-address operations per second" in 1951) [7] was essentially sixteen times as fast as other machines. Today, almost all CPUs perform arithmetic in "bit-parallel" mode.

The word size was selected after some deliberation. The machine worked by passing in a single address with almost every instruction, thereby reducing the number of memory accesses. For operations with two operands, adding for instance, the "other" operand was assumed to be the last one loaded. Whirlwind operated much like a reverse Polish notation calculator in this respect; except there was no operand stack, only an accumulator. The designers felt that 2048 words of memory would be the minimum usable amount, requiring 11 bits to represent an address, and that 16 to 32 instructions would be the minimum for another five bits — and so it was 16 bits. [8]

The Whirlwind design incorporated a control store driven by a master clock. Each step of the clock selected one or more signal lines in a diode matrix that enabled gates and other circuits on the machine. A special switch directed signals to different parts of the matrix to implement different instructions.[ citation needed ] In the early 1950s, Whirlwind I "would crash every 20 minutes on average." [9]

Whirlwind construction started in 1948, an effort that employed 175 people, including 70 engineers and technicians. The use of carry save multiplication appears to have been first introduced in the Whirlwind computer in the late 1940s. [10] In the third quarter of 1949, the computer was advanced enough to solve an equation and display its solution on an oscilloscope, [11] :11.13 [12] and even for the first animated and interactive computer graphic game. [13] [14] Finally Whirlwind "successfully accomplished digital computation of interception courses" on April 20, 1951. [15] [11] :11.20–21 The project's budget was approximately $1 million a year, which was vastly higher than the development costs of most other computers of the era. After three years, the Navy had lost interest. However, during this time the Air Force had become interested in using computers to help the task of ground controlled interception, and the Whirlwind was the only machine suitable to the task. They took up development under Project Claude.

Whirlwind weighed 20,000 pounds (10 short tons; 9.1 t) and occupied over 2,000 square feet. [16]

The memory subsystem

The original machine design called for 2048 (2K) words of 16 bits each of random-access storage. The only two available memory technologies in 1949 that could hold this much data were mercury delay lines and electrostatic storage.

A mercury delay line consisted of a long tube filled with mercury, a mechanical transducer on one end, and a microphone on the other end, much like a spring reverb unit later used in audio processing. Pulses were sent into the mercury delay line at one end, and took a certain amount of time to reach the other end. They were detected by the microphone, amplified, reshaped into the correct pulse shape, and sent back into the delay line. Thus, the memory was said to recirculate.

Mercury delay lines operated at about the speed of sound, so were very slow in computer terms, even by the standards of the computers of the late 1940s and 1950s. The speed of sound in mercury was also very dependent on temperature. Since a delay line held a defined number of bits, the frequency of the clock had to change with the temperature of the mercury. If there were many delay lines and they did not all have the same temperature at all times, the memory data could easily become corrupted.

The Whirlwind designers quickly discarded the delay line as a possible memory—it was both too slow for the envisioned flight simulator, and too unreliable for a reproducible production system, for which Whirlwind was intended to be a functional prototype.

The alternative form of memory was known as "electrostatic". This was a cathode ray tube memory, similar in many aspects to an early TV picture tube or oscilloscope tube. An electron gun sent a beam of electrons to the far end of the tube, where they impacted a screen. The beam would be deflected to land at a particular spot on the screen. The beam could then build up a negative charge at that point, or change a charge that was already there. By measuring the beam current it could be determined whether the spot was originally a zero or a one, and a new value could be stored by the beam.

There were several forms of electrostatic memory tubes in existence in 1949. The best known today is the Williams tube, developed in England, but there were a number of others that had been developed independently by various research labs. The Whirlwind engineers considered the Williams tube, but determined that the dynamic nature of the storage and the need for frequent refresh cycles was incompatible with the design goals for Whirlwind I. Instead, they settled on a design that was being developed at the MIT Radiation Laboratory. This was a dual-gun electron tube. One gun produced a sharply-focused beam to read or write individual bits. The other gun was a "flood gun" that sprayed the entire screen with low-energy electrons. As a result of the design, this tube was more of a static RAM that did not require refresh cycles, unlike the dynamic RAM Williams tube.

In the end the choice of this tube was unfortunate. The Williams tube was considerably better developed, and despite the need for refresh could easily hold 1024 bits per tube, and was quite reliable when operated correctly. The MIT tube was still in development, and while the goal was to hold 1024 bits per tube, this goal was never reached, even several years after the plan had called for full-size functional tubes. Also, the specifications had called for an access time of six microseconds, but the actual access time was around 30 microseconds. Since the basic cycle time of the Whirlwind I processor was determined by the memory access time, the entire processor was slower than designed.

Magnetic-core memory

Circuitry from core memory unit of Whirlwind 8863-Project-Whirlwind-CRMI.JPG
Circuitry from core memory unit of Whirlwind
Core stack from core memory unit of Whirlwind 8868-Project-Whirlwind-CRMI.JPG
Core stack from core memory unit of Whirlwind
Project Whirlwind core memory, circa 1951 Project Whirlwind - core memory, circa 1951 - detail 1.JPG
Project Whirlwind core memory, circa 1951

Jay Forrester was desperate to find a suitable memory replacement for his computer. Initially the computer only had 32 words of storage, and 27 of these words were read-only registers made of toggle switches. The remaining five registers were flip-flop storage, with each of the five registers being made from more than 30 vacuum tubes. This "test storage", as it was known, was intended to allow checkout of the processing elements while the main memory was not ready. The main memory was so late that the first experiments of tracking airplanes with live radar data were done using a program manually set into test storage. Forrester came across an advertisement for a new magnetic material being produced by a company. Recognizing that this had the potential to be a data storage medium, Forrester obtained a workbench in the corner of the lab, and got several samples of the material to experiment with. Then for several months he spent as much time in the lab as he did in the office managing the entire project.

At the end of those months, he had invented the basics of magnetic-core memory and demonstrated that it was likely to be feasible. His demonstration consisted of a small core plane of 32 cores, each three-eighths of an inch in diameter. Having demonstrated that the concept was practical, it needed only to be reduced to a workable design. In the fall of 1949, Forrester enlisted graduate student William N. Papian to test dozens of individual cores, to determine those with the best properties. [11] Papian's work was bolstered when Forrester asked student Dudley Allen Buck [17] [18] [19] to work on the material and assigned him to the workbench, while Forrester went back to full-time project management. (Buck would go on to invent the cryotron and content-addressable memory at the lab.)

After approximately two years of further research and development, they were able to demonstrate a core plane that was made of 32 by 32, or 1024 cores, holding 1024 bits of data. Thus, they had reached the originally intended storage size of an electrostatic tube, a goal that had not yet been reached by the tubes themselves, only holding 512 bits per tube in the latest design generation. Very quickly, a 1024-word core memory was fabricated, replacing the electrostatic memory. The electrostatic memory design and production was summarily canceled, saving a good deal of money to be reallocated to other research areas. Two additional core memory units were later fabricated, increasing the total memory size available.

Vacuum tubes

The design used approximately 5,000 vacuum tubes.

The large number of tubes used in Whirlwind resulted in a problematic failure rate since a single tube failure could cause a system failure. The standard pentode at the time was the 6AG7, but testing in 1948 determined that its expected lifetime in service was too short for this application. Consequently, the 7AD7 was chosen instead, but this also had too high a failure rate in service. An investigation into the cause of the failures found that silicon in the tungsten alloy of the heater filament was causing cathode poisoning; deposits of barium orthosilicate forming on the cathode reduce or prevent its function of emitting electrons. The 7AK7 tube with a high-purity tungsten filament was then specially developed for Whirlwind by Sylvania. [20] :59–60

Cathode poisoning is at its worst when the tube is being run in cut-off with the heater on. Commercial tubes were intended for radio (and later, television) applications where they are rarely run in this state. Analog applications like these keep the tube in the linear region, whereas digital applications switch the tube between cut-off and full conduction, passing only briefly through the linear region. Further, commercial manufacturers expected their tubes to only be in use for a few hours per day. [20] :59 To ameliorate this issue, the heaters were turned off on valves not expected to switch for long periods. The heater voltage was turned on and off with a slow ramp waveform to avoid thermal shock to the heater filaments. [21] :226

Even these measures were not enough to achieve the required reliability. Incipient faults were proactively sought by testing the valves during maintenance periods. They were subject to stress tests called marginal testing because they applied voltages and signals to the valves right up to their design margins. These tests were designed to bring on early failure of valves that would otherwise have failed while in service. They were carried out automatically by a test program. [20] :60–61 The maintenance statistics for 1950 show the success of these measures. Of the 1,622 7AD7 tubes in use, 243 failed, of which 168 were found by marginal testing. Of the 1,412 7AK7 tubes in use, 18 failed, of which only 2 failed during marginal checking. As a result, Whirlwind was far more reliable than any commercially available machine. [20] :61–62

Many other features of the Whirlwind tube testing regime were not standard tests and required specially built equipment. One condition that required special testing was momentary shorting on a few tubes caused by small objects like lint inside the tube. Occasional spurious short pulses are a minor problem, or even entirely unnoticeable, in analog circuits, but are likely to be disastrous in a digital circuit. These did not show up on standard tests but could be discovered manually by tapping the glass envelope. A thyratron-triggered circuit was built to automate this test. [21] :225

Air defense networks

After connection to the experimental Microwave Early Warning (MEW) radar at Hanscom Field using Jack Harrington's equipment and commercial phone lines, [22] aircraft were tracked by Whirlwind I. [23] The Cape Cod System subsequently demonstrated computerized air defence covering southern New England.[ specify ] Signals from three long range (AN/FPS-3) radars, eleven gap-filler radars, and three height-finding radars were transmitted over telephone lines to the Whirlwind I computer in Cambridge, Massachusetts. The Whirlwind II design for a larger and faster machine (never completed) was the basis for the SAGE air defense system IBM AN/FSQ-7 Combat Direction Central.

Legacy

The Whirlwind used approximately 5,000 vacuum tubes. An effort was also started to convert the Whirlwind design to a transistorized form, led by Ken Olsen and known as the TX-0. TX-0 was very successful and plans were made to make an even larger version known as TX-1. However this project was far too ambitious and had to be scaled back to a smaller version known as TX-2. Even this version proved troublesome, and Olsen left in mid-project to start Digital Equipment Corporation (DEC). DEC's PDP-1 was essentially a collection of TX-0 and TX-2 concepts in a smaller package. [24]

After supporting SAGE, Whirlwind I was rented ($1/yr) from June 30, 1959, until 1974 by project member, William M. Wolf (1928-2015). The power to run the machine cost $2500 per month, and the Wolf Research and Development Corporation did work for the Air Force and Buckminster Fuller's World Game. Ultimately moving Whirlwind I cost $250,000 and the company made $100,000 on it. Wolf R&D Corporation was sold to EG&G in 1967 for $5.5 million. [25] [26] [27]

Commemorative plaque on the original Whirlwind building Whirlwind Computer plaque - IEEE Milestone - MIT, Cambridge, Massachusetts - 20171202 141142.jpg
Commemorative plaque on the original Whirlwind building

Ken Olsen and Robert Everett saved the machine, which became the basis for the Boston Computer Museum in 1979. Although much of the machine was lost when decommissioned, many of its components are now in the collection of the Computer History Museum in Mountain View, California and the MIT Museum. [28]

As of February 2009, a core memory unit is displayed at the Charles River Museum of Industry & Innovation in Waltham, Massachusetts. One plane of core memory, on loan from the Computer History Museum, is on shown as part of the Historic Computer Science displays at the Gates Computer Science Building, Stanford.

The building which housed Whirlwind was until recently home to MIT's campus-wide IT department, Information Services & Technology and in 1997–1998, it was restored to its original exterior design. [29]

See also

Related Research Articles

A control store is the part of a CPU's control unit that stores the CPU's microprogram. It is usually accessed by a microsequencer. A control store implementation whose contents are unalterable is known as a Read Only Memory (ROM) or Read Only Storage (ROS); one whose contents are alterable is known as a Writable Control Store (WCS).

<span class="mw-page-title-main">Computer memory</span> Computer component that stores information for immediate use

Computer memory stores information, such as data and programs, for immediate use in the computer. The term memory is often synonymous with the terms RAM,main memory or primary storage. Archaic synonyms for main memory include core and store.

<span class="mw-page-title-main">Digital Equipment Corporation</span> U.S. computer manufacturer 1957–1998

Digital Equipment Corporation, using the trademark Digital, was a major American company in the computer industry from the 1960s to the 1990s. The company was co-founded by Ken Olsen and Harlan Anderson in 1957. Olsen was president until he was forced to resign in 1992, after the company had gone into precipitous decline.

<span class="mw-page-title-main">Programmed Data Processor</span> Name used for several lines of minicomputers

Programmed Data Processor (PDP), referred to by some customers, media and authors as "Programmable Data Processor," is a term used by the Digital Equipment Corporation from 1957 to 1990 for several lines of minicomputers.

<span class="mw-page-title-main">PDP-1</span> First computer made by Digital Equipment Corp

The PDP-1 is the first computer in Digital Equipment Corporation's PDP series and was first produced in 1959. It is famous for being the most important computer in the creation of hacker culture at the Massachusetts Institute of Technology, Bolt, Beranek and Newman and elsewhere. The PDP-1 is the original hardware for playing history's first game on a minicomputer, Steve Russell's Spacewar!

<span class="mw-page-title-main">Magnetic-core memory</span> Type of computer memory used from 1955 to 1975

Magnetic-core memory is a form of random-access computer memory. It predominated for roughly 20 years between 1955 and 1975, and is often just called core memory, or, informally, core.

<span class="mw-page-title-main">TX-0</span> Early transistorized computer

The TX-0, for Transistorized Experimental computer zero, but affectionately referred to as tixo, was an early fully transistorized computer and contained a then-huge 64K of 18-bit words of magnetic-core memory. Construction of the TX-0 began in 1955 and ended in 1956. It was used continually through the 1960s at MIT. The TX-0 incorporated around 3,600 Philco high-frequency surface-barrier transistors, the first transistor suitable for high-speed computers. The TX-0 and its direct descendant, the original PDP-1, were platforms for pioneering computer research and the development of what would later be called computer "hacker" culture. For MIT, this was the first computer to provide a system console which allowed for direct interaction, as opposed to previous computers, which required the use of punched card as a primary interface for programmers debugging their programs. Members of MIT's Tech Model Railroad Club, "the very first hackers at MIT", reveled in the interactivity afforded by the console, and were recruited by Marvin Minsky to work on this and other systems used by Minsky's AI group.

<span class="mw-page-title-main">UNIVAC I</span> First general-purpose computer designed for business application (1951)

The UNIVAC I was the first general-purpose electronic digital computer design for business application produced in the United States. It was designed principally by J. Presper Eckert and John Mauchly, the inventors of the ENIAC. Design work was started by their company, Eckert–Mauchly Computer Corporation (EMCC), and was completed after the company had been acquired by Remington Rand. In the years before successor models of the UNIVAC I appeared, the machine was simply known as "the UNIVAC".

<span class="mw-page-title-main">IBM 701</span> Vacuum-tube computer system

The IBM 701 Electronic Data Processing Machine, known as the Defense Calculator while in development, was IBM’s first commercial scientific computer and its first series production mainframe computer, which was announced to the public on May 21, 1952. It was designed and developed by Jerrier Haddad and Nathaniel Rochester and was based on the IAS machine at Princeton.

<span class="mw-page-title-main">UNIVAC 1103</span> Computer

The UNIVAC 1103 or ERA 1103, a successor to the UNIVAC 1101, was a computer system designed by Engineering Research Associates and built by the Remington Rand corporation in October 1953. It was the first computer for which Seymour Cray was credited with design work.

<span class="mw-page-title-main">Selectron tube</span> Early and obsolete type of computer memory

The Selectron was an early form of digital computer memory developed by Jan A. Rajchman and his group at the Radio Corporation of America (RCA) under the direction of Vladimir K. Zworykin. It was a vacuum tube that stored digital data as electrostatic charges using technology similar to the Williams tube storage device. The team was never able to produce a commercially viable form of Selectron before magnetic-core memory became almost universal.

<span class="mw-page-title-main">Jay Wright Forrester</span> American operations researcher

Jay Wright Forrester was an American computer engineer, management theorist and systems scientist. He spent his entire career at Massachusetts Institute of Technology, entering as a graduate student in 1939, and eventually retiring in 1989.

Kenneth Harry Olsen was an American engineer who co-founded Digital Equipment Corporation (DEC) in 1957 with colleague Harlan Anderson and his brother Stan Olsen.

<span class="mw-page-title-main">AN/FSQ-7 Combat Direction Central</span>

The AN/FSQ-7 Combat Direction Central, referred to as the Q7 for short, was a computerized air defence command and control system. It was used by the United States Air Force for ground-controlled interception as part of the Semi-Automatic Ground Environment network during the Cold War.

<span class="mw-page-title-main">Wesley A. Clark</span> American physicist and computer engineer

Wesley Allison Clark was an American physicist who is credited for designing the first modern personal computer. He was also a computer designer and the main participant, along with Charles Molnar, in the creation of the LINC computer, which was the first minicomputer and shares with a number of other computers the claim to be the inspiration for the personal computer.

<span class="mw-page-title-main">IBM 702</span> Vacuum tube computer system

The IBM 702 was an early generation tube-based digital computer produced by IBM in the early to mid-1950s. It was the company's response to Remington Rand's UNIVAC—the first mainframe computer to use magnetic tapes. As these machines were aimed at the business market, they lacked the leading-edge computational power of the IBM 701 and ERA 1103, which were favored for scientific computing, weather forecasting, the aircraft industry, and the military and intelligence communities.

<span class="mw-page-title-main">The Computer Museum, Boston</span> Former computer museum in Boston, Massachusetts

The Computer Museum was a Boston, Massachusetts, museum that opened in 1979 and operated in three locations until 1999. It was once referred to as TCM and is sometimes called the Boston Computer Museum. When the museum closed and its space became part of Boston Children's Museum next door in 2000, much of its collection was sent to the Computer History Museum in California.

This timeline of binary prefixes lists events in the history of the evolution, development, and use of units of measure which are germane to the definition of the binary prefixes by the International Electrotechnical Commission (IEC) in 1998, used primarily with units of information such as the bit and the byte.

<span class="mw-page-title-main">Vacuum-tube computer</span> Earliest electronic computer design

A vacuum-tube computer, now termed a first-generation computer, is a computer that uses vacuum tubes for logic circuitry. While the history of mechanical aids to computation goes back centuries, if not millennia, the history of vacuum tube computers is confined to the middle of the 20th century. Lee De Forest invented the triode in 1906. The first example of using vacuum tubes for computation, the Atanasoff–Berry computer, was demonstrated in 1939. Vacuum-tube computers were initially one-of-a-kind designs, but commercial models were introduced in the 1950s and sold in volumes ranging from single digits to thousands of units. By the early 1960s vacuum tube computers were obsolete, superseded by second-generation transistorized computers.

David Randolph Brown was an American computer scientist. He was a member of the Massachusetts Institute of Technology leadership team that created Project Whirlwind, "one of the first large-scale, high-speed computers".

References

  1. Redmond, Kent C.; Smith, Thomas M. (1980). Project Whirlwind: The History of a Pioneer Computer. Bedford, MA: Digital Press. ISBN   0-932376-09-6 . Retrieved 2012-12-31.
  2. "Compaq donates historic SAGE, Whirlwind artifacts to museum". MITnews. September 26, 2001. Retrieved 2013-08-12.
  3. "IBM Benefits from the Cold War". Grace Hopper and the Invention of the Information Age. Book Baby. 2015.
  4. Larry Watkins (May 1982). "A DEC History of Minicomputers". Hardcopy. pp. 12–19. Of these, speed is the least important factor from a historical standpoint .. people are a very important factor .. Ken Olsen .. Ben Gurley
  5. Ross, Douglas T.; Aspray, William (21 February 1984), An Interview with DOUGLAS T. ROSS (pdf transcript of vocal recording), retrieved 2013-08-12
  6. Project Whirlwind is a high-speed computer activity sponsored at the Digital Computer Laboratory, formerly a part of the Servomechanisms Laboratory, of the Massachusetts Institute of Technology (MIT) by the US Office of Naval Research (ONR) and the United States Air Force. IEEE Computer Society
  7. Everett, R. R. (1951). "The Whirlwind I computer". Papers and Discussions Presented at the December 10–12, 1951, Joint AIEE-IRE Computer Conference: Review of Electronic Digital Computers. ACM: 70–74. doi: 10.1145/1434770.1434781 . S2CID   14937316 . Retrieved 2013-08-12.
  8. Everett, R. R.; Swain, F. E. (September 4, 1947). Report R-127 Whirlwind I Computer Block Diagrams (PDF) (Report). Servomechanisms Laboratory, MIT. p. 2. Archived from the original (PDF) on 2006-09-08. Retrieved 2012-12-31. The basic impulse rate for operation of the computer will be one megacycle. […] The Whirlwind I Computer is being planned for a storage capacity of 2,048 numbers of 16 binary digits each.
  9. Corbató, F. J. (14 November 1990), An Interview With Fernando J. Corbató (pdf transcript of vocal recording), retrieved 2013-08-12
  10. HAYES, JOHN.P (1978). Computer Architecture and Organization. McGraw-Hill International Book Company. p. 190. ISBN   0-07-027363-4.
  11. 1 2 3 Redmond, Kent C.; Smith, Thomas M. (November 1975). "Project Whirlwind". The MITRE Corporation. p. 11.6. Retrieved 2016-07-22.
  12. "2. Whirlwind I". Digital Computer Newsletter. 2 (1): 1–2. 1950-01-01. Archived from the original on March 11, 2021.
  13. Peddie, Jon (2013-06-13). The History of Visual Magic in Computers: How Beautiful Images are Made in CAD, 3D, VR and AR. Springer Science & Business Media. pp. 81–82. ISBN   9781447149323.
  14. Computer graphics; utility, production, art. Thompson Book Co. 1967. p. 106.
  15. Boslaugh, David L. (2003-04-16). When Computers Went to Sea: The Digitization of the United States Navy. John Wiley & Sons. p. 102. ISBN   9780471472209.
  16. 10 short tons:
    • Weik, Martin H. (December 1955). "WHIRLWIND-I". ed-thelen.org. A Survey of Domestic Electronic Digital Computing Systems.,
    20,000 lbs:
    • Weik, Martin H. (June 1957). "WHIRLWIND I". ed-thelen.org. A Second Survey of Domestic Electronic Digital Computing Systems.
  17. "FERROELECTRICS FOR DIGITAL INFORMATION STORAGE AND SWITCHING" (PDF). Retrieved 2023-10-19.
  18. "THE FERROELECTRIC SWITCH" (PDF). Retrieved 2023-10-19.
  19. "Full Page Reload".
  20. 1 2 3 4 Bernd Ulmann, AN/FSQ-7: The Computer that Shaped the Cold War, Walter de Gruyter GmbH, 2014 ISBN   3486856707.
  21. 1 2 E.S. Rich, N.H. Taylor, "Component failure analysis in computers", Proceedings of Symposium on Improved Quality Electronic Components, vol. 1, pp. 222–233, Radio-Television Manufacturers Association, 1950.
  22. Jacobs, John F. (1986). The SAGE Air Defense System: A Personal History (Google Books). MITRE Corporation. Retrieved 2013-08-12.
  23. Lemnios, William Z.; Grometstein, Alan A. Overview of the Lincoln Laboratory Ballistic Missile Defense Program (PDF) (Report). p. 10. Retrieved 2012-12-31.
  24. Pearson, Jamie P. (1992). "dec.digital_at_work" (PDF). Digital Equipment Corporation. p. 3.
  25. Wolf, William (2005). No e. Xlibris. pp. 63–65. ISBN   1413468462.
  26. "William M. Wolf<br/>August 29, 1928 - April 25, 2015". Daily Pilot. 28 April 2015. Retrieved 27 March 2024.
  27. "Whirlwind Move" (PDF). cdn.libraries.mit.edu. 28 April 1960. Retrieved 27 March 2024. this time for the Wolf Research and Development Corporation of Boston. William M. Wolf, president of the Boston corporation, believes that the historic machine can be utilized to advantage in a number of ways.
  28. Fedorkow, Guy (2018-11-30). "The Whirlwind Computer at CHM". Computer History Museum . Archived from the original on 2023-11-30. Retrieved 2024-02-05.
  29. Waugh, Alice C. (January 14, 1998). "Plenty of computing history in N42". MIT News Office.
Records
Preceded by
-
World's most powerful computer
1951–1954
Succeeded by

42°21′42″N71°5′48″W / 42.36167°N 71.09667°W / 42.36167; -71.09667