Intro
I visited the Centre For Computer History (CCH) in Cambridge for the second time in May 26. It struck me that, for the most part, their history begins in the late 1970s. To others it is a history of the first days of personal computers for business / entertainment / education. For me it is a narrative of developments around the time I started using computers.
Elliot 903
In December 1975, whilst in the sixth form at school, I was lucky enough to go on a week-long computer programming course hosted at Eton College. They had their own computer, an Elliot 903 like the one shown in the picture, and a computer teacher, who ran our course. This was the first computer I actually touched / operated.I believe we learned programming in the Algol language, but I have no recollection of the details. Once you had written a program (literally on a piece of paper), you typed it in on a teletype terminal, like the one shown, which put saved the program onto a paper tape.
The computer had no storage so you had to load the compiler on the computer by reading in a special (metal) tape, then you loaded your program paper tape so that the compiler could turn it into machine code. At this stage the program was loaded in the computer memory and you could execute it. I think you did this by setting switches on the computer panel. The program would then run and could print any output on the attached teletype machine. It was amazing.
Acorn System 1
In 1979 or 1980 we used the Acorn System 1, which is featured at CCH, in our practical classes at the computer laboratory in Cambridge. This is a real piece of history as it was designed by Sophie Wilson (BBC micro designer, ARM founder) who had studied at the computer laboratory after switching from Mathematics in 1978. She is three months older than me. I was a year behind her and switched from Mathematics to the two-year computer science tripos in 1978.Sinclair Spectrum
Apple I
This is a copy of the original Apple I computer designed, built and programmed by Steve Wozniak who, together with Steve Jobs, founded Apple. There weren't many originals sold, and a real one now sells for maybe $1million. The primitive Operating System or "Monitor" enabled you to control the system. You could look at or update memory locations, enter programs (in machine code) and execute them. Amazingly the monitor program, famously called WOZMON is only 250 bytes long.The Apple 1 CPU is a 6502, which is the same one I use in my Ben Eater processor, BEN2. It is wonderful that I am able to use that same code, written in 1976 on my processor, to do the same tasks.
Apple II
Apple II was designed by Steve Wozniak as a general purpose expandable personal computer. Visicalc was the first "killer" PC app which invented the idea of spreadsheets. It was simple but loved by Finance people.
I didn't actually use one until 1983 when I went to check out one at a shop in Kensingon where Theo Fennell (now) a famouse jeweller wanted to inventorise his stock. He had hundreds of little packets containing diamonds. I'm afraid I recommended an IBM PC as more practical for his database catalog.
BBC Micro
Touching the screen with a finger interrupted a vertical and horizontal sensor, giving you a screen position. I recall writing a BASIC program for an on screen calculator which Alex could use without a keyboard.