Manchester Baby

Last updated

Manchester Baby
SSEM Replica.jpg
Replica of the Baby at the Science and Industry Museum in Castlefield, Manchester
Also known asSmall-Scale Experimental Machine
Developer Frederic Calland Williams
Tom Kilburn
Geoff Tootill
Product family Manchester computers
Release date21 June 1948;75 years ago (1948-06-21)
Memory1 kibibit (1,024 bits)
Successor Manchester Mark 1

The Manchester Baby, also called the Small-Scale Experimental Machine (SSEM), [1] was the first electronic stored-program computer. It was built at the University of Manchester by Frederic C. Williams, Tom Kilburn, and Geoff Tootill, and ran its first program on 21 June 1948. [2]

Contents

The Baby was not intended to be a practical computing engine, but was instead designed as a testbed for the Williams tube, the first truly random-access memory. Described as "small and primitive" 50 years after its creation, it was the first working machine to contain all the elements essential to a modern electronic digital computer. [3] As soon as the Baby had demonstrated the feasibility of its design, a project was initiated at the university to develop it into a full scale operational machine, the Manchester Mark 1 . The Mark 1 in turn quickly became the prototype for the Ferranti Mark 1, the world's first commercially available general-purpose computer. [4] [5]

The Baby had a 32-bit word length and a memory of 32 words (1 kibibit, 1,024 bits). As it was designed to be the simplest possible stored-program computer, the only arithmetic operations implemented in hardware were subtraction and negation; other arithmetic operations were implemented in software. The first of three programs written for the machine calculated the highest proper divisor of 218 (262,144), by testing every integer from 218 downwards. This algorithm would take a long time to execute—and so prove the computer's reliability, as division was implemented by repeated subtraction of the divisor. The program consisted of 17 instructions and ran for about 52 minutes before reaching the correct answer of 131,072, after the Baby had performed about 3.5 million operations (for an effective CPU speed of about 1100 instructions per second). [2]

Background

Artistic representation of a Turing machine Maquina.png
Artistic representation of a Turing machine

The first design for a program-controlled computer was Charles Babbage's Analytical Engine in the 1830s, with Ada Lovelace conceiving the idea of the first theoretical program to calculate Bernoulli numbers. A century later, in 1936, mathematician Alan Turing published his description of what became known as a Turing machine, a theoretical concept intended to explore the limits of mechanical computation. Turing was not imagining a physical machine, but a person he called a "computer", who acted according to the instructions provided by a tape on which symbols could be read and written sequentially as the tape moved under a tape head. Turing proved that if an algorithm can be written to solve a mathematical problem, then a Turing machine can execute that algorithm. [6]

Konrad Zuse's Z3 was the world's first working programmable, fully automatic computer, with binary digital arithmetic logic, but it lacked the conditional branching of a Turing machine. On 12 May 1941, the Z3 was successfully presented to an audience of scientists of the Deutsche Versuchsanstalt für Luftfahrt ("German Laboratory for Aviation") in Berlin. [7] The Z3 stored its program on an external tape, but it was electromechanical rather than electronic. The earliest electronic computing devices were the Atanasoff–Berry computer (ABC), which was successfully tested in 1942, and the Colossus of 1943, but neither were stored-program machines. [8] [9]

The ENIAC (1946) was the first automatic computer that was both electronic and general purpose. It was Turing complete, with conditional branching, and programmable to solve a wide range of problems, but its program was held in the state of switches in patch cords, rather than machine-changeable memory, and it could take several days to reprogram. [3] Researchers such as Turing and Zuse investigated the idea of using the computer's memory to hold the program as well as the data it was working on, [10] and it was mathematician John von Neumann who wrote a widely distributed paper describing that computer architecture, still used in almost all computers. [11]

Design of the von Neumann architecture (1947) Von Neumann architecture.svg
Design of the von Neumann architecture (1947)

The construction of a von Neumann computer depended on the availability of a suitable memory device on which to store the program. During the Second World War researchers working on the problem of removing the clutter from radar signals had developed a form of delay-line memory, the first practical application of which was the mercury delay line, [12] developed by J. Presper Eckert. Radar transmitters send out regular brief pulses of radio energy, the reflections from which are displayed on a CRT screen. As operators are usually interested only in moving targets, it was desirable to filter out any distracting reflections from stationary objects. The filtering was achieved by comparing each received pulse with the previous pulse, and rejecting both if they were identical, leaving a signal containing only the images of any moving objects. To store each received pulse for later comparison it was passed through a transmission line, delaying it by exactly the time between transmitted pulses. [13]

Turing joined the National Physical Laboratory (NPL) in October 1945, [14] by which time scientists within the Ministry of Supply had concluded that Britain needed a National Mathematical Laboratory to co-ordinate machine-aided computation. [15] A Mathematics Division was set up at the NPL, and on 19 February 1946 Alan Turing presented a paper outlining his design for an electronic stored-program computer to be known as the Automatic Computing Engine (ACE). [15] This was one of several projects set up in the years following the Second World War with the aim of constructing a stored-program computer. At about the same time, EDVAC was under development at the University of Pennsylvania's Moore School of Electrical Engineering, and the University of Cambridge Mathematical Laboratory was working on EDSAC. [16]

The NPL did not have the expertise to build a machine like ACE, so they contacted Tommy Flowers at the General Post Office's (GPO) Dollis Hill Research Laboratory. Flowers, the designer of Colossus, the world's first programmable electronic computer, was committed elsewhere and was unable to take part in the project, although his team did build some mercury delay lines for ACE. [15] The Telecommunications Research Establishment (TRE) was also approached for assistance, as was Maurice Wilkes at the University of Cambridge Mathematical Laboratory. [15]

The government department responsible for the NPL decided that, of all the work being carried out by the TRE on its behalf, ACE was to be given the top priority. [15] NPL's decision led to a visit by the superintendent of the TRE's Physics Division on 22 November 1946, accompanied by Frederic C. Williams and A. M. Uttley, also from the TRE. [15] Williams led a TRE development group working on CRT stores for radar applications, as an alternative to delay lines. [17] Williams was not available to work on the ACE because he had already accepted a professorship at the University of Manchester, and most of his circuit technicians were in the process of being transferred to the Department of Atomic Energy. [15] The TRE agreed to second a small number of technicians to work under Williams' direction at the university, and to support another small group working with Uttley at the TRE. [15]

Williams–Kilburn tube

Although some early computers such as EDSAC, inspired by the design of EDVAC, later made successful use of mercury delay-line memory, [18] the technology had several drawbacks: it was heavy, it was expensive, and it did not allow data to be accessed randomly. In addition, because data was stored as a sequence of acoustic waves propagated through a mercury column, the device's temperature had to be very carefully controlled, as the velocity of sound through a medium varies with its temperature. Williams had seen an experiment at Bell Labs demonstrating the effectiveness of cathode-ray tubes (CRT) as an alternative to the delay line for removing ground echoes from radar signals. While working at the TRE, shortly before he joined the University of Manchester in December 1946, he and Tom Kilburn had developed a form of electronic memory known as the Williams tube or Williams–Kilburn tube, based on a standard CRT: the first electronic random-access digital storage device. [19] The Baby was designed to show that it was a practical storage device by demonstrating that data held within it could be read and written reliably at a speed suitable for use in a computer. [20]

For use in a binary digital computer, the tube had to be capable of storing either one of two states at each of its memory locations, corresponding to the binary digits (bits) 0 and 1. It exploited the positive or negative electric charge generated by displaying either a dash or a dot at any position on the CRT screen, a phenomenon known as secondary emission. A dash generated a positive charge, and a dot a negative charge, either of which could be picked up by a detector plate in front of the screen; a negative charge represented 0, and a positive charge 1. The charge dissipated in about 0.2 seconds, but it could be automatically refreshed from the data picked up by the detector. [21]

The Williams tube used in Baby was based on the CV1131, a commercially available 12-inch (300 mm) diameter CRT, but a smaller 6-inch (150 mm) tube, the CV1097, was used in the Mark I. [22]

Genesis of the project

A plaque in honour of Williams and Kilburn at the University of Manchester Kilburn Williams Plaque cropped.jpg
A plaque in honour of Williams and Kilburn at the University of Manchester

After developing the Colossus computer for code breaking at Bletchley Park during World War II, Max Newman was committed to the development of a computer incorporating both Alan Turing's mathematical concepts and the stored-program concept that had been described by John von Neumann. In 1945, he was appointed to the Fielden Chair of Pure Mathematics at Manchester University; he took his Colossus-project colleagues Jack Good and David Rees to Manchester with him, and there they recruited F. C. Williams to be the "circuit man" for a new computer project for which he had secured funding from the Royal Society. [23]

"Having secured the support of the university, obtained funding from the Royal Society, and assembled a first-rate team of mathematicians and engineers, Newman now had all elements of his computer-building plan in place. Adopting the approach he had used so effectively at Bletchley Park, Newman set his people loose on the detailed work while he concentrated on orchestrating the endeavor."

David Anderson, historian [23]

Following his appointment to the Chair of Electrical Engineering at Manchester University, Williams recruited his TRE colleague Tom Kilburn on secondment. By the autumn of 1947 the pair had increased the storage capacity of the Williams tube from one bit to 2,048, arranged in a 64 by 32-bit array, [24] and demonstrated that it was able to store those bits for four hours. [25] Engineer Geoff Tootill joined the team on loan from TRE in September 1947, and remained on secondment until April 1949. [26]

"Now let's be clear before we go any further that neither Tom Kilburn nor I knew the first thing about computers when we arrived at Manchester University ... Newman explained the whole business of how a computer works to us."

Kilburn had a hard time recalling the influences on his machine design:

"[I]n that period, somehow or other I knew what a digital computer was . . . Where I got this knowledge from I've no idea."

Jack Copeland explains that Kilburn's first (pre-Baby) accumulator-free (decentralized, in Jack Good's nomenclature) design was based on inputs from Turing, but that he later switched to an accumulator-based (centralized) machine of the sort advocated by von Neumann, as written up and taught to him by Jack Good and Max Newman. [27]

The Baby's seven operation instruction set was approximately a subset of the twelve operation instruction set proposed in 1947 by Jack Good, in the first known document to use the term "Baby" for this machine. [28] Good did not include a "halt" instruction, and his proposed conditional jump instruction was more complicated than what the Baby implemented. [27]

Development and design

Architectural schematic showing how the four cathode-ray tubes (shown in green) were deployed BabyArchitecture.png
Architectural schematic showing how the four cathode-ray tubes (shown in green) were deployed

Although Newman played no engineering role in the development of the Baby, or any of the subsequent Manchester computers, he was generally supportive and enthusiastic about the project, and arranged for the acquisition of war-surplus supplies for its construction, including GPO metal racks [29] and "…the material of two complete Colossi" [30] from Bletchley.

By June 1948 the Baby had been built and was working. [24] It was 17 feet (5.2 m) in length, 7 feet 4 inches (2.24 m) tall, and weighed almost 1 long ton (1.0 t). The machine contained 550  valves (vacuum tubes)—300  diodes and 250  pentodes—and had a power consumption of 3500 watts. [31] The arithmetic unit was built using EF50 pentode valves, which had been widely used during wartime. [25] The Baby used one Williams tube to provide 32 by 32-bit words of random-access memory (RAM), a second to hold a 32-bit accumulator in which the intermediate results of a calculation could be stored temporarily, and a third to hold the current program instruction along with its address in memory. A fourth CRT, without the storage electronics of the other three, was used as the output device, able to display the bit pattern of any selected storage tube. [32]

The output CRT is immediately above the input device, flanked by the monitor and control electronics. SSEM Manchester museum close up.jpg
The output CRT is immediately above the input device, flanked by the monitor and control electronics.

Each 32-bit word of RAM could contain either a program instruction or data. In a program instruction, bits 0–12 represented the memory address of the operand to be used, and bits 13–15 specified the operation to be executed, such as storing a number in memory; the remaining 16 bits were unused. [32] The Baby's 0-operand instruction set|single operand architecture meant that the second operand of any operation was implicit: the accumulator or the program counter (instruction address); program instructions specified only the address of the data in memory.

A word in the computer's memory could be read, written, or refreshed, in 360 microseconds. An instruction took four times as long to execute as accessing a word from memory, giving an instruction execution rate of about 700 per second. The main store was refreshed continuously, a process that took 20 milliseconds to complete, as each of the Baby's 32 words had to be read and then refreshed in sequence. [24]

The Baby represented negative numbers using two's complement, [33] as most computers still do. In that representation, the value of the most significant bit denotes the sign of a number; positive numbers have a zero in that position and negative numbers a one. Thus, the range of numbers that could be held in each 32-bit word was −231 to +231  1 (decimal: −2,147,483,648 to +2,147,483,647).

Programming

The Baby's instruction format had a three-bit operation code field, which allowed a maximum of eight (23) different instructions. In contrast to the modern convention, the machine's storage was described with the least significant digits to the left; thus a one was represented in three bits as "100", rather than the more conventional "001". [33]

Baby's instruction set [34]
Binary codeOriginal notationModern mnemonicOperation
000S, ClJMP SJump to the instruction at the address obtained from the specified memory address S [lower-alpha 1] (absolute unconditional indirect jump)
100Add S, ClJRP SJump to the instruction at the program counter plus (+) the relative value obtained from the specified memory address S [lower-alpha 1] (relative unconditional jump)
010-S, CLDN STake the number from the specified memory address S, negate it, and load it into the accumulator
110c, SSTO SStore the number in the accumulator to the specified memory address S
001 or
101 [lower-alpha 2]
SUB SSUB SSubtract the number at the specified memory address S from the value in accumulator, and store the result in the accumulator
011TestCMPSkip next instruction if the accumulator contains a negative value
111StopSTPStop

The awkward negative operations were a consequence of the Baby's lack of hardware to perform any arithmetic operations except subtraction and negation. It was considered unnecessary to build an adder before testing could begin as addition can easily be implemented by subtraction, [32] i.e. x+y can be computed as −(−xy). Therefore, adding two numbers together, X and Y, required four instructions: [34]

LDN X // load negative X into the accumulator SUB Y // subtract Y from the value in the accumulator STO S // store the result at S LDN S // load negative value at S into the accumulator

Programs were entered in binary form by stepping through each word of memory in turn, and using a set of 32 buttons and switches known as the input device to set the value of each bit of each word to either 0 or 1. The Baby had no paper-tape reader or punch. [35] [36] [37]

First programs

Output CRT CRT memory.jpg
Output CRT

Three programs were written for the computer. The first, consisting of 17 instructions, was written by Kilburn, and so far as can be ascertained first ran on 21 June 1948. [38] It was designed to find the highest proper factor of 218 (262,144) by trying every integer from 218  1 downwards. The divisions were implemented by repeated subtractions of the divisor. The Baby took 3.5 million operations and 52 minutes to produce the answer (131,072). The program used eight words of working storage in addition to its 17 words of instructions, giving a program size of 25 words. [39]

Geoff Tootill wrote an amended version of the program the following month, and in mid-July Alan Turing — who had been appointed as a reader in the mathematics department at Manchester University in September 1948 — submitted the third program, to carry out long division. Turing had by then been appointed to the nominal post of Deputy Director of the Computing Machine Laboratory at the university, [38] although the laboratory did not become a physical reality until 1951. [40]

Later developments

Williams and Kilburn reported on the Baby in a letter to the Journal Nature , published in September 1948. [41] The machine's successful demonstration quickly led to the construction of a more practical computer, the Manchester Mark 1 , work on which began in August 1948. The first version was operational by April 1949, [40] and it in turn led directly to the development of the Ferranti Mark 1, the world's first commercially available general-purpose computer. [4]

Legacy

BrewDog named their microbrewery in Manchester the Small Scale Experimental Beer Machine in honour of the Small-Scale Experimental Machine (SSEM) Small Scale Experimental Beer Machine Manchester Brewdog.jpg
BrewDog named their microbrewery in Manchester the Small Scale Experimental Beer Machine in honour of the Small-Scale Experimental Machine (SSEM)

In 1998, a working replica of the Baby, now on display at the Museum of Science and Industry in Manchester, was built to celebrate the 50th anniversary of the running of its first program. Demonstrations of the machine in operation are held regularly at the museum. [42]

In 2008, an original panoramic photograph of the entire machine was discovered at the University of Manchester. The photograph, taken on 15 December 1948 by a research student, Alec Robinson, had been reproduced in The Illustrated London News in June 1949. [43] [44]

Related Research Articles

<span class="mw-page-title-main">EDSAC</span> 1940s–1950s British computer

The Electronic Delay Storage Automatic Calculator (EDSAC) was an early British computer. Inspired by John von Neumann's seminal First Draft of a Report on the EDVAC, the machine was constructed by Maurice Wilkes and his team at the University of Cambridge Mathematical Laboratory in England. EDSAC was the second electronic digital stored-program computer to go into regular service.

<span class="mw-page-title-main">History of computing hardware</span>

The history of computing hardware covers the developments from early simple devices to aid calculation to modern day computers.

<span class="mw-page-title-main">Max Newman</span> English mathematician

Maxwell Herman Alexander Newman, FRS,, generally known as Max Newman, was a British mathematician and codebreaker. His work in World War II led to the construction of Colossus, the world's first operational, programmable electronic computer, and he established the Royal Society Computing Machine Laboratory at the University of Manchester, which produced the world's first working, stored-program electronic computer in 1948, the Manchester Baby.

<span class="mw-page-title-main">Williams tube</span> Early form of computer memory

The Williams tube, or the Williams–Kilburn tube named after inventors Freddie Williams and Tom Kilburn, is an early form of computer memory. It was the first random-access digital storage device, and was used successfully in several early computers.

A stored-program computer is a computer that stores program instructions in electronically or optically accessible memory. This contrasts with systems that stored the program instructions with plugboards or similar mechanisms.

<span class="mw-page-title-main">Z3 (computer)</span> First working programmable, fully automatic digital computer

The Z3 was a German electromechanical computer designed by Konrad Zuse in 1938, and completed in 1941. It was the world's first working programmable, fully automatic digital computer. The Z3 was built with 2,600 relays, implementing a 22-bit word length that operated at a clock frequency of about 5–10 Hz. Program code was stored on punched film. Initial values were entered manually.

<span class="mw-page-title-main">IAS machine</span> First electronic computer to be built at the Institute for Advanced Study

The IAS machine was the first electronic computer built at the Institute for Advanced Study (IAS) in Princeton, New Jersey. 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 under his direction, starting in 1946 and finished in 1951. The general organization is called von Neumann architecture, even though it was both conceived and implemented by others. The computer is in the collection of the Smithsonian National Museum of American History but is not currently on display.

von Neumann architecture Computer architecture where code and data share a common bus

The von Neumann architecture—also known as the von Neumann model or Princeton architecture—is a computer architecture based on a 1945 description by John von Neumann, and by others, in the First Draft of a Report on the EDVAC. The document describes a design architecture for an electronic digital computer with these components:

<span class="mw-page-title-main">Ferranti Mark 1</span> First commercial computer

The Ferranti Mark 1, also known as the Manchester Electronic Computer in its sales literature, and thus sometimes called the Manchester Ferranti, was produced by British electrical engineering firm Ferranti Ltd. It was the world's first commercially available electronic general-purpose stored program digital computer.

<span class="mw-page-title-main">Tom Kilburn</span> British electrical engineer

Tom Kilburn was an English mathematician and computer scientist. Over his 30-year career, he was involved in the development of five computers of great historical significance. With Freddie Williams he worked on the Williams–Kilburn tube and the world's first electronic stored-program computer, the Manchester Baby, while working at the University of Manchester. His work propelled Manchester and Britain into the forefront of the emerging field of computer science.

<span class="mw-page-title-main">Automatic Computing Engine</span> British early electronic serial stored-program computer

The Automatic Computing Engine (ACE) was a British early electronic serial stored-program computer design by Alan Turing. Turing completed the ambitious design in late 1945, having had experience in the years prior with the secret Colossus computer at Bletchley Park.

Sir Frederic Calland Williams,, known as F.C. Williams or Freddie Williams, was an English engineer, a pioneer in radar and computer technology.

The APE(X)C, or All Purpose Electronic (X) Computer series was designed by Andrew Donald Booth at Birkbeck College, London in the early 1950s. His work on the APE(X)C series was sponsored by the British Rayon Research Association. Although the naming conventions are slightly unclear, it seems the first model belonged to the BRRA. According to Booth, the X stood for X-company.

<span class="mw-page-title-main">Mary Lee Woods</span> British mathematician and computer programmer

Mary Lee Berners-Lee was an English mathematician and computer scientist who worked in a team that developed programs in the Department of Computer Science, University of Manchester Mark 1, Ferranti Mark 1 and Mark 1 Star computers. She was the mother of Sir Tim Berners-Lee, the inventor of the World Wide Web, and Mike Berners-Lee, an English researcher and writer on greenhouse gases.

<span class="mw-page-title-main">History of computer science</span>

The history of computer science began long before the modern discipline of computer science, usually appearing in forms like mathematics or physics. Developments in previous centuries alluded to the discipline that we now know as computer science. This progression, from mechanical inventions and mathematical theories towards modern computer concepts and machines, led to the development of a major academic field, massive technological advancement across the Western world, and the basis of a massive worldwide trade and culture.

<span class="mw-page-title-main">Computer</span> Automatic general-purpose device for performing arithmetic or logical operations

A computer is a machine that can be programmed to automatically carry out sequences of arithmetic or logical operations (computation). Modern digital electronic computers can perform generic sets of operations known as programs. These programs enable computers to perform a wide range of tasks. The term computer system may refer to a nominally complete computer that includes the hardware, operating system, software, and peripheral equipment needed and used for full operation; or to a group of computers that are linked and function together, such as a computer network or computer cluster.

Geoffrey ("Geoff") Colin Tootill was an electronic engineer and computer scientist who worked in the Electrical Engineering Department at the University of Manchester with Freddie Williams and Tom Kilburn developing the Manchester Baby, "the world's first wholly electronic stored-program computer".

<span class="mw-page-title-main">Atlas (computer)</span> Supercomputer of the 1960s

The Atlas Computer was one of the world's first supercomputers, in use from 1962 to 1972. Atlas' capacity promoted the saying that when it went offline, half of the United Kingdom's computer capacity was lost. It is notable for being the first machine with virtual memory using paging techniques; this approach quickly spread, and is now ubiquitous.

<span class="mw-page-title-main">Manchester computers</span> Series of stored-program electronic computers

The Manchester computers were an innovative series of stored-program electronic computers developed during the 30-year period between 1947 and 1977 by a small team at the University of Manchester, under the leadership of Tom Kilburn. They included the world's first stored-program computer, the world's first transistorised computer, and what was the world's fastest computer at the time of its inauguration in 1962.

<span class="mw-page-title-main">Manchester Mark 1</span> British stored-program computer, 1949

The Manchester Mark 1 was one of the earliest stored-program computers, developed at the Victoria University of Manchester, England from the Manchester Baby. Work began in August 1948, and the first version was operational by April 1949; a program written to search for Mersenne primes ran error-free for nine hours on the night of 16/17 June 1949.

References

Notes

  1. 1 2 As the program counter was incremented at the end of the decoding process, the stored address had to be the target address −1.
  2. The function bits were only partially decoded, to save on logic elements. [34]

Citations

  1. Burton, Christopher P. (2005). "Replicating the Manchester Baby: Motives, methods, and messages from the past". IEEE Annals of the History of Computing. 27 (3): 44–60. doi:10.1109/MAHC.2005.42. S2CID   1852170.
  2. 1 2 Enticknap, Nicholas (Summer 1998), "Computing's Golden Jubilee", Resurrection, The Computer Conservation Society (20), ISSN   0958-7403, archived from the original on 9 January 2012, retrieved 19 April 2008
  3. 1 2 "Early Electronic Computers (1946–51)", University of Manchester, archived from the original on 5 January 2009, retrieved 16 November 2008
  4. 1 2 Napper, R. B. E., Introduction to the Mark 1, The University of Manchester, archived from the original on 26 October 2008, retrieved 4 November 2008
  5. Briggs, Helen (21 June 2018). "The 'Baby' that ushered in modern computer age". BBC. Retrieved 21 June 2018.
  6. Turing, A. M. (1936), "On Computable Numbers, with an Application to the Entscheidungsproblem" (PDF), Proceedings of the London Mathematical Society, 2 (published 1936–1937), vol. 42, pp. 230–265, doi:10.1112/plms/s2-42.1.230, S2CID   73712 , retrieved 18 September 2010
  7. "Rechenhilfe für Ingenieure Konrad Zuses Idee vom ersten Computer der Welt wurde an der Technischen Hochschule geboren" (in German), Technical University of Berlin, archived from the original on 13 February 2009
  8. "JVA - Computing History". John Vincent Atanasoff and the Birth Of Electronic Digital Computing. JVA Initiative Committee and Iowa State University. 2011.
  9. 1 2 Copeland (2010), pp. 91–100
  10. Zuse, Horst, "Konrad Zuse and the Stored Program Computer", EPE Online, Wimborne Publishing, archived from the original on 10 December 2007, retrieved 16 November 2008
  11. Lavington (1998), p. 7
  12. Lavington (1998), p. 1
  13. Brown (1999), p. 429
  14. Lavington (1998), p. 9
  15. 1 2 3 4 5 6 7 8 Lavington (1980), chapter 5
  16. Lavington (1998), pp. 8–9
  17. Lavington (1998), p. 5
  18. Wilkes, M. V.; Renwick, W. (1950), "The EDSAC (Electronic delay storage automatic calculator)", Mathematics of Computation, 4 (30): 61–65, doi: 10.1090/s0025-5718-1950-0037589-7 , retrieved 21 June 2015
  19. "Early computers at Manchester University", Resurrection, The Computer Conservation Society, 1 (4), Summer 1992, ISSN   0958-7403, archived from the original on 28 August 2017, retrieved 19 April 2008
  20. Lavington (1998), pp. 13, 24
  21. Lavington (1998), p. 12
  22. Lavington (1998), pp. 8, 12
  23. 1 2 Anderson, David (2007). "Max Newman: Topologist, codebreaker, and pioneer of computing". IEEE Annals of the History of Computing. 29 (3): 76–81. doi:10.1109/MAHC.2007.4338447.
  24. 1 2 3 Napper (2000), p. 366
  25. 1 2 Lavington (1998), p. 13
  26. Lavington (1998), p. 16
  27. 1 2 3 Copeland 2011
  28. I. J. Good, "The Baby Machine", note, 4 May 1947, in Good, Early Notes on Electronic Computers (Virginia Tech University Libraries, Special Collections, collection Ms1982-018, the Irving J. Good papers)
  29. Lavington (1998), pp. 6–7
  30. Anderson (2010), p. 61
  31. "The "Baby": The World's First Stored-Program Computer" (PDF), Manchester Museum of Science & Industry, archived from the original (PDF) on 4 March 2009, retrieved 15 November 2008
  32. 1 2 3 Napper (2000), p. 367
  33. 1 2 Lavington (1998), p. 14
  34. 1 2 3 Lavington (1998), p. 15
  35. Napper (2000), pp. 366–367
  36. "SSEM Programmer's Reference Manual". curation.cs.manchester.ac.uk. A3.3 Control Switches. Retrieved 17 May 2018.
  37. "Manchester Baby Simulator". www.davidsharp.com. Pictures, How to operate the Baby/Emulator, Discussion of the historical accuracy of the emulator, Technical Introduction to Programming the Baby (v4.0). Retrieved 17 May 2018.
  38. 1 2 Lavington (1998), pp. 16–17
  39. Tootill, Geoff (Summer 1998), "The Original Original Program", Resurrection, The Computer Conservation Society (20), ISSN   0958-7403, archived from the original on 9 January 2012, retrieved 19 April 2008
  40. 1 2 Lavington (1998), p. 17
  41. Williams, F. C.; Kilburn, T. (25 September 1948), "Electronic Digital Computers", Nature, 162 (4117): 487, Bibcode:1948Natur.162..487W, doi: 10.1038/162487a0 , S2CID   4110351, archived from the original on 6 April 2009, retrieved 22 January 2009
  42. "Meet Baby". Science and Industry Museum.
  43. Highfield, Roger (17 June 2008), "Photo of great grandfather of modern computers found", The Daily Telegraph, retrieved 20 June 2008
  44. "Dead Media Beat: Baby". 20 June 2008. Retrieved 21 June 2017.

Bibliography

  • Anderson, David (2010), "Contested Histories: De-mythologising the Early History of Modern British Computing", History of Computing. Learning from the Past, Springer, pp. 58–67
  • Brown, Louis (1999), A Radar History of World War II: Technical and Military Imperatives, CRC Press, ISBN   978-0-7503-0659-1
  • Copeland, Jack (2010), "Colossus and the Rise of the Modern Computer", in Copeland, B. Jack (ed.), Colossus The Secrets of Bletchley Park's Codebreaking Computers, Oxford University Press, ISBN   978-0-19-957814-6
  • Copeland, Jack (2011), "The Manchester Computer: A Revised History – Part 2: The Baby Computer", IEEE Annals of the History of Computing, 33 (January–March 2011): 22–37, doi:10.1109/MAHC.2010.2, S2CID   9522437
  • Lavington, Simon (1980), Early British Computers: The Story of Vintage Computers and the People who built them (1st ed.), Manchester University Press Society, ISBN   978-0-7190-0803-0
  • Lavington, Simon (1998), A History of Manchester Computers (2nd ed.), Swindon: The British Computer Society, ISBN   978-1-902505-01-5
  • Napper, R. B. E. (2000), "The Manchester Mark 1 Computers", in Rojas, Raúl; Hashagen, Ulf (eds.), The First Computers: History and Architectures, MIT Press, pp. 356–377, ISBN   978-0-262-68137-7

Further reading