Jump to content

Manchester Baby

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Malleus Fatuorum (talk | contribs) at 00:44, 22 March 2009 (→‎Programming: added link). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Replica of the Small-Scale Experimental Machine (SSEM) at the Museum of Science and Industry in Manchester

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

The machine was not intended to be a practical computer but was instead designed as a testbed for the Williams tube, an early form of computer memory. It was considered "small and primitive" compared to its contemporaries, although it did contain all of the elements essential to a modern electronic computer.[2] As soon as the SSEM had demonstrated the feasibility of its design a project was initiated at the university to develop it into a more usable computer, the Manchester Mark 1. The Mark 1 in turn quickly became the prototype for the Ferranti Mark I, the world's first commercially available general-purpose computer.[3]

The SSEM had a 32-bit word length and a memory of 32 words. It was designed to be the simplest possible stored-program computer; the only arithmetic operation it could perform was subtraction. The first of the three programs written for the machine found the highest factor of 218 (262,144), a calculation it was known would take a long time to run—and so prove the computer's reliability—by testing every integer from 218 − 1 downwards, as divisions had to be implemented by repeated subtractions of the divisor. The program consisted of 17 instructions and ran for 52 minutes before reaching the correct answer of 131,072, after the SSEM had performed 3.5 million operations.

Background

An artistic representation of a Turing machine

In 1936, mathematician Alan Turing published his description of what became known as a Turing machine; it was a theoretical concept, not intended ever to be built, but instead 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.[4] Programmable computers such as the Z3 and Colossus were subsequently developed during the 1940s, but their programs were generally represented by patch cables and switches. There was no separate program stored in memory, as in a modern computer, and it could take as long as several days, for example, to reprogram the ENIAC of 1946.[2] Researchers such as Turing and Konrad Zuse investigated the idea of using the computer's memory to hold the program, as well as the data it was working on,[5] but it was mathematician John von Neumann who became widely credited with defining that computer architecture, still used in almost all computers.[6]

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,[7] 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 residual 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.[8]

Turing joined the National Physical Laboratory (NPL) in October 1945,[9] by which time scientists within the Ministry of Supply had concluded that Britain needed a National Mathematical Laboratory to coordinate machine-aided computation.[10] 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),[10] 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.[11][10]

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; his team, however, did build some mercury delay lines for ACE.[10] The Telecommunications Research Establishment (TRE) was also approached for assistance, as was Maurice Wilkes at the University of Cambridge Mathematical Laboratory.[10]

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.[10] 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.[10] Williams led a TRE development group working on CRT stores for radar applications, as an alternative to delay lines.[12] 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.[10] 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.[10]

Williams tube

Although early computers such as CSIRAC made successful use of mercury delay line memory,[13] 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 which demonstrated 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 had developed a form of electronic memory known as the Williams tube based on a standard CRT, the first random-access digital storage device.[14] The Manchester Small-Scale Experimental Machine (SSEM) was designed to prove that the Williams tube was a practical storage device, by testing that data held within it could be continuously updated at the speed necessary for use in a computer.[15]

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 electrostatic 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.[16]

The Williams tube was initially 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 SSEM.[17]

Development and design

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

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,[18] and demonstrated that it was able to store those bits for four hours.[19] Engineer Geoff Tootill joined the team on loan from TRE in September 1947, and remained on secondment until April 1949.[20]

Max Newman had been appointed to the Chair of Pure Mathematics at Manchester University in 1945. During the Second World War he had worked as a cryptanalyst at Bletchley Park, and had led the team which in 1943 produced the first of the Colossus code-breaking computers. Although Newman played no active role in the development of the SSEM, 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 from Bletchley.[21]

By June 1948 the SSEM had been built and was working.[18] 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—300 diodes and 250 pentodes—and had a power consumption of 3,500 watts.[22] The arithmetic unit was built using EF50 pentode valves, which had been widely used during wartime.[19] The SSEM 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.[23]

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 24 bits were unused.[23] The SSEM's single operand architecture meant that the implicit second operand of any operation was the accumulator; 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 which took 20 milliseconds to complete, as each of the SSEM's 32 words had to be read and then refreshed in sequence.[18]

The SSEM represented negative numbers using two's complement,[24] as most computers still do today. 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 SSEM's three bit instruction set allowed a maximum of eight (23) different instructions. In contrast to the modern convention, the machine's storage was arranged with the least significant digits to the left; thus a one was represented in three bits as "100", rather than the more conventional "001".[24]

SSEM's instruction set[25]
Binary code Modern mnemonic Operation
000 JMP S Jump to the instruction at the specified memory address (absolute unconditional jump}
100 JRP S Jump to the instruction at the specified memory address plus the number specified (relative unconditional jump)
010 LDN S Take the number from the specified memory address, negate it, and load it into the accumulator
110 STO S Store the number in the accumulator at the specified memory address
001 or 101* SUB S Subtract the number at the specified memory address from the value in accumulator, and store the result in the accumulator
011 CMP Skip next instruction if the accumulator contains a negative value
111 STP Stop
*The function bits were only partially decoded, to save on logic elements.[25]

The awkward negative operations were a consequence of the SSEM's lack of hardware to perform any arithmetic operations except subtraction. It was considered unnecessary to build an adder before testing could begin as addition can easily be implemented by subtraction,[23] i.e., can be computed as Therefore, to add two numbers together, X and Y, required four instructions:[25]

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 switches known as the input device to set the value of each bit of each word to either 0 or 1. The SSEM had no paper-tape reader or punch.[18]

First programs

The 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.[26] 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 doing repeated subtractions of the divisor. The SSEM 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.[27]

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,[26] although the laboratory did not become a physical reality until 1951.[28]

Later developments

Williams and Kilburn reported on the SSEM in a letter to the Journal Nature, published in September 1948.[29] 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,[28] and it in turn led directly to the development of the Ferranti Mark I, the world's first commercially available general-purpose computer.[3]

In 1998, a working replica of the SSEM, 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.[30] 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.[31][32]

References

Notes
  1. ^ Enticknap, Nicholas (Summer 1998), "Computing's Golden Jubilee", Resurrection (20), The Computer Conservation Society, ISSN 0958-7403, retrieved 19 April 2008 {{citation}}: Check date values in: |accessdate= (help)
  2. ^ a b Early Electronic Computers (1946–51), University of Manchester, retrieved 16 November 2008 {{citation}}: Check date values in: |accessdate= (help)
  3. ^ a b Napper, R. B. E., Introduction to the Mark 1, The University of Manchester, retrieved 4 November 2008 {{citation}}: Check date values in: |accessdate= (help)
  4. ^ Turing 1936
  5. ^ Zuse, Horst, "The Life and Work of Konrad Zuse", EPE Online, Wimborne Publishing, retrieved 16 November 2008 {{citation}}: |chapter= ignored (help); Check date values in: |accessdate= (help)
  6. ^ Lavington 1998, p. 7
  7. ^ Lavington 1998, p. 1
  8. ^ Brown 1999, p. 429
  9. ^ Lavington 1998, p. 0
  10. ^ a b c d e f g h i Lavington (1980), Chapter 5: "ACE, the 'British National Computer'".
  11. ^ Lavington 1998, pp. 8–9
  12. ^ Lavington 1998, p. 5
  13. ^ "How did CSIRAC work?", CSIRAC, University of Melbourne, 4 April 2006, retrieved 16 November 2008 {{citation}}: Check date values in: |accessdate= and |date= (help)
  14. ^ "Early computers at Manchester University", Resurrection, 1 (4), The Computer Conservation Society, Summer 1992, ISSN 0958-7403, retrieved 19 April 2008 {{citation}}: Check date values in: |accessdate= (help)
  15. ^ Lavington 1998, p. 13, 24
  16. ^ Lavington 1998, p. 12
  17. ^ Lavington 1998, pp. 12–13
  18. ^ a b c d Napper 2000, p. 366
  19. ^ a b Lavington 1998, p. 13
  20. ^ Lavington 1998, p. 16
  21. ^ Lavington 1998, pp. 6–7
  22. ^ The "Baby": The World's First Stored-Program Computer (PDF), Manchester Museum of Science & Industry, retrieved 15 November 2008 {{citation}}: Check date values in: |accessdate= (help)
  23. ^ a b c Napper 2000, p. 367
  24. ^ a b Lavington 1998, p. 14
  25. ^ a b c Lavington 1998, p. 15
  26. ^ a b Lavington 1998, pp. 16–17
  27. ^ Tootill, Geoff (Summer 1998), "The Original Original Program", Resurrection (20), The Computer Conservation Society, ISSN 0958-7403, retrieved 19 April 2008 {{citation}}: Check date values in: |accessdate= (help)
  28. ^ a b Lavington 1998, p. 17
  29. ^ "Electronic Digital Computers", Nature, 162: 487, 25 September 1948 {{citation}}: Check date values in: |date= (help); Unknown parameter |accessdaymonth= ignored (help); Unknown parameter |accessyear= ignored (|access-date= suggested) (help)
  30. ^ Meet Baby, Manchester Museum of Science & Industry, retrieved 17 November 2008 {{citation}}: Check date values in: |accessdate= (help)
  31. ^ Highfield, Roger (17 June 2008), "Photo of great grandfather of modern computers found", Daily Telegraph, retrieved 20 June 2008 {{citation}}: Check date values in: |accessdate= and |date= (help)
  32. ^ Panoramic image of SSEM and other audiovisual records (Digital 60, University of Manchester)
Bibliography
  • Brown, Louis (1999), A Radar History of World War II: Technical and Military Imperatives, CRC Press, ISBN 9780750306591
  • Lavington, Simon (1980), Early British Computers: The Story of Vintage Computers and the People who built them (1st ed.), Manchester: Manchester University Press Society, ISBN 0-7190-0803-4
  • Lavington, Simon (1998), A History of Manchester Computers (2 ed.), Swindon: The British Computer Society, ISBN 0902505018 {{citation}}: Check |isbn= value: checksum (help)
  • 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 0262681374
  • Turing, A. M. (1936), "On Computable Numbers, with an Application to the Entscheidungsproblem", Proceedings of the London Mathematical Society, 2, vol. 42 (published 1937), pp. 230–265. Widely reprinted and available on the web in many places, e.g. at Scribd.

Further reading

External links