Developer | Andrew Booth |
---|---|
Manufacturer | British Tabulating Machine Company (BTM) |
Release date | 1951 |
Dimensions | 1.5 m high by 3m wide by 0.5m deep |
The Hollerith Electronic Computer (HEC) was produced by the British Tabulating Machine Company (BTM) and was based on a design by Professor Andrew Booth of Birkbeck College, London. [1] It was Britain's first mass-produced business computer. The prototype first worked at the end of 1951. [1]
In 1950 John Womersley, who had previously led the team developing the Automatic Computing Engine (ACE) at the National Physical Laboratory (NPL), joined the Unit record equipment company, BTM. He recognised that there was a need for smaller inexpensive computers and recruited Andrew Booth as a consultant to develop such a machine. [1] Booth had previously worked for the British Rayon Research Association (BRRA) before moving to Birkbeck College in 1945. The BRRA had sponsored him to develop what became the All Purpose Electronic Computer (APEXC). He needed punched card input and output technologies and struck a deal with BTM, [2] whereby they supplied him with these in return for their copying the machine that he was developing, including its magnetic drum memory. In March 1951, [3] BTM's Dr Raymond 'Dickie' Bird with Bill Davis and Dickie Cox were dispatched to Fenny Compton in Warwickshire where Booth lived and where, in a rotting barn, he was developing the prototype of his machine. [1]
Dr Bird and his team built a copy of Booth's machine in the BTM premises at Icknield Way Letchworth, which they called HEC 1. It was 1.5 m high by 3m wide by 0.5m deep and used simple circuits, with approximately 1000 ex-Government thermionic valves (vacuum tubes) mainly 6J6s which were B7G-based double triodes. The memory consisted of a 5.5 inches (140 mm) diameter, 1 inch (25 mm) wide drum rotating at 3000 rpm containing 32 tracks each storing sixteen 32-bit words giving a total of 2 kilobytes. [3] The drum had a special track from which the electronics were clocked. [1] The machine had an accumulator and a multiplier register which were arranged to allow double length multiplication. As the multiplicand was repeatedly added to the product, it got longer while the multiplier got shorter so that the product could fill the accumulator and then continue into the multiplier register. [1] Multiplication took up to 640ms for a 32-bit multiplier, which needed 32 drum accesses. [3]
Subsequently, the design was enhanced with larger capacity drums. A pre-production HEC 2 was exhibited at the Business Efficiency Exhibition at Olympia, London in June 1953 and in 1955, the first production machine called HEC 2M was delivered. Seven or eight HEC 2M systems were delivered to customers who included GE Research Laboratories, Thorn, Esso, MoD Boscombe Down, Royal Aircraft Establishment and RAE, Bedford (they had two for wind tunnel applications) and the Indian Mathematical Institute. [1]
The next development was of a machine that was essentially a HEC 2 with a number of enhancements specifically designed for a commercial workload. This became known as the HEC 4. When in 1959 International Computers and Tabulators (ICT) was formed by a merger of the BTM and Powers-Samas, the HEC 4 became the ICT 1201 (1200 series). [4] Some 100 of these machines were sold. [3]
The original HEC 1 appears to have spent some time in the ICL company museum before being transferred to the collection of Birmingham museums in 1972. [5] After sometime on display, it was by 2002 in the Birmingham Museum Collection Centre at which point there was a proposal to lend it to Birkbeck College but this fell through. [5]
The National Museum of Computing made an approach to borrow the computer in 2014 and the computer was transferred on 12 October 2015. [6] After being cleaned up it was officially unveiled in the presence of Dr Bird in April 2016.
In a computer's central processing unit (CPU), the accumulator is a register in which intermediate arithmetic logic unit results are stored.
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, after the Manchester Mark 1, to go into regular service.
The LEO was a series of early computer systems created by J. Lyons and Co. The first in the series, the LEO I, was the first computer used for commercial business applications.
ENIAC was the first programmable, electronic, general-purpose digital computer, completed in 1945. Other computers had some of these features, but ENIAC was the first to have them all. It was Turing-complete and able to solve "a large class of numerical problems" through reprogramming.
In computing, especially digital signal processing, the multiply–accumulate (MAC) or multiply-add (MAD) operation is a common step that computes the product of two numbers and adds that product to an accumulator. The hardware unit that performs the operation is known as a multiplier–accumulator ; the operation itself is also often called a MAC or a MAD operation. The MAC operation modifies an accumulator a:
A mechanical calculator, or calculating machine, is a mechanical device used to perform the basic operations of arithmetic automatically, or (historically) a simulation such as an analog computer or a slide rule. Most mechanical calculators were comparable in size to small desktop computers and have been rendered obsolete by the advent of the electronic calculator and the digital computer.
Electronic data processing (EDP) or business information processing can refer to the use of automated methods to process commercial data. Typically, this uses relatively simple, repetitive activities to process large volumes of similar information. For example: stock updates applied to an inventory, banking transactions applied to account and customer master files, booking and ticketing transactions to an airline's reservation system, billing for utility services. The modifier "electronic" or "automatic" was used with "data processing" (DP), especially c. 1960, to distinguish human clerical data processing from that done by computer.
Starting at the end of the nineteenth century, well before the advent of electronic computers, data processing was performed using electromechanical machines collectively referred to as unit record equipment, electric accounting machines (EAM) or tabulating machines. Unit record machines came to be as ubiquitous in industry and government in the first two-thirds of the twentieth century as computers became in the last third. They allowed large volume, sophisticated data-processing tasks to be accomplished before electronic computers were invented and while they were still in their infancy. This data processing was accomplished by processing punched cards through various unit record machines in a carefully choreographed progression. This progression, or flow, from machine to machine was often planned and documented with detailed flowcharts that used standardized symbols for documents and the various machine functions. All but the earliest machines had high-speed mechanical feeders to process cards at rates from around 100 to 2,000 per minute, sensing punched holes with mechanical, electrical, or, later, optical sensors. The operation of many machines was directed by the use of a removable plugboard, control panel, or connection box. Initially all machines were manual or electromechanical. The first use of an electronic component was in 1937 when a photocell was used in a Social Security bill-feed machine. Electronic components were used on other machines beginning in the late 1940s.
The DEUCE was one of the earliest British commercially available computers, built by English Electric from 1955. It was the production version of the Pilot ACE, itself a cut-down version of Alan Turing's ACE.
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.
Booth's multiplication algorithm is a multiplication algorithm that multiplies two signed binary numbers in two's complement notation. The algorithm was invented by Andrew Donald Booth in 1950 while doing research on crystallography at Birkbeck College in Bloomsbury, London. Booth's algorithm is of interest in the study of computer architecture.
International Computers and Tabulators or ICT was a British computer manufacturer, formed in 1959 by a merger of the British Tabulating Machine Company (BTM) and Powers-Samas. In 1963 it acquired the business computer divisions of Ferranti. It exported computers to many countries and in 1968 became part of International Computers Limited (ICL).
The ICT 1301 and its smaller derivative ICT 1300 were early business computers from International Computers and Tabulators. Typical of mid-sized machines of the era, they used core memory, drum storage and punched cards, but they were unusual in that they were based on decimal logic instead of binary.
The British Tabulating Machine Company (BTM) was a firm which manufactured and sold Hollerith unit record equipment and other data-processing equipment. During World War II, BTM constructed some 200 "bombes", machines used at Bletchley Park to break the German Enigma machine ciphers.
Powers-Samas was a British company which sold unit record equipment.
Andrew Donald Booth was a British electrical engineer, physicist and computer scientist, who was an early developer of the magnetic drum memory for computers. He is known for Booth's multiplication algorithm. In his later career in Canada he became president of Lakehead University.
The National Museum of Computing is a UK-based museum that is dedicated to collecting and restoring historic computer systems, and is home to the world's largest collection of working historic computers. The museum is located on Bletchley Park in Milton Keynes, Buckinghamshire. It opened in 2007 in Block H – the first purpose-built computer centre in the world, having housed six of the ten Colossus computers that were in use at the end of World War II.
Kathleen Hylda Valerie Booth was a British computer scientist and mathematician who wrote the first assembly language and designed the assembler and autocode for the first computer systems at Birkbeck College, University of London. She helped design three different machines including the ARC, SEC, and APE(X)C.
ICT 1900 was a family of mainframe computers released by International Computers and Tabulators (ICT) and later International Computers Limited (ICL) during the 1960s and 1970s. The 1900 series was notable for being one of the few non-American competitors to the IBM System/360, enjoying significant success in the European and British Commonwealth markets.