ALAN TURING: and the TUTORIAL MANCHESTER MARK I Program the Post-War Machine Used for Early Computer Music, JULIET KEMP Chess and Proto-Artificial Intelligence
Total Page:16
File Type:pdf, Size:1020Kb

Load more
Recommended publications
-
Manchester Baby Simulator Narration
Manchester Baby Simulator Narration By David Sharp The University of Warwick 11th January 2001 Geoff Tootill’s Highest Common Factor program, written in his notebook 19/6/48. Recent background1 Between 1996 and 1998 much research was done by the Manchester Computer Conservation Society in building an accurate replica of the ‘Baby’ (as of 21st June 1948) for its 50th anniversary. A competition was also staged for people to write programs for the ‘Baby’, the winning program was run on the replica on the 21st June 1998. This rebuild of the replica raised the profile of the Baby and also caused a lot of research into details of the machine that might otherwise have been lost to history. Historical accuracy The display presented by the simulator is a stylized version of the original June 1948 Baby. I have made the interface as much like the original as is possible using Java’s GUI capability. Great pains have been taken to provide an accurate rendition of the Baby’s controls and idiosyncrasies. As well as this original interface, I have borrowed from the “player” notion of Martin Campbell-Kelly’s EDSAC simulator (Raul and Hashagen, p. 400) in providing an alternative modern day interface for loading and running the ‘Baby’. The similarities between the original machine and the simulator interface are shown below in Figure 1. It would be easy for someone to learn to operate the original machine from the simulator. Figure 1: The original Baby’s (above), the replica’s (above right) and the simulator’s (right) interfaces. 1 The history and widespread influence of the development of the Baby is outlined in the introduction to the user guide. -
The Manchester University "Baby" Computer and Its Derivatives, 1948 – 1951”
Expert Report on Proposed Milestone “The Manchester University "Baby" Computer and its Derivatives, 1948 – 1951” Thomas Haigh. University of Wisconsin—Milwaukee & Siegen University March 10, 2021 Version of citation being responded to: The Manchester University "Baby" Computer and its Derivatives, 1948 - 1951 At this site on 21 June 1948 the “Baby” became the first computer to execute a program stored in addressable read-write electronic memory. “Baby” validated the widely used Williams- Kilburn Tube random-access memories and led to the 1949 Manchester Mark I which pioneered index registers. In February 1951, Ferranti Ltd's commercial Mark I became the first electronic computer marketed as a standard product ever delivered to a customer. 1: Evaluation of Citation The final wording is the result of several rounds of back and forth exchange of proposed drafts with the proposers, mediated by Brian Berg. During this process the citation text became, from my viewpoint at least, far more precise and historically reliable. The current version identifies several distinct contributions made by three related machines: the 1948 “Baby” (known officially as the Small Scale Experimental Machine or SSEM), a minimal prototype computer which ran test programs to prove the viability of the Manchester Mark 1, a full‐scale computer completed in 1949 that was fully designed and approved only after the success of the “Baby” and in turn served as a prototype of the Ferranti Mark 1, a commercial refinement of the Manchester Mark 1 of which I believe 9 copies were sold. The 1951 date refers to the delivery of the first of these, to Manchester University as a replacement for its home‐built Mark 1. -
1. Types of Computers Contents
1. Types of Computers Contents 1 Classes of computers 1 1.1 Classes by size ............................................. 1 1.1.1 Microcomputers (personal computers) ............................ 1 1.1.2 Minicomputers (midrange computers) ............................ 1 1.1.3 Mainframe computers ..................................... 1 1.1.4 Supercomputers ........................................ 1 1.2 Classes by function .......................................... 2 1.2.1 Servers ............................................ 2 1.2.2 Workstations ......................................... 2 1.2.3 Information appliances .................................... 2 1.2.4 Embedded computers ..................................... 2 1.3 See also ................................................ 2 1.4 References .............................................. 2 1.5 External links ............................................. 2 2 List of computer size categories 3 2.1 Supercomputers ............................................ 3 2.2 Mainframe computers ........................................ 3 2.3 Minicomputers ............................................ 3 2.4 Microcomputers ........................................... 3 2.5 Mobile computers ........................................... 3 2.6 Others ................................................. 4 2.7 Distinctive marks ........................................... 4 2.8 Categories ............................................... 4 2.9 See also ................................................ 4 2.10 References -
Manchester Baby Simulator Narration
Manchester Baby Simulator Narration By David Sharp The University of Warwick 11th January 2001 Geoff Tootill’s Highest Common Factor program, written in his notebook 19/6/48. Recent background1 Between 1996 and 1998 much research was done by the Manchester Computer Conservation Society in building an accurate replica of the ‘Baby’ (as of 21st June 1948) for its 50th anniversary. A competition was also staged for people to write programs for the ‘Baby’, the winning program was run on the replica on the 21st June 1998. This rebuild of the replica raised the profile of the Baby and also caused a lot of research into details of the machine that might otherwise have been lost to history. Historical accuracy The display presented by the simulator is a stylized version of the original June 1948 Baby. I have made the interface as much like the original as is possible using Java’s GUI capability. Great pains have been taken to provide an accurate rendition of the Baby’s controls and idiosyncrasies. As well as this original interface, I have borrowed from the “player” notion of Martin Campbell-Kelly’s EDSAC simulator (Raul and Hashagen, p. 400) in providing an alternative modern day interface for loading and running the ‘Baby’. The similarities between the original machine and the simulator interface are shown below in Figure 1. It would be easy for someone to learn to operate the original machine from the simulator. Figure 1: The original Baby’s (above), the replica’s (above right) and the simulator’s (right) interfaces. 1 The history and widespread influence of the development of the Baby is outlined in the introduction to the user guide. -
CLUE Rock, Paper, Scissors Game Using Bluetooth Created by Kevin Walters
CLUE Rock, Paper, Scissors Game using Bluetooth Created by Kevin Walters Last updated on 2021-07-28 03:42:04 PM EDT Guide Contents Guide Contents 2 Overview 4 Parts 4 CLUE 4 Circuit Playground Bluefruit with TFT Gizmo 5 Design 6 Rules 6 More than Two Players 6 Flow Diagram 7 User Interface 8 User Interface 8 Choice selection 8 Display on NeoPixels 9 Screens 9 Screen Transitions 10 Sprites 10 TFT Gizmo Detection 12 The Challenge of Detecting the TFT Gizmo 12 Exchanging Choices 14 Cheating 14 Simultaneous Exchange of Player Choices 15 First Idea 15 Third Idea 16 Fourth Idea 16 Fifth Idea 17 Identity and Authentication 18 Networking 19 Connection-oriented and Connection-less Communication 19 Custom Advertisement Packets using ManufacturerData 20 Simple Game 21 Advanced Game 22 Making the List of Players 22 Exchanging Data between Players 23 Scores 26 Multi-player Scoring 26 Score Table Presentation 26 CircuitPython on CLUE 27 Set up CircuitPython Quick Start! 27 CircuitPython on Circuit Playground Bluefruit 29 Install or Update CircuitPython 29 CircuitPython 31 Libraries 31 Libraries for Very Simple Game 31 Libraries for Simple Game 31 Libraries for Advanced Game for CLUE 31 Libraries for Advanced Game for Circuit Playground Bluefruit with TFT Gizmo 32 Libraries for Advanced Game for Circuit Playground Bluefruit only 32 Development Testing 33 Very Simple Game 34 Installation 34 Code 35 Code Discussion 36 Evolving the Game and some History 36 Simple Game 38 © Adafruit Industries https://learn.adafruit.com/rock-paper-scissors-circuitpython -
De-Mythologising the Early History of Modern British Computing. David Anderson
Contested Histories: De-Mythologising the Early History of Modern British Computing. David Anderson To cite this version: David Anderson. Contested Histories: De-Mythologising the Early History of Modern British Com- puting.. IFIP WG 9.7 International Conference on History of Computing (HC) / Held as Part of World Computer Congress (WCC), Sep 2010, Brisbane, Australia. pp.58-67, 10.1007/978-3-642-15199-6_7. hal-01059593 HAL Id: hal-01059593 https://hal.inria.fr/hal-01059593 Submitted on 1 Sep 2014 HAL is a multi-disciplinary open access L’archive ouverte pluridisciplinaire HAL, est archive for the deposit and dissemination of sci- destinée au dépôt et à la diffusion de documents entific research documents, whether they are pub- scientifiques de niveau recherche, publiés ou non, lished or not. The documents may come from émanant des établissements d’enseignement et de teaching and research institutions in France or recherche français ou étrangers, des laboratoires abroad, or from public or private research centers. publics ou privés. Distributed under a Creative Commons Attribution| 4.0 International License Contested Histories: De-Mythologising the Early History of Modern British Computing. David Anderson University of Portsmouth, “The Newmanry”, 36-40 Middle Street, Portsmouth, Hants, United Kindom, PO5 4BT Abstract A challenge is presented to the usual account of the development of the Manchester Baby which focuses on the contribution made to the project by the topologist M.H.A. (Max) Newman and other members of the Dept. of Mathematics. Based on an extensive re-examination of the primary source material, it is suggested that a very much more significant role was played by mathematicians than is allowed for in the dominant discourse. -