Bendix G-20
   HOME

TheInfoList



OR:

The Bendix G-20 computer was introduced in 1961 by the
Bendix Corporation Bendix Corporation is an American manufacturing and engineering company founded in 1924 and subsidiary of Knorr-Bremse since 2002. During various times in its existence, Bendix made automotive brake shoes and systems, vacuum tubes, aircraft ...
, Computer Division,
Los Angeles, California Los Angeles, often referred to by its initials L.A., is the List of municipalities in California, most populous city in the U.S. state of California, and the commercial, Financial District, Los Angeles, financial, and Culture of Los Angeles, ...
. The G-20 followed the highly successful G-15 vacuum-tube computer. Bendix sold its computer division to
Control Data Corporation Control Data Corporation (CDC) was a mainframe and supercomputer company that in the 1960s was one of the nine major U.S. computer companies, which group included IBM, the Burroughs Corporation, and the Digital Equipment Corporation (DEC), the N ...
in 1963, effectively terminating the G-20.


G-20

The G-20 weighed about . The G-20 system was a general-purpose
mainframe computer A mainframe computer, informally called a mainframe or big iron, is a computer used primarily by large organizations for critical applications like bulk data processing for tasks such as censuses, industry and consumer statistics, enterprise ...
, constructed of
transistorized A transistor is a semiconductor device used to amplify or switch electrical signals and power. It is one of the basic building blocks of modern electronics. It is composed of semiconductor material, usually with at least three terminals f ...
modules and
magnetic-core memory In computing, magnetic-core memory is a form of random-access memory. It predominated for roughly 20 years between 1955 and 1975, and is often just called core memory, or, informally, core. Core memory uses toroids (rings) of a hard magneti ...
.
Word A word is a basic element of language that carries semantics, meaning, can be used on its own, and is uninterruptible. Despite the fact that language speakers often have an intuitive grasp of what a word is, there is no consensus among linguist ...
size was 32 bits, plus parity. Up to 32k words of memory could be used. Single- and double-precision
floating-point arithmetic In computing, floating-point arithmetic (FP) is arithmetic on subsets of real numbers formed by a ''significand'' (a Sign (mathematics), signed sequence of a fixed number of digits in some Radix, base) multiplied by an integer power of that ba ...
were allowed, as well as a custom scaled format, called Pick-a-Point. A special form of the pick-a-point allowed an
integer An integer is the number zero (0), a positive natural number (1, 2, 3, ...), or the negation of a positive natural number (−1, −2, −3, ...). The negations or additive inverses of the positive natural numbers are referred to as negative in ...
. Memory locations 1 through 63 were used as
index register An index register in a computer's central processing unit, CPU is a processor register (or an assigned memory location) used for pointing to operand addresses during the run of a program. It is useful for stepping through String (computer science ...
s. The
instruction set In computer science, an instruction set architecture (ISA) is an abstract model that generally defines how software controls the CPU in a computer or a family of computers. A device or program that executes instructions described by that ISA, s ...
contained 110 instructions. The CPU included integral block I/O and
interrupt In digital computers, an interrupt (sometimes referred to as a trap) is a request for the processor to ''interrupt'' currently executing code (when permitted), so that the event can be processed in a timely manner. If the request is accepted ...
facilities. Multiplication time was 51-63
microsecond A microsecond is a unit of time in the International System of Units (SI) equal to one millionth (0.000001 or 10−6 or ) of a second. Its symbol is μs, sometimes simplified to us when Unicode is not available. A microsecond is to one second, ...
s and division time was 72-84 microseconds. The basic memory cycle time was 6 microseconds.


20-GATE

A special
programming language A programming language is a system of notation for writing computer programs. Programming languages are described in terms of their Syntax (programming languages), syntax (form) and semantics (computer science), semantics (meaning), usually def ...
, called 20-GATE, was developed for the G-20."20-GATE: Algebraic Compiler for the Bendix G-20", Carnegie Tech Computation Center, September 1962.


G-21 system

A special configuration of the G-20, a dual-processor G-21, was used to support campus computing at Carnegie Institute of Technology in the 1960s. Usually the two processors ran independently, one CPU handling card-based input, and the other handling jobs submitted through one of 16
AT&T AT&T Inc., an abbreviation for its predecessor's former name, the American Telephone and Telegraph Company, is an American multinational telecommunications holding company headquartered at Whitacre Tower in Downtown Dallas, Texas. It is the w ...
Dataphones connected to telephone lines, usually via
Teletype A teleprinter (teletypewriter, teletype or TTY) is an electromechanical device that can be used to send and receive typed messages through various communications channels, in both point-to-point and point-to-multipoint configurations. Init ...
Model 35 KSR, Model 35 ASR and
Teletype Model 33 The Teletype Model 33 is an electromechanical teleprinter designed for light-duty office use. It is less rugged and cost less than earlier Teletype models. The Teletype Corporation introduced the Model 33 as a commercial product in 1963, after ...
ASR teleprinters. The G-21 had 32k words of memory for each processor, but could be reconfigured for 64k mode for large programs, usually as a single processor. A true dual-processor
operating system An operating system (OS) is system software that manages computer hardware and software resources, and provides common daemon (computing), services for computer programs. Time-sharing operating systems scheduler (computing), schedule tasks for ...
was developed late in the life of the G-21, but never reached production status. Another feature of the G-21 system was its high-speed Philco "Scopes" system - when
punched cards A punched card (also punch card or punched-card) is a stiff paper-based medium used to store digital information via the presence or absence of holes in predefined positions. Developed over the 18th to 20th centuries, punched cards were wide ...
or Teletype Model 33 ASRs were the common form of I/O, this CRT system allowed for a CRT display of information - and the '' Spacewar!'' game. Here, each operator saw the other player's ships on his screen. Buttons were used for thrust, spin, and firing missiles. The G-21 would play chess with a person via the Teletype. The directory system was called AND - Alpha Numeric Directory. Teleprocessing users could store programs on disks, tapes, or the RCA RACE
mass storage In computing, mass storage refers to the storage of large amounts of data in a persisting and machine-readable fashion. In general, the term ''mass'' in ''mass storage'' is used to mean ''large'' in relation to contemporaneous hard disk drive ...
unit interfaced through an RCA 301 computer. Users could retrieve and edit programs through AND. The 1-inch magnetic tapes were block addressable, allowing AND to manage a directory file system interchangeably on any available
magnetic storage Magnetic storage or magnetic recording is the storage of data on a magnetized medium. Magnetic storage uses different patterns of magnetisation in a magnetizable material to store data and is a form of non-volatile memory. The information is acc ...
(tape, disk, or RACE cards). The machine was programmed in a dialect of
ALGOL ALGOL (; short for "Algorithmic Language") is a family of imperative computer programming languages originally developed in 1958. ALGOL heavily influenced many other languages and was the standard method for algorithm description used by the ...
-60 called ALGOL-20. Deviations from Algol-60 included the lack of support for
recursion Recursion occurs when the definition of a concept or process depends on a simpler or previous version of itself. Recursion is used in a variety of disciplines ranging from linguistics to logic. The most common application of recursion is in m ...
, extensions to embedded G-20
machine language In computer programming, machine code is computer code consisting of machine language instructions, which are used to control a computer's central processing unit (CPU). For conventional binary computers, machine code is the binaryOn nonb ...
within ALGOL - WHAT, and a CIT-developed printer formatting language. Another language was GATE - the General Algebraic Translator Extended. It also used IPL-V (Newell's Information Processing Language-5) and Linear IPL-V as well as COMIT, and the assembler THAT. MONITOR was the supervisory program, and the special set of routines was called THEM THINGS. An exposition of the G-21 design appears in a
Carnegie Mellon Carnegie may refer to: People *Carnegie (surname), including a list of people with the name **Andrew Carnegie, Scottish-American industrialist and philanthropist * Clan Carnegie, a lowland Scottish clan Institutions Named for Andrew Carnegie * ...
webcast by the designer, Jesse Quatse, at CMU CS50


Equipment list, circa 1965/66

* CC-11 Real time clock and auxiliary console * CP-11 Central Processor (2) * MM-10 Memory Module (1) * MM-11 Memory Module (7) * MM-12 Memory Module, modified to work with display system * DM-11 Disk unit * TC-10 Tape Control Unit (2) * MT-10 Magnetic Tape Unit, used 1" tape (8) * PT-10 Paper Tape Unit * SE-10 Teletype buffer * LP-12 high speed line printer (2) * LP-10 low speed line printer * 3 display consoles, and 1 display controller. * An IBM 1402 card reader/punch was used for batch job submission.


References


Notes


Bibliography

* ''Anecdotes'', Jesse T. Quatse, IEEE Annals of the History of Computing, vol. 28, no. 3, pp. 76–80, Jul-Sept, 2006 * ''A Visual Display System Suitable for Time Shared Use'', Jesse Quatse, revised, 1966 * ''Design of the G-21 Multi-Processor System'', Jesse Quatse, 1965 * ''Interactive Programming at Carnegie Tech'', A H Bond, 196

* ''THAT - A Language Manual'', CIT Computer Center Programming Staff, 196

* ''WHAT'', James Moore, CIT Computer Center, 196

* ''The Bendix G-20 Central Processor Machine Language'', 1961

* ''The Bendix G-20 Peripheral Equipment Machine Language'', 1961

* ''The Bendix G-20 General Reference Manual,'' 1962

{{Bendix Transistorized computers Computer-related introductions in 1961 32-bit computers Bendix Corporation