TheZ3was a Germanelectromechanical computerdesigned byKonrad Zusein 1938, and completed in 1941. It was the world's first workingprogrammable,fully automaticdigital computer.[3]The Z3 was built with 2,600relays,implementing a 22-bitwordlength that operated at aclock frequencyof about 5–10Hz.[1]Program code was stored on punchedfilm.Initial values were entered manually.[4][5][6]: 32–37 

Z3
Zuse Z3 replica on display atDeutsches MuseuminMunich
Also known asV3 (Versuchsmodell 3)
DeveloperKonrad Zuse
TypeProgrammable,fully automaticdigitalelectromechanical computer
Release dateMay 12, 1941;83 years ago(1941-05-12)
Lifespan2 years
Introductory priceCosts: ca. 50,000ℛ︁ℳ︁
CPU2,600relays@ 5–10Hz
Memory64 words with a length of 22 bits
Removable storagePunched celluloid tape[1]
DisplayRow of lamps to show results[2]
InputTerminal, with a special keyboard for input[2]
PowerAround 4,000watts[1]
WeightAround 1 tonne (2,200 lb)[1]
PredecessorZ2
SuccessorZ4

The Z3 was completed inBerlinin 1941. It was not considered vital, so it was never put into everyday operation.[4][5][7][6]: 30, 38–39 [a]Based on the work of the GermanaerodynamicsengineerHans Georg Küssner(known for theKüssner effect), a "Program to Compute a Complex Matrix"[b]was written and used to solvewing flutterproblems. Zuse asked the German government for funding to replace the relays with fully electronic switches, but funding was denied duringWorld War IIsince such development was deemed "not war-important".[11]: 148 

The original Z3 was destroyed on 21 December 1943 during anAllied bombardment of Berlin.That Z3 was originally called V3 (Versuchsmodell 3or Experimental Model 3) but was renamed so that it would not be confused with Germany'sV-weapons.[12]A fully functioning replica was built in 1961 by Zuse's company, ZuseKG,which is now on permanent display atDeutsches MuseuminMunich.[6]: 30 

The Z3 was demonstrated in 1998 to be, in principle,Turing-complete.[13]However, because it lackedconditional branching,the Z3 only meets this definition by speculatively computing all possible outcomes of a calculation.

Thanks to this machine and its predecessors,Konrad Zusehas often been suggested as the inventor of the computer.[14][15][16][17]

Design and development

edit
Electromagnetic memory (relays) included in the Z3,Z5andZ11

Zuse designed theZ1in 1935 to 1936 and built it from 1936 to 1938. The Z1 was wholly mechanical and only worked for a few minutes at a time at most.Helmut Schreyeradvised Zuse to use a different technology. As a doctoral student at theTechnische Hochschulein Charlottenburg (nowTechnische Universität Berlin) in 1937 he worked on the implementation of Boolean operations and (in today's terminology)flip-flopson the basis ofvacuum tubes.In 1938, Schreyer demonstrated a circuit on this basis to a small audience, and explained his vision of an electronic computing machine – but since the largest operational electronic devices contained far fewer tubes this was considered practically infeasible.[2]In that year when presenting the plan for a computer with 2,000 electron tubes, Zuse and Schreyer, who was an assistant atWilhelm Stäblein's[de]Telecommunication Institute atTechnische Universität Berlin,were discouraged by members of the institute who knew about the problems with electron tube technology.[10]: 113, 152 Zuse later recalled: "They smiled at us in 1939, when we wanted to build electronic machines... We said: The electronic machine is great, but first thecomponentshave to be developed. "[10]: 102 In 1940, Zuse and Schreyer managed to arrange a meeting at theOberkommando der Wehrmacht(OKW) to discuss a potential project for developing an electronic computer, but when they estimated a duration of two or three years, the proposal was rejected.[10]: 115 

Zuse decided to implement the next design based on relays. The realization of theZ2was helped financially byKurt Pannke,who manufactured small calculating machines. The Z2 was completed and presented to an audience of theDeutsche Versuchsanstalt für Luftfahrt( "German Laboratory for Aviation" ) in 1940 in Berlin-Adlershof. Zuse was lucky – this presentation was one of the few instances where the Z2 actually worked and could convince the DVL to partly finance the next design.[2]

In 1941, improving on the basic Z2 machine, he built the Z3 in a highly secret project of the German government.[18]Joseph Jennissen(1905–1977),[19]member of the "Research-Leadership" (Forschungsführung) in theReich Air Ministry[20]acted as a government supervisor for orders of the ministry to Zuse's companyZUSE Apparatebau.[21]A further intermediary between Zuse and the Reich Air Ministry was the aerodynamicistHerbert A. Wagner.[22]

Drawing of the Z3 computer from Zuse's 1941 patent.

The Z3 was completed in 1941 and was faster and far more reliable than the Z1 and Z2. The Z3floating-point arithmeticwas improved over that of the Z1 in that it implemented exception handling "using just a few relays", the exceptional values (plus infinity, minus infinity and undefined) could be generated and passed through operations. It further added a square root instruction.

The Z3, like its predecessors, stored its program on an external punched tape, thus no rewiring was necessary to change programs. However, it did not have conditional branching found in later universal computers.[23]: 7 

On 12 May 1941, the Z3 was presented to an audience of scientists including the professors Alfred Teichmann and Curt Schmieden[24]of theDeutsche Versuchsanstalt für Luftfahrt( "German Laboratory for Aviation" ) inBerlin,[25]today known as theGerman Aerospace CenterinCologne.[26]

Zuse moved on to theZ4design, which he completed in a bunker in theHarzmountains, alongsideWernher von Braun's ballistic missile development. When World War II ended, Zuse retreated toHintersteinin the Alps with the Z4, where he remained for several years.[27]

Instruction set

edit

The Z3 operated as astack machinewith a stack of two registers, R1 and R2. The first load operation in a program would load the contents of a memory location into R1; the next load operation would load the contents of a memory location into R2. Arithmetic instructions would operate on the contents of R1 and R2, leaving the result in R1, and clearing R2; the next load operation would load into R2. A store operation would store the contents of R1 into a memory location, and clear R1; the next load operation would load the contents of a memory location into R1.[23]: 8 

A read keyboard operation would read a number from the keyboard into R1 and clear R2. A display instruction would display the contents of R1 and clear R2; the next load instruction would load into R2.[23]: 8 

Z3 as a universal Turing machine

edit

It was possible to construct loops on the Z3, but there was noconditional branchinstruction. Nevertheless, the Z3 wasTuring-complete– how to implement a universalTuring machineon the Z3 was shown in 1998 byRaúl Rojas.He proposed that the tape program would have to be long enough to execute every possible path through both sides of every branch. It would compute all possible answers, but the unneeded results would be canceled out (a kind ofspeculative execution). Rojas concludes, "We can therefore say that, from an abstract theoretical perspective, the computing model of the Z3 is equivalent to the computing model of today's computers. From a practical perspective, and in the way the Z3 was really programmed, it was not equivalent to modern computers."[13]

This seeming limitation belies the fact that the Z3 provided apracticalinstruction setfor the typical engineering applications of the 1940s. Mindful of the existing hardware restrictions, Zuse's main goal at the time was to have a workable device to facilitate his work as acivil engineer.[28]

Relation to other work

edit

The success of Zuse's Z3 is often attributed to its use of the simple binary system.[6]: 21 This was invented roughly three centuries earlier byGottfried Leibniz;Boolelater used it to develop hisBoolean algebra.Zuse was inspired byHilbert's andAckermann's book on elementary mathematical logicPrinciples of Mathematical Logic.[10]: 113, 152 In 1937,Claude Shannonintroducedthe idea of mapping Boolean algebra onto electronic relays in a seminal work ondigital circuitdesign. Zuse, however, did not know of Shannon's work and developed the groundwork independently[11]: 149 for his first computerZ1,which he designed and built from 1935 to 1938.

Zuse's coworker Helmut Schreyer built an electronic digital experimental model of a computer using 100 vacuum tubes[29]in 1942, but it was lost at the end of the war.

Ananalog computerwas built by the rocket scientistHelmut Hölzerin 1942 at thePeenemünde Army Research Centerto simulate[30][31][32]V-2 rockettrajectories.[33][34]

TheColossus(1943),[35][36]built byTommy Flowers,and theAtanasoff–Berry computer(1942) usedthermionic valves (vacuum tubes)and binary representation of numbers. Programming was by means of re-plugging patch panels and setting switches.[citation needed]

TheENIACcomputer, completed after the war, usedvacuum tubesto implement switches and used decimal representation for numbers. Until 1948 programming was, as with Colossus, by patch leads and switches.[37][38]

TheManchester Babyof 1948 along with theManchester Mark 1andEDSACboth of 1949 were the world's earliest working computers that stored program instructions and data in the same space. In this they implemented thestored-program conceptwhich is frequently (but erroneously) attributed toa 1945 paperbyJohn von Neumannand colleagues.[39][40]Von Neumann is said to have given due credit toAlan Turing,[35][41]and the concept had actually been mentioned earlier by Konrad Zuse himself, in a 1936 patent application (that was rejected).[42][43]Konrad Zuse himself remembered in his memoirs: "During the war it would have barely been possible to build efficient stored program devices anyway."[44]Friedrich L. Bauerlater wrote: "His visionary ideas (live programs) which were only to be published years afterwards aimed at the right practical direction but were never implemented by him."[45][46]

Specifications

edit
  • Average calculation speed: addition – 0.8 seconds, multiplication – 3 seconds[1]
  • Arithmetic unit: Binaryfloating-point,22-bit, add, subtract, multiply, divide, square root[1]
  • Data memory: 64 22-bit words[1]
  • Program memory: Punched celluloid tape[1]
  • Input: Decimal floating-point numbers[1]
  • Output: Decimal floating-point numbers[1]
  • Input and Output was facilitated by a terminal, with a special keyboard for input and a row of lamps to show results[2]
  • Elements: Around 2,000 relays (1,400 for the memory)[2]
  • Frequency: 5–10 hertz[1]
  • Power consumption: Around 4,000watts[1]
  • Weight: Around 1 tonne (2,200 lb)[1]

Modern reconstructions

edit
Z3 reconstruction in 2010 by Horst Zuse

A modern reconstruction directed byRaúl RojasandHorst Zusestarted in 1997 and finished in 2003. It is now in the Konrad Zuse Museum in Hünfeld, Germany.[47][48]Memory was halved to 32 words. Power consumption is about 400 W, and weight is about 30 kilograms (66 lb).[49]

In 2008, Horst Zuse started a reconstruction of the Z3 by himself.[50]It was presented in 2010 in the Konrad Zuse Museum in Hünfeld.[51][52]

See also

edit

Notes

edit
  1. ^It could solve problems like systems of linear equations and their determinants, quadratic equations and Eigenvalues (forwing flutter).[8][9]
  2. ^German:Programm für die Berechnung einer komplexen Matrix[10]

References

edit
  1. ^abcdefghijklmMorelli, Marcello (2001).Dalle calcolatrici ai computer degli anni Cinquanta(in Italian). FrancoAngeli. p. 177.ISBN978-8-84642879-0.Retrieved2014-08-05.
  2. ^abcdefLippe, Wolfram-Manfred[at Wikidata](2010) [2007]."Kapitel 14 – Die ersten programmierbaren Rechner"[The first programmable computers](PDF).Die Geschichte der Rechenautomaten[The history of calculating machines] (in German).doi:10.1007/978-3-642-36193-7_6(inactive 2025-01-02). Archived fromthe original(PDF)on 2011-07-19.Retrieved2010-06-21.{{cite book}}:CS1 maint: DOI inactive as of January 2025 (link)[1](NB. This script was published in December 2013 in a three-volume book series "Geschichte der Rechenautomaten": "Von der Himmelsscheibe von Nebra bis zu den ersten Rechenmaschinen", "Von mechanischen Chiffriergeräten bis zu den ersten programmierbaren Rechnern" and "Von der Entwicklung der Hardware bis zum WWW" bySpringer Vieweg,but abandoned when a lot of the content was found to have been plagiarized from other sources including Wikipedia.[2][3][4])
  3. ^"A Computer Pioneer Rediscovered, 50 Years On".The New York Times.1994-04-20. Archived fromthe originalon 2016-11-04.
  4. ^abWeiss, Eric A. (Summer 1996). "Konrad Zuse Obituary".IEEE Annals of the History of Computing.18(2):3–4.doi:10.1109/mahc.1996.489747.ISSN1058-6180.
  5. ^abBorchers, Detlef Henning[in German](2016-05-12)."Vor 75 Jahren: Computer Z3 wird vorgeführt"[75 years ago: Computer Z3 is demonstrated].heise online(in German).Retrieved2018-05-13.
  6. ^abcdCeruzzi, Paul E.(1983)."2. Computers in Germany".Reckoners: The Prehistory of The Digital Computer, From Relays to the Stored Program Concept, 1935–1945.Greenwood Press.pp. 21, 30,32–39.ISBN0-313-23382-9.Retrieved2018-11-03.
  7. ^Zuse, Konrad(2013).The Computer – My Life.Springer Science & Business Media.p. 64.ISBN978-3-66202931-2.(NB. This is a translation of the original German titleDer Computer – Mein Lebenswerk.)
  8. ^Slater, Robert(1989).Portraits in Silicon.MIT Press.pp.46–47.ISBN978-0-26269131-4.
  9. ^Schindler, Max J. (1990).Computer-aided software design: build quality software with CASE.Wiley. p. 419.ISBN978-0-47150650-8.
  10. ^abcdeHellige, Hans Dieter, ed. (2004).Geschichten der Informatik. Visionen, Paradigmen, Leitmotive(in German). Berlin: Springer. pp. 102, 113, 115, 152.ISBN978-3-540-00217-8.p. 102:Man hat 1939 über uns gelächelt, als wir elektronische Geräte bauen wollten. […] Wir sagten uns damals: Die elektronische Maschine ist wunderbar, aber erst müssen ihre Bauelemente entwickelt werden.
  11. ^abHohn, Hans-Willy[in German](1998).Kognitive Strukturen und Steuerungsprobleme der Forschung. Kernphysik und Informatik im Vergleich(in German). Schriften des Max-Planck-Instituts für Gesellschaftsforschung Köln. pp.148–149.ISBN978-3-593-36102-4.
  12. ^"Z3 Computer (1938–1941)".www.computermuseum.li.Archived fromthe originalon 2008-06-17.
  13. ^abRojas, Raúl(1997-09-05)."How to Make Zuse's Z3 a Universal Computer"(PDF).IEEE Annals of the History of Computing.20(3) (published July–September 1998):51–54.doi:10.1109/85.707574.Archived(PDF)from the original on 2021-12-09.Retrieved2022-07-02.(8 pages)
  14. ^"Konrad Zuse Biography".RTD Net.From various sides Konrad Zuse was awarded with the title "Inventor of the computer".
  15. ^"Konrad Zuse".The German Way.The Konrad-Zuse-Zentrum für Informationstechnik Berlin (ZIB), founded in 1986, is a working memorial to the German inventor of the computer.
  16. ^von Leszczynski, Ulrike (2010-06-27)."Z like Zuse: German inventor of the computer".Monsters & Critics.Archived fromthe originalon 2013-05-22.he [Zuse] built the world's first computer in Berlin
  17. ^Bellis, Mary (2017-07-31)."Konrad Zuse and the Invention of the Modern Computer".Zuse earned the semi-official title of "inventor of the modern computer" for his series of automatic calculators, which he invented to help him with his lengthy engineering calculations.
  18. ^"New perspectives, computer concepts",June Jamrich Parsons, Dan Oja. Cengage Learning, 2007.ISBN978-1-4239-0610-0.Retrieved 2010-03-14.
  19. ^Alexander Kauther, Paul Wirtz:Der Einzelkämpfer Dorner.Grin Verlag Gmbh, 2013,ISBN3-656-04860-6
  20. ^Maier, Helmut[in German](2007).Forschung als Waffe(in German).Wallstein Verlag[de].p. 847.ISBN978-3-8353-0109-2.
  21. ^"1977-compilation by Zuse of people in contact to his computers from 1935 to 1945"(in German). Archived fromthe originalon 2011-09-28.
  22. ^Herbert Bruderer,ETH Zurich(2010)."Konrad Zuse und die ETH Zürich"(PDF)(in German). ETH Zurich.doi:10.3929/ethz-a-006313025.Retrieved2023-12-04.
  23. ^abcRojas, Raúl(April–June 1997)."Konrad Zuse's Legacy: The Architecture of the Z1 and Z3"(PDF).IEEE Annals of the History of Computing.19(2): 5–16 [7–8].doi:10.1109/85.586067.Archived(PDF)from the original on 2022-07-03.Retrieved2022-07-03.(12 pages)
  24. ^"An einem 12. Mai"(in German).Deutsches Historisches Museum(German Historical Museum). Archived fromthe originalon 2013-05-30.
  25. ^"Technische Universität Berlin – Rechenhilfe für Ingenieure"(in German).Technische Universität Berlin.Archived fromthe originalon 2009-02-13.
  26. ^"Die Geschichte des DLR-Standorts Berlin-Adlershof"(in German).German Aerospace Center.1941.
  27. ^Campbell-Kelly, Martin(1995-12-21)."Obituary: Konrad Zuse".The Independent.Archivedfrom the original on 2022-05-07.Retrieved2021-05-11.
  28. ^Zuse, Konrad(1987-10-02)."My First Computer and First Thoughts About Data Processing".history.computer.org.Computer Pioneers – Konrad Zuse.Retrieved2018-05-14.Search for1941;[ "Computer Design-Past, Present, Future", talk in Lund/Sweden, 1987-10-02, previously unpublished.]
  29. ^"Helmut Schreyer" at the University of Berlin
  30. ^H. Otto Hirschler, 87, Aided Space Program
  31. ^Neufeld, Michael J.(2013).The Rocket and the Reich: Peenemünde and the Coming of the Ballistic Missile Era.3.1 (2 ed.). Washington, DC:Smithsonian Books/The Smithsonian Institution.p. 138.ISBN987-1-58834-467-0.{{cite book}}:CS1 maint: ignored ISBN errors (link)
  32. ^Ulmann, Bernd[in German](2013).Analog Computing.Walter de Gruyter.p. 38.ISBN978-3-48675518-3.
  33. ^Neufeld, Michael J.(1995).The Rocket and the Reich: Peenemünde and the Coming of the Ballistic Missile Era.New York:The Free Press,Simon & Schuster Inc./The Smithsonian Institution.p. 106.ISBN0-02-922895-6.LCCN94-30088.
  34. ^Tomayko, James E. (1985). "Helmut Hoelzer's Fully Electronic Analog Computer".IEEE Annals of the History of Computing.7(3):227–240.doi:10.1109/MAHC.1985.10025.S2CID15986944.
  35. ^abRandell, Brian(1972).Meltzer, Bernard;Michie, Donald(eds.).On Alan Turing and the Origins of Digital Computers(PDF).Seventh Annual Machine Intelligence Workshop. Machine Intelligence. Vol. 7. Edinburgh:Edinburgh University Press.ISBN0-85224-234-4.
  36. ^Copeland, Brian Jack,ed. (2006).Colossus: The Secrets of Bletchley Park's Codebreaking Computers.Oxford University Press.ISBN978-0-19-284055-4.
  37. ^Haigh, Thomas (2016).ENIAC in action: making and remaking the modern computer.Mark Priestley, Crispin Rope. Cambridge, Massachusetts; London:MIT Press.pp.113–114.ISBN978-0-262-03398-5.OCLC952615433.
  38. ^Cruz, Frank (2013-11-09)."Programming the ENIAC".Programming the ENIAC.Columbia University.Retrieved2016-05-16.
  39. ^von Neumann, John(1945)."First Draft of a Report on the EDVAC"(PDF).Archived fromthe original(PDF)on 2014-10-16.Retrieved2014-03-24.
  40. ^"Stored-program concept".Encyclopædia Britannica.Retrieved2014-03-24.
  41. ^Copeland, Brian Jack(2006-06-09)."The Modern History of Computing".The Stanford Encyclopedia of Philosophy.Retrieved2023-09-07.
  42. ^Williams, Frederic Calland;Kilburn, Tom(1948-09-25)."Electronic Digital Computers".Nature.162(4117): 487.Bibcode:1948Natur.162..487W.doi:10.1038/162487a0.S2CID4110351.
  43. ^Faber, Susanne (2000),Konrad Zuses Bemühungen um die Patentanmeldung der Z3(in German)
  44. ^Zuse, Konrad(2010).Der Computer – Mein Lebenswerk(in German) (5 ed.). Berlin, Germany: Springer. p. 78.ISBN978-3-64212095-4.Während des Krieges wäre es freilich ohnehin kaum möglich gewesen, leistungsfähige Geräte mit Speicherprogrammen zu bauen.(NB. AnEnglish translationexists.)
  45. ^Bauer, Friedrich Ludwig(April 1998). "Wer erfand den von-Neumann-Rechner?" [Who invented the von Neumann computer?].Informatik Spektrum(in German).21(2). Heidelberg, Germany:Spektrum Akademischer Verlag[de]:84–88.doi:10.1007/s002870050091.ISSN0170-6012.S2CID28380924.[Zuses] erst Jahre später publizierten visionären Ideen (Lebendige Rechenpläne) zielten in die richtige praktische Richtung, wurden von ihm aber nie verwirklicht.[[Zuse's] visionary ideas (Living programs) which were only to be published years afterwards aimed at the right practical direction but were never implemented by him.]
  46. ^Zuse, Horst(2006)."Anmerkungen zum John von Neumann Rechner"[Annotation on the John von Neumann computer](PDF)(in German). p. 9.Archived(PDF)from the original on 2022-03-11.Retrieved2022-09-18.(18 pages)
  47. ^Rojas, Raúl."Reconstruction of Konrad Zuse's Z3 Computer".dcis.inf.fu-berlin.de.
  48. ^"Reconstructing the calculating machine Z3".Konrad Zuse Internet Archive.
  49. ^"Z3-Nachbau-2001"[Z3 replica 2001].www.horst-zuse.homepage.t-online.de(in German).
  50. ^Zuse, Horst(2013). "Reconstruction of Konrad Zuse's Z3". In Arthur Tatnall; Tilly Blyth; Roger Johnson (eds.).Making the History of Computing Relevant.IFIP WG 9.7 International Conference, HC 2013. IFIP Advances in Information and Communication Technology. Vol. 416. Springer Berlin Heidelberg. pp.287–296.doi:10.1007/978-3-642-41650-7_26.ISBN978-3-64241649-1.
  51. ^Zwernemann-Blech, Irene."Events during Zuse Year 2010".www.horst-zuse.homepage.t-online.de.Retrieved2018-11-03.
  52. ^"Z3-Präsentationen"[Z3 – Presentations].www.horst-zuse.homepage.t-online.de(in German).Retrieved2018-11-03.

Further reading

edit
edit