The history of computing hardware starting at 1960 is marked by the conversion from
vacuum tube
A vacuum tube, electron tube, thermionic valve (British usage), or tube (North America) is a device that controls electric current flow in a high vacuum between electrodes to which an electric voltage, potential difference has been applied. It ...
to
solid-state devices such as
transistor
A transistor is a semiconductor device used to Electronic amplifier, amplify or electronic switch, switch electrical signals and electric power, power. It is one of the basic building blocks of modern electronics. It is composed of semicondu ...
s and then
integrated circuit
An integrated circuit (IC), also known as a microchip or simply chip, is a set of electronic circuits, consisting of various electronic components (such as transistors, resistors, and capacitors) and their interconnections. These components a ...
(IC) chips. Around 1953 to 1959, discrete transistors started being considered sufficiently reliable and economical that they made further vacuum tube computers
uncompetitive.
Metal–oxide–semiconductor (MOS)
large-scale integration
An integrated circuit (IC), also known as a microchip or simply chip, is a set of electronic circuits, consisting of various electronic components (such as transistors, resistors, and capacitors) and their interconnections. These components a ...
(LSI) technology subsequently led to the development of
semiconductor memory
Semiconductor memory is a digital electronic semiconductor device used for digital data storage, such as computer memory. It typically refers to devices in which data is stored within metal–oxide–semiconductor (MOS) memory cells on a si ...
in the mid-to-late 1960s and then the
microprocessor
A microprocessor is a computer processor (computing), processor for which the data processing logic and control is included on a single integrated circuit (IC), or a small number of ICs. The microprocessor contains the arithmetic, logic, a ...
in the early 1970s. This led to primary
computer memory
Computer memory stores information, such as data and programs, for immediate use in the computer. The term ''memory'' is often synonymous with the terms ''RAM,'' ''main memory,'' or ''primary storage.'' Archaic synonyms for main memory include ...
moving away from
magnetic-core memory devices to solid-state static and dynamic semiconductor memory, which greatly reduced the cost, size, and power consumption of computers. These advances led to the miniaturized
personal computer
A personal computer, commonly referred to as PC or computer, is a computer designed for individual use. It is typically used for tasks such as Word processor, word processing, web browser, internet browsing, email, multimedia playback, and PC ...
(PC) in the 1970s, starting with
home computer
Home computers were a class of microcomputers that entered the market in 1977 and became common during the 1980s. They were marketed to consumers as affordable and accessible computers that, for the first time, were intended for the use of a s ...
s and
desktop computer
A desktop computer, often abbreviated as desktop, is a personal computer designed for regular use at a stationary location on or near a desk (as opposed to a portable computer) due to its size and power requirements. The most common configuratio ...
s, followed by
laptop
A laptop computer or notebook computer, also known as a laptop or notebook, is a small, portable personal computer (PC). Laptops typically have a Clamshell design, clamshell form factor (design), form factor with a flat-panel computer scree ...
s and then
mobile computers over the next several decades.
Second generation
For the purposes of this article, the term "second generation" refers to computers using discrete transistors, even when the vendors referred to them as "third-generation". By 1960 transistorized computers were replacing vacuum tube computers, offering lower cost, higher speeds, and reduced power consumption. The marketplace was dominated by ''IBM and the seven dwarfs'':
*
IBM
International Business Machines Corporation (using the trademark IBM), nicknamed Big Blue, is an American Multinational corporation, multinational technology company headquartered in Armonk, New York, and present in over 175 countries. It is ...
* The
BUNCH
**
Burroughs
**
UNIVAC
UNIVAC (Universal Automatic Computer) was a line of electronic digital stored-program computers starting with the products of the Eckert–Mauchly Computer Corporation. Later the name was applied to a division of the Remington Rand company and ...
**
NCR
**
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 ...
(CDC)
**
Honeywell
*
General Electric
General Electric Company (GE) was an American Multinational corporation, multinational Conglomerate (company), conglomerate founded in 1892, incorporated in the New York (state), state of New York and headquartered in Boston.
Over the year ...
*
RCA.
Some examples of 1960s second generation computers from those vendors are:
* the
IBM 1401, the
IBM 7090/7094, and the
IBM System/360;
* the
Burroughs 5000 series;
* the
UNIVAC 1107;
* the
NCR 315;
* the
CDC 1604 and the
CDC 3000 series;
* the
Honeywell 200, Honeywell 400, and
Honeywell 800;
* the
GE-400 series and the
GE-600 series;
* the RCA 301, 3301,
501, and the
Spectra 70 series.
However, some smaller companies made significant contributions. Also, towards the end of the second generation
Digital Equipment Corporation
Digital Equipment Corporation (DEC ), using the trademark Digital, was a major American company in the computer industry from the 1960s to the 1990s. The company was co-founded by Ken Olsen and Harlan Anderson in 1957. Olsen was president until ...
(DEC) was a serious contender in the small and medium machine marketplace.
Meanwhile, second-generation computers were also being developed in the USSR as, e.g., the
Razdan family of general-purpose digital computers created at the
Yerevan Computer Research and Development Institute.
The second-generation computer architectures initially varied; they included character-based
decimal computers,
sign-magnitude decimal computers with a 10-digit word, sign-magnitude binary computers, and
ones' complement
The ones' complement of a binary number is the value obtained by inverting (flipping) all the bits in the Binary number, binary representation of the number. The name "ones' complement" refers to the fact that such an inverted value, if added t ...
binary computers, although Philco, RCA, and Honeywell, for example, had some computers that were character-based binary computers and
Digital Equipment Corporation
Digital Equipment Corporation (DEC ), using the trademark Digital, was a major American company in the computer industry from the 1960s to the 1990s. The company was co-founded by Ken Olsen and Harlan Anderson in 1957. Olsen was president until ...
(DEC) and Philco, for example, had
two's complement computers. With the advent of the IBM
System/360
The IBM System/360 (S/360) is a family of mainframe computer systems announced by IBM on April 7, 1964, and delivered between 1965 and 1978. System/360 was the first family of computers designed to cover both commercial and scientific applicati ...
, two's complement became the norm for new product lines.
The most common word sizes for binary mainframes were 36 and 48 bits, although entry-level and midrange machines used smaller words, e.g.,
12 bits,
18 bits,
24 bits,
30 bits. All but the smallest machines had asynchronous
I/O channels 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 ...
s. Typically binary computers with word size up to 36 bits had one instruction per word, binary computers with 48 bits per word had two instructions per word and the CDC 60-bit machines could have two, three, or four instructions per word, depending on the instruction mix; the Burroughs
B5000,
B6500/B7500 and B8500 lines are notable exceptions to this.
First-generation computers with data channels (I/O channels) had a basic DMA interface to the channel cable. The second generation saw both simpler, e.g., channels on the
CDC 6000 series
The CDC 6000 series is a discontinued family of mainframe computers manufactured by Control Data Corporation in the 1960s. It consisted of the CDC 6200, CDC 6300, #Versions, CDC 6400, #Versions, CDC 6500, CDC 6600 and #Versions, CDC 6700 computers, ...
had no DMA, and more sophisticated designs, e.g., the 7909 on the
IBM 7090
The IBM 7090 is a second-generation Transistor computer, transistorized version of the earlier IBM 709 vacuum tube mainframe computer that was designed for "large-scale scientific and technological applications". The 7090 is the fourth member o ...
had limited computational, conditional branching and interrupt system.
By 1960,
magnetic core
A magnetic core is a piece of magnetism, magnetic material with a high magnetic permeability used to confine and guide magnetic fields in electrical, electromechanical and magnetic devices such as electromagnets, transformers, electric motors, ele ...
was the dominant memory technology, although there were still some new machines using
drums
The drum is a member of the percussion instrument, percussion group of musical instruments. In the Hornbostel–Sachs classification system, it is a membranophones, membranophone. Drums consist of at least one Acoustic membrane, membrane, c ...
and
delay lines during the 1960s.
Magnetic thin film and
rod memory were used on some second-generation machines, but advances in core technology meant they remained niche players until semiconductor memory displaced both core and thin film.
In the first generation, word-oriented computers typically had a single
accumulator and an extension, referred to as, e.g., Upper and Lower Accumulator, Accumulator and Multiplier-Quotient (MQ) register. In the second generation, it became common for computers to have multiple addressable accumulators. On some computers, e.g.,
PDP-6, the same registers served as accumulators and
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, making them an early example of
general-purpose registers.
In the second generation there was considerable development of new
address modes, including truncated addressing on, e.g., the
Philco TRANSAC S-2000, the
UNIVAC III, and automatic index register incrementing on, e.g., the RCA 601,
UNIVAC 1107, and the
GE-600 series. Although
index registers were introduced in the first generation under the name ''B-line'', their use became much more common in the second generation. Similarly,
indirect addressing became more common in the second generation, either in conjunction with index registers or instead of them. While first-generation computers typically had a small number of index registers or none, several lines of second-generation computers had large numbers of index registers, e.g.,
Atlas
An atlas is a collection of maps; it is typically a bundle of world map, maps of Earth or of a continent or region of Earth. Advances in astronomy have also resulted in atlases of the celestial sphere or of other planets.
Atlases have traditio ...
,
Bendix G-20,
IBM 7070.
The first generation had pioneered the use of special facilities for calling subroutines, e.g., TSX on the
IBM 709. In the second generation, such facilities were ubiquitous; some examples are:
; Automatically record the next sequential instruction (NSI) in a register for all or most successful branch instructions
: The Jump Address (JA) Register on the Philco TRANSAC S-2000
: The Sequence History (SH) and Cosequence History (CSH) registers on the
Honeywell 800
: The B register on an
IBM 1401 with the indexing feature
; Automatically record the NSI at a standard memory location following all or most successful branches
: Store P (STP) locations on RCA 301, 3301 and 501
: STICC on the RCA 601 is relative to the lower bound register
; Call instructions that save the NSI in the first word of the subroutine
: Return Jump (RJ) on the
UNIVAC 1107
: Return Jump (RJ) on
CDC 3600 and
CDC 6000 series
The CDC 6000 series is a discontinued family of mainframe computers manufactured by Control Data Corporation in the 1960s. It consisted of the CDC 6200, CDC 6300, #Versions, CDC 6400, #Versions, CDC 6500, CDC 6600 and #Versions, CDC 6700 computers, ...
: Jump to Subroutine (JSR) on the
DEC PDP-6 and
PDP-10
Digital Equipment Corporation (DEC)'s PDP-10, later marketed as the DECsystem-10, is a mainframe computer family manufactured beginning in 1966 and discontinued in 1983. 1970s models and beyond were marketed under the DECsystem-10 name, especi ...
; Call instructions that save the NSI in an implicit or explicit register
: Branch and Load Location in Index Word (BLX) on the
IBM 7070
: Transfer and Set indeX (TSX) on the
IBM 7090
The IBM 7090 is a second-generation Transistor computer, transistorized version of the earlier IBM 709 vacuum tube mainframe computer that was designed for "large-scale scientific and technological applications". The 7090 is the fourth member o ...
: Jump and Save PC (JSP) on the
DEC PDP-6 and
PDP-10
Digital Equipment Corporation (DEC)'s PDP-10, later marketed as the DECsystem-10, is a mainframe computer family manufactured beginning in 1966 and discontinued in 1983. 1970s models and beyond were marketed under the DECsystem-10 name, especi ...
: Transfer and Set Xn (TSXn) on the
GE-600 series
: Branch and Link (BAL) on the
IBM System/360
; Call instructions that use an index register as a
stack pointer and push return information onto the stack
:Push jump (PUSHJ) on the
DEC PDP-6
; Implicit call with return information pushed onto the stack
:
Program descriptors on the Burroughs
B5000 line
: Program descriptors on the Burroughs
B6500 line
The second generation saw the introduction of features intended to support
multiprogramming and
multiprocessor configurations, including master/slave (supervisor/problem) mode, storage protection keys, limit registers, protection associated with address translation, and
atomic instructions.
Supercomputers
Second generation supercomputers were substantially faster than most contemporary mainframes. Some of the technologies developed in order to achieve the desired performance are now used in commodity computers.
Third generation
The mass increase in the use of computers accelerated with ''Third Generation'' computers starting around 1966 in the commercial market. These generally relied on early (sub-1000 transistor)
integrated circuit
An integrated circuit (IC), also known as a microchip or simply chip, is a set of electronic circuits, consisting of various electronic components (such as transistors, resistors, and capacitors) and their interconnections. These components a ...
technology. The third generation ends with the
microprocessor
A microprocessor is a computer processor (computing), processor for which the data processing logic and control is included on a single integrated circuit (IC), or a small number of ICs. The microprocessor contains the arithmetic, logic, a ...
-based fourth generation.
In 1958,
Jack Kilby at
Texas Instruments invented the
hybrid integrated circuit (hybrid IC),
which had external wire connections, making it difficult to mass-produce.
In 1959,
Robert Noyce at
Fairchild Semiconductor invented the
monolithic integrated circuit (IC) chip.
It was made of
silicon, whereas Kilby's chip was made of
germanium
Germanium is a chemical element; it has Symbol (chemistry), symbol Ge and atomic number 32. It is lustrous, hard-brittle, grayish-white and similar in appearance to silicon. It is a metalloid or a nonmetal in the carbon group that is chemically ...
. The basis for Noyce's monolithic IC was Fairchild's
planar process, which allowed integrated circuits to be laid out using the same principles as those of
printed circuits. The planar process was developed by Noyce's colleague
Jean Hoerni in early 1959, based on the silicon
surface passivation
A surface, as the term is most generally used, is the outermost or uppermost layer of a physical object or space. It is the portion or region of the object that can first be perceived by an observer using the senses of sight and touch, and is ...
and
thermal oxidation processes developed by
Carl Frosch and Lincoln Derrick in 1955 and 1957.
Computers using IC chips began to appear in the early 1960s. For example, the 1961 Semiconductor Network Computer (Molecular Electronic Computer, Mol-E-Com), the first monolithic
integrated circuit
An integrated circuit (IC), also known as a microchip or simply chip, is a set of electronic circuits, consisting of various electronic components (such as transistors, resistors, and capacitors) and their interconnections. These components a ...
general purpose computer (built for demonstration purposes, programmed to simulate a desk calculator) was built by
Texas Instruments for the
US Air Force
The United States Air Force (USAF) is the Air force, air service branch of the United States Department of Defense. It is one of the six United States Armed Forces and one of the eight uniformed services of the United States. Tracing its ori ...
.
Some of their early uses were in
embedded systems, notably used by
NASA
The National Aeronautics and Space Administration (NASA ) is an independent agencies of the United States government, independent agency of the federal government of the United States, US federal government responsible for the United States ...
for the
Apollo Guidance Computer, by the military in the
LGM-30 Minuteman intercontinental ballistic missile
An intercontinental ballistic missile (ICBM) is a ballistic missile with a range (aeronautics), range greater than , primarily designed for nuclear weapons delivery (delivering one or more Thermonuclear weapon, thermonuclear warheads). Conven ...
, the Honeywell ALERT airborne computer, and in the
Central Air Data Computer used for flight control in the
US Navy
The United States Navy (USN) is the naval warfare, maritime military branch, service branch of the United States Department of Defense. It is the world's most powerful navy with the largest Displacement (ship), displacement, at 4.5 millio ...
's
F-14A Tomcat fighter jet.
An early commercial use was the 1965
SDS 92. IBM first used ICs in computers for the logic of the System/360 Model 85 shipped in 1969 and then made extensive use of ICs in its
System/370 which began shipment in 1971.
The integrated circuit enabled the development of much smaller computers. The
minicomputer was a significant innovation in the 1960s and 1970s. It brought computing power to more people, not only through more convenient physical size but also through broadening the computer vendor field.
Digital Equipment Corporation
Digital Equipment Corporation (DEC ), using the trademark Digital, was a major American company in the computer industry from the 1960s to the 1990s. The company was co-founded by Ken Olsen and Harlan Anderson in 1957. Olsen was president until ...
became the number two computer company behind IBM with their popular
PDP and
VAX computer systems. Smaller, affordable hardware also brought about the development of important new
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 ...
s such as
Unix
Unix (, ; trademarked as UNIX) is a family of multitasking, multi-user computer operating systems that derive from the original AT&T Unix, whose development started in 1969 at the Bell Labs research center by Ken Thompson, Dennis Ritchie, a ...
.

In November 1966,
Hewlett-Packard
The Hewlett-Packard Company, commonly shortened to Hewlett-Packard ( ) or HP, was an American multinational information technology company. It was founded by Bill Hewlett and David Packard in 1939 in a one-car garage in Palo Alto, California ...
introduced the
2116A minicomputer, one of the first commercial 16-bit computers. It used CTμL (Complementary Transistor MicroLogic) in integrated circuits from
Fairchild Semiconductor. Hewlett-Packard followed this with similar 16-bit computers, such as the 2115A in 1967, the 2114A in 1968, and others.
In 1969,
Data General
Data General Corporation was an early minicomputer firm formed in 1968. Three of the four founders were former employees of Digital Equipment Corporation (DEC).
Their first product, 1969's Data General Nova, was a 16-bit minicomputer intended to ...
introduced the
Nova and shipped a total of 50,000 at $8,000 each. The popularity of 16-bit computers, such as the Hewlett-Packard 21xx series and the Data General Nova, led the way toward
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 ...
lengths that were multiples of the
8-bit byte
The byte is a unit of digital information that most commonly consists of eight bits. Historically, the byte was the number of bits used to encode a single character of text in a computer and for this reason it is the smallest addressable un ...
. The Nova was first to employ
medium-scale integration (MSI) circuits from Fairchild Semiconductor, with subsequent models using large-scale integrated (LSI) circuits. Also notable was that the entire
central processor was contained on one 15-inch
printed circuit board
A printed circuit board (PCB), also called printed wiring board (PWB), is a Lamination, laminated sandwich structure of electrical conduction, conductive and Insulator (electricity), insulating layers, each with a pattern of traces, planes ...
.
Large mainframe computers used ICs to increase storage and processing abilities. The 1965
IBM System/360 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 ...
family are sometimes called third-generation computers; however, their logic consisted primarily of
SLT hybrid circuits, which contained discrete transistors and diodes interconnected on a substrate with printed wires and printed passive components; the S/360 M85 and M91 did use ICs for some of their circuits. IBM's 1971
System/370 used ICs for their logic, and later models used
semiconductor memory
Semiconductor memory is a digital electronic semiconductor device used for digital data storage, such as computer memory. It typically refers to devices in which data is stored within metal–oxide–semiconductor (MOS) memory cells on a si ...
.
By 1971, the
ILLIAC IV supercomputer was the fastest computer in the world, using about a quarter-million small-scale
ECL logic gate integrated circuits to make up sixty-four parallel data processors.
Third-generation computers were offered well into the 1990s; for example the IBM ES9000 9X2 announced April 1994 used 5,960 ECL chips to make a 10-way processor. Other third-generation computers offered in the 1990s included the
DEC VAX 9000 (1989), built from ECL gate arrays and custom chips, and the
Cray T90 (1995).
Fourth generation
Third-generation
minicomputers were essentially scaled-down versions of
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 ...
s, designed to perform similar tasks but on a smaller and more accessible scale. In contrast, the fourth generation's origins are fundamentally different, as it is based on the
microprocessor
A microprocessor is a computer processor (computing), processor for which the data processing logic and control is included on a single integrated circuit (IC), or a small number of ICs. The microprocessor contains the arithmetic, logic, a ...
—a computer processor integrated onto a single
large-scale integration
An integrated circuit (IC), also known as a microchip or simply chip, is a set of electronic circuits, consisting of various electronic components (such as transistors, resistors, and capacitors) and their interconnections. These components a ...
(LSI)
MOS integrated circuit chip.
Microprocessor-based computers were originally very limited in their computational ability and speed and were in no way an attempt to downsize the minicomputer. They were addressing an entirely different market.
Processing power and storage capacities have grown beyond all recognition since the 1970s, but the underlying technology has remained basically the same of large-scale integration (LSI) or
very-large-scale integration (VLSI) microchips, so it is widely regarded that most of today's computers still belong to the fourth generation.
Microprocessors
The microprocessor has origins in the
MOS integrated circuit (MOS IC) chip.
The MOS IC was
fabricated by Fred Heiman and Steven Hofstein at
RCA in 1962.
Due to rapid
MOSFET scaling, MOS IC chips rapidly increased in complexity at a rate predicted by
Moore's law, leading to
large-scale integration
An integrated circuit (IC), also known as a microchip or simply chip, is a set of electronic circuits, consisting of various electronic components (such as transistors, resistors, and capacitors) and their interconnections. These components a ...
(LSI) with hundreds of transistors on a single MOS chip by the late 1960s. The application of MOS LSI chips to
computing
Computing is any goal-oriented activity requiring, benefiting from, or creating computer, computing machinery. It includes the study and experimentation of algorithmic processes, and the development of both computer hardware, hardware and softw ...
was the basis for the first microprocessors, as engineers began recognizing that a complete
computer processor
Cryptominer, In computing and computer science, a processor or processing unit is an electrical component (circuit (computer science), digital circuit) that performs operations on an external data source, usually Memory (computing), memory or som ...
could be contained on a single MOS LSI chip.
The earliest multi-chip microprocessors were the
Four-Phase Systems AL1 in 1969 and
Garrett AiResearch MP944 in 1970, each using several MOS LSI chips.
On November 15, 1971,
Intel
Intel Corporation is an American multinational corporation and technology company headquartered in Santa Clara, California, and Delaware General Corporation Law, incorporated in Delaware. Intel designs, manufactures, and sells computer compo ...
released the world's first single-chip microprocessor, the
4004, on a single MOS LSI chip. Its development was led by
Federico Faggin, using
silicon-gate MOS technology, along with
Ted Hoff,
Stanley Mazor and
Masatoshi Shima.
It was developed for a Japanese calculator company called
Busicom as an alternative to hardwired circuitry, but computers were developed around it, with much of their processing abilities provided by one small microprocessor chip. The
dynamic RAM (DRAM) chip was based on the MOS DRAM
memory cell developed by
Robert Dennard of IBM, offering kilobits of memory on one chip. Intel coupled the RAM chip with the microprocessor, allowing fourth generation computers to be smaller and faster than prior computers. The 4004 was only capable of 60,000 instructions per second, but its successors brought ever-growing speed and power to computers, including the Intel 8008, 8080 (used in many computers using the
CP/M 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 ...
), and the 8086/8088 family. (The IBM personal computer (PC) and compatibles use processors that are still backward-compatible with the 8086.) Other producers also made microprocessors which were widely used in microcomputers.
The following table shows a timeline of significant microprocessor development.
Supercomputers

The powerful
supercomputer
A supercomputer is a type of computer with a high level of performance as compared to a general-purpose computer. The performance of a supercomputer is commonly measured in floating-point operations per second (FLOPS) instead of million instruc ...
s of the era were at the other end of the computing spectrum from the
microcomputers, and they also used integrated circuit technology. In 1976, the
Cray-1 was developed by
Seymour Cray, who had left Control Data in 1972 to form his own company. This machine was the first supercomputer to make
vector processing
In computing, a vector processor or array processor is a central processing unit (CPU) that implements an instruction set where its Instruction (computer science), instructions are designed to operate efficiently and effectively on large Array d ...
practical. It had a characteristic horseshoe shape to speed processing by shortening circuit paths. Vector processing uses one instruction to perform the same operation on many arguments; it has been a fundamental supercomputer processing method ever since. The Cray-1 could calculate 150 million floating-point operations per second (150
megaflops). 85 were shipped at a price of $5 million each. The Cray-1 had a
CPU that was mostly constructed of
SSI and
MSI ECL ICs.
Mainframes and minicomputers

Computers were generally large, costly systems owned by large institutions before the introduction of the
microprocessor
A microprocessor is a computer processor (computing), processor for which the data processing logic and control is included on a single integrated circuit (IC), or a small number of ICs. The microprocessor contains the arithmetic, logic, a ...
in the early 1970s—corporations, universities, government agencies, and the like. Users were experienced specialists who did not usually interact with the machine itself, but instead prepared tasks for the computer on off-line equipment, such as
card punches. A number of assignments for the computer would be gathered up and processed in
batch mode. After the jobs had completed, users could collect the output printouts and punched cards. In some organizations, it could take hours or days between submitting a job to the computing center and receiving the output.
A more interactive form of computer use developed commercially by the middle 1960s. In a
time-sharing
In computing, time-sharing is the Concurrency (computer science), concurrent sharing of a computing resource among many tasks or users by giving each Process (computing), task or User (computing), user a small slice of CPU time, processing time. ...
system, multiple
teleprinter and display terminals let many people share the use of one
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 ...
processor, with the operating system assigning
time slices to each user's jobs. This was common in business applications and in science and engineering.
A different model of computer use was foreshadowed by the way in which early, pre-commercial, experimental computers were used, where one user had exclusive use of a processor. Some of the first computers that might be called "personal" were early
minicomputers such as the
LINC and
PDP-8, and later on
VAX and larger minicomputers from
Digital Equipment Corporation
Digital Equipment Corporation (DEC ), using the trademark Digital, was a major American company in the computer industry from the 1960s to the 1990s. The company was co-founded by Ken Olsen and Harlan Anderson in 1957. Olsen was president until ...
(DEC),
Data General
Data General Corporation was an early minicomputer firm formed in 1968. Three of the four founders were former employees of Digital Equipment Corporation (DEC).
Their first product, 1969's Data General Nova, was a 16-bit minicomputer intended to ...
,
Prime Computer
Prime Computer, Inc. was a Natick, Massachusetts-based producer of minicomputers from 1972 until 1992. With the advent of Personal computer, PCs and the decline of the minicomputer industry, Prime was forced out of the market in the early 1990s, ...
, and others. They originated as peripheral processors for mainframe computers, taking on some routine tasks and freeing the processor for computation.
By today's standards, they were physically large (about the size of a refrigerator) and costly (typically tens of thousands of
US dollars), and thus were rarely purchased by individuals. However, they were much smaller, less expensive, and generally simpler to operate than the mainframe computers of the time, and thus affordable by individual laboratories and research projects. Minicomputers largely freed these organizations from the
batch processing and bureaucracy of a commercial or university computing center.
In addition, minicomputers were more interactive than mainframes, and soon had their own
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 ...
s. The minicomputer
Xerox Alto (1973) was a landmark step in the development of personal computers, because of its
graphical user interface
A graphical user interface, or GUI, is a form of user interface that allows user (computing), users to human–computer interaction, interact with electronic devices through Graphics, graphical icon (computing), icons and visual indicators such ...
,
bit-mapped high-resolution screen, large internal and external memory storage,
mouse
A mouse (: mice) is a small rodent. Characteristically, mice are known to have a pointed snout, small rounded ears, a body-length scaly tail, and a high breeding rate. The best known mouse species is the common house mouse (''Mus musculus'' ...
, and special software.
Microcomputers
Microprocessor and cost reduction
In the
minicomputer ancestors of the modern personal computer, processing was carried out by circuits with large numbers of components arranged on multiple large
printed circuit board
A printed circuit board (PCB), also called printed wiring board (PWB), is a Lamination, laminated sandwich structure of electrical conduction, conductive and Insulator (electricity), insulating layers, each with a pattern of traces, planes ...
s. Minicomputers were consequently physically large and expensive to produce compared with later microprocessor systems. After the "computer-on-a-chip" was commercialized, the cost to produce a computer system dropped dramatically. The arithmetic, logic, and control functions that previously occupied several costly
circuit boards were now available in one
integrated circuit
An integrated circuit (IC), also known as a microchip or simply chip, is a set of electronic circuits, consisting of various electronic components (such as transistors, resistors, and capacitors) and their interconnections. These components a ...
which was very expensive to design but cheap to produce in large quantities. Concurrently, advances in developing
solid state memory
Memory is the faculty of the mind by which data or information is encoded, stored, and retrieved when needed. It is the retention of information over time for the purpose of influencing future action. If past events could not be remembe ...
eliminated the bulky, costly, and power-hungry
magnetic-core memory used in prior generations of computers.
Micral N

In France, the company R2E (Réalisations et Etudes Electroniques) formed by five former engineers of the
Intertechnique company,
André Truong Trong Thi and
François Gernelle introduced in February 1973 a microcomputer, the
Micral N based on the
Intel 8008.
Originally, the computer had been designed by Gernelle, Lacombe, Beckmann and Benchitrite for the
Institut National de la Recherche Agronomique to automate hygrometric measurements. The Micral N cost a fifth of the price of a
PDP-8, about 8500FF ($1300).
The clock of the Intel 8008 was set at 500 kHz, the memory was 16 kilobytes.
A bus, called Pluribus was introduced and allowed connection of up to 14 boards.
Different boards for digital I/O, analog I/O, memory, floppy disk were available from R2E.
Altair 8800 and IMSAI 8080
The development of the single-chip
microprocessor
A microprocessor is a computer processor (computing), processor for which the data processing logic and control is included on a single integrated circuit (IC), or a small number of ICs. The microprocessor contains the arithmetic, logic, a ...
was an enormous catalyst to the popularization of cheap, easy to use, and truly personal computers. The
Altair 8800, introduced in a ''
Popular Electronics'' magazine article in the January 1975 issue, at the time set a new low price point for a computer, bringing computer ownership to an admittedly select market in the 1970s. This was followed by the
IMSAI 8080 computer, with similar abilities and limitations. The Altair and IMSAI were essentially scaled-down minicomputers and were incomplete: to connect a keyboard or
teleprinter to them required heavy, expensive "peripherals". These machines both featured a front panel with switches and lights, which communicated with the operator in
binary. To program the machine after switching it on the
bootstrap loader program had to be entered, without error, in binary, then a paper tape containing a
BASIC interpreter
A BASIC interpreter is an Interpreter (computing), interpreter that enables users to enter and run programs in the BASIC programming language, language and was, for the first part of the microcomputer era, the default Application software, applica ...
loaded from a paper-tape reader. Keying the loader required setting a bank of eight switches up or down and pressing the "load" button, once for each byte of the program, which was typically hundreds of bytes long. The computer could run BASIC programs once the interpreter had been loaded.

The
MITS Altair, the first commercially successful microprocessor kit, was featured on the cover of ''
Popular Electronics'' magazine in January 1975. It was the world's first mass-produced personal computer kit, as well as the first computer to use an
Intel 8080 processor. It was a commercial success with 10,000 Altairs being shipped. The Altair also inspired the software development efforts of
Paul Allen and his high school friend
Bill Gates
William Henry Gates III (born October 28, 1955) is an American businessman and philanthropist. A pioneer of the microcomputer revolution of the 1970s and 1980s, he co-founded the software company Microsoft in 1975 with his childhood friend ...
who developed a BASIC
interpreter for the Altair, and then formed
Microsoft
Microsoft Corporation is an American multinational corporation and technology company, technology conglomerate headquartered in Redmond, Washington. Founded in 1975, the company became influential in the History of personal computers#The ear ...
.
The MITS Altair 8800 effectively created a new industry of microcomputers and computer kits, with many others following, such as a wave of small business computers in the late 1970s based on the Intel 8080,
Zilog Z80
The Zilog Z80 is an 8-bit computing, 8-bit microprocessor designed by Zilog that played an important role in the evolution of early personal computing. Launched in 1976, it was designed to be Backward compatibility, software-compatible with the ...
and
Intel 8085 microprocessor chips. Most ran the
CP/M-80 operating system developed by
Gary Kildall
Gary Arlen Kildall (; May 19, 1942 – July 11, 1994) was an American computer scientist and microcomputer entrepreneur. During the 1970s, Kildall created the CP/M operating system among other operating systems and programming tools, and s ...
at
Digital Research
Digital Research, Inc. (DR or DRI) was a privately held American software company created by Gary Kildall to market and develop his CP/M operating system and related 8-bit, 16-bit and 32-bit systems like MP/M, Concurrent DOS, FlexOS, Multiuser ...
. CP/M-80 was the first popular microcomputer operating system to be used by many different hardware vendors, and many software packages were written for it, such as
WordStar and
dBase
dBase (also stylized dBASE) was one of the first database management systems for microcomputers and the most successful in its day. The dBase system included the core database engine, a query system, a Form (programming), forms engine, and a pr ...
II.
Many hobbyists during the mid-1970s designed their own systems, with various degrees of success, and sometimes banded together to ease the job. Out of these house meetings, the
Homebrew Computer Club
The Homebrew Computer Club was an early computer hobbyist group in Menlo Park, California, which met from March 1975 to December 1986. The club had an influential role in the development of the microcomputer revolution and the rise of that aspec ...
developed, where hobbyists met to talk about what they had done, exchange schematics and software, and demonstrate their systems. Many people built or assembled their own computers as per published designs. For example, many thousands of people built the
Galaksija home computer later in the early 1980s.
The Altair was influential. It came before
Apple Computer, as well as
Microsoft
Microsoft Corporation is an American multinational corporation and technology company, technology conglomerate headquartered in Redmond, Washington. Founded in 1975, the company became influential in the History of personal computers#The ear ...
which produced and sold the
Altair BASIC programming language interpreter, Microsoft's first product. The second generation of
microcomputers, those that appeared in the late 1970s, sparked by the unexpected demand for the kit computers at the electronic hobbyist clubs, were usually known as
home computer
Home computers were a class of microcomputers that entered the market in 1977 and became common during the 1980s. They were marketed to consumers as affordable and accessible computers that, for the first time, were intended for the use of a s ...
s. For business use these systems were less capable and in some ways less versatile than the large business computers of the day. They were designed for fun and educational purposes, not so much for practical use. And although you could use some simple office/productivity applications on them, they were generally used by computer enthusiasts for learning to
program and for running computer games, for which the personal computers of the period were less suitable and much too expensive. For the more technical hobbyists home computers were also used for electronically interfacing to external devices, such as controlling
model railroads, and other general hobbyist pursuits.
Microcomputer emerges
The advent of the microprocessor and solid-state memory made home computing affordable. Early hobby microcomputer systems such as the
Altair 8800 and
Apple I introduced around 1975 marked the release of low-cost 8-bit processor chips, which had sufficient computing power to be of interest to hobby and experimental users. By 1977 pre-assembled systems such as the
Apple II
Apple II ("apple Roman numerals, two", stylized as Apple ][) is a series of microcomputers manufactured by Apple Computer, Inc. from 1977 to 1993. The Apple II (original), original Apple II model, which gave the series its name, was designed ...
, Commodore PET, and TRS-80 (later dubbed the "1977 Trinity" by ''Byte'' Magazine)
began the era of mass-market
home computer
Home computers were a class of microcomputers that entered the market in 1977 and became common during the 1980s. They were marketed to consumers as affordable and accessible computers that, for the first time, were intended for the use of a s ...
s; much less effort was required to obtain an operating computer, and applications such as games, word processing, and spreadsheets began to proliferate. Distinct from computers used in homes, small business systems were typically based on
CP/M, until IBM introduced the
IBM PC
The IBM Personal Computer (model 5150, commonly known as the IBM PC) is the first microcomputer released in the List of IBM Personal Computer models, IBM PC model line and the basis for the IBM PC compatible ''de facto'' standard. Released on ...
, which was quickly adopted. The PC was heavily
cloned, leading to mass production and consequent cost reduction throughout the 1980s. This expanded the PC's presence in homes, replacing the home computer category during the 1990s and
leading to the current monoculture
In agriculture, monoculture is the practice of growing one crop species in a field at a time. Monocultures increase ease and efficiency in planting, managing, and harvesting crops short-term, often with the help of machinery. However, monocultur ...
of architecturally identical personal computers.
Timeline of computer systems and important hardware
See also
*
History of computing hardware
The history of computing hardware spans the developments from early devices used for simple calculations to today's complex computers, encompassing advancements in both analog and digital technology.
The first aids to computation were purely mec ...
, before the 1960s
*
Influence of the IBM PC on the personal computer market
*
Timeline of computing
*
History of Computer Software
*
CPU design, a technical discussion of computing history
*
History of operating systems
*
History of the Internet
The history of the Internet originated in the efforts of scientists and engineers to build and interconnect computer networks. The Internet protocol suite, Internet Protocol Suite, the set of rules used to communicate between networks and devi ...
*
History of the graphical user interface
*
Timeline of programming languages
*
Hardware description language
In computer engineering, a hardware description language (HDL) is a specialized computer language used to describe the structure and behavior of electronic circuits, usually to design application-specific integrated circuits (ASICs) and to progra ...
*
Hardware abstraction layer
*
Computer architecture, how computers are designed
*
List of fictional computers
*
Fifth generation computer
*
Quantum computing
A quantum computer is a computer that exploits quantum mechanical phenomena. On small scales, physical matter exhibits properties of wave-particle duality, both particles and waves, and quantum computing takes advantage of this behavior using s ...
*
Curta calculator
*
List of pioneers in computer science
* ''
Pirates of Silicon Valley'',
docudrama
Docudrama (or documentary drama) is a genre of television show, television and feature film, film, which features Drama (film and television), dramatized Historical reenactment, re-enactments of actual events. It is described as a hybrid of docu ...
about
Apple Inc. and
Microsoft
Microsoft Corporation is an American multinational corporation and technology company, technology conglomerate headquartered in Redmond, Washington. Founded in 1975, the company became influential in the History of personal computers#The ear ...
's early days
* ''
Triumph of the Nerds''
*
Ubiquitous computing
*
Internet of things
Internet of things (IoT) describes devices with sensors, processing ability, software and other technologies that connect and exchange data with other devices and systems over the Internet or other communication networks. The IoT encompasse ...
*
Fog computing
*
Edge computing
Edge computing is a distributed computing model that brings computation and data storage closer to the sources of data. More broadly, it refers to any design that pushes computation physically closer to a user, so as to reduce the Latency (engineer ...
*
Ambient intelligence
Ambient intelligence (AmI) refers to environments with electronic devices that are aware of and can recognize the presence of human beings and adapt accordingly. This concept encompasses various technologies in consumer electronics, telecommunic ...
*
System on a chip
A system on a chip (SoC) is an integrated circuit that combines most or all key components of a computer or Electronics, electronic system onto a single microchip. Typically, an SoC includes a central processing unit (CPU) with computer memory, ...
*
Network on a chip
Notes
References
*
External links
Stephen White's Computer history site(the above article is a modified version of his work,
used with permission)
''Digital Deli'', edited by Steve Ditlea, full text of the classic computer bookCollection of old analog and digital computersat Old Computer Museum
ZX81 Computer Online MuseumYahoo Computers and History
Computer History MuseumPictures and information on old computersPowerSource Online: New, Used, Refurbished, Hard to Find Parts, Equipment & ServicesHistory of Computers (1989–2004) in PC World excerpts*
ttp://www.pc-history.org PC HistoryStan Veit's classic work on the history of Pre-IBM personal computers.
{{DEFAULTSORT:History of computing hardware (1960s-present)
20th century in computing
21st century in computing
*
History of computing
History of Silicon Valley
ca:Ordinadors digitals de programa emmagatzemat