Group 2
Group 2
Later Generation.
About third-generation computers
• Moore observed that the number of transistors that could be put on a single chip was doubling every year and
correctly predicted that this pace would continue into the near future.
• 1. The cost of a chip has remained virtually unchanged during this period of rapid growth in density. This means
that the cost of computer logic and memory circuitry has fallen at a dramatic rate.
• 2. Because logic and memory elements are placed closer together on more densely packed chips, the electrical
path length is shortened, increasing operating speed.
• 3. The computer becomes smaller, making it more convenient to place in a variety of environments.
• 5. The interconnections on the integrated circuit are much more reliable than solder connections. With more
circuitry on each chip, there are fewer interchip connections.
• IBM SYSTEM/360 By 1964, IBM had a firm grip on the computer market with its 7000 series of
machines. In that year, IBM announced the System/360, a new family of computer products.
Although the announcement itself was no surprise, it contained some unpleasant news for
current IBM customers: the 360 product line was incompatible with older IBM machines. Thus,
the transition to the 360 would be difficult for the current customer base.
• This was a bold step by IBM, but one IBM felt was necessary to break out of some of the
constraints of the 7000 architecture and to produce a system capable of evolving with the new
integrated circuit technology [PADE81, GIFF87].
• The System/360 was the industry’s first planned family of computers. The family covered a wide
range of performance and cost. Indicates some of the key characteristics of the various models in
1965.
• The concept of a family of compatible computers was both novel and extremely successful. A
customer with modest requirements and a budget to match could start with the relatively
inexpensive Model 30.
• Similar or identical instruction set: In many cases, the exact same set of machine instructions is
supported on all members of the family. Thus, a program that executes on one machine will also
execute on any other. In some cases, the lower end of the family has an instruction set that is a
subset of that of the top end of the family. This means that programs can move up but not down.
• Similar or identical operating system: The same basic operating system is available for all family
members. In some cases, additional features are added to the higher-end members.
• Increasing speed: The rate of instruction execution increases in going from lower to higher
family members.
• Increasing number of I/O ports: The number of I/O ports increases in going from lower to higher
family members.
• Increasing memory size: The size of main memory increases in going from lower to higher
family members.
• Increasing cost: At a given point in time, the cost of a system increases in going from lower to
higher family members.
• DEC PDP-8 In the same year that IBM shipped its first System/360,
another momentous first shipment occurred: PDP-8 from Digital
Equipment Corporation (DEC). At a time when the average computer
required an airconditioned room, the PDP-8 was small enough that it
could be placed on top of a lab bench or be built into other equipment.
• The low cost and small size of the PDP-8 enabled another manufacturer
to purchase a PDP-8 and integrate it into a total system for resale. These
other manufacturers came to be known as original equipment
manufacturers (OEMs), and the OEM market became and remains a
major segment of the computer marketplace.
• The PDP-8 was an immediate hit and made DEC’s fortune. This machine
and other members of the PDP-8 family that followed it achieved a
production status formerly reserved for IBM computers, with about
50,000 machines sold over the next dozen years. As DEC’s official history
puts it, the PDP-8 “established the concept of minicomputers, leading the
way to a multibillion dollar industry.” It also established DEC as the number
one minicomputer vendor, and, by the time the PDP-8 had reached the end
of its useful life, DEC was the number two computer manufacturer, behind
IBM.
• Beyond the third generation there is less general agreement on defining generations of
computers. There have been a number of later generations, based on advances in integrated
circuit technology.
• With the introduction of large-scale integration (LSI), more than 1000 components can be placed
on a single integrated circuit chip. Very-large-scale integration (VLSI) achieved more than 10,000
components per chip, while current ultra-large-scale integration (ULSI) chips can contain more
than one billion components
• With the rapid pace of technology, the high rate of introduction of new products, and the
importance of software and communications as well as hardware, the classification by generation
becomes less clear and less meaningful.
• The simple act of reading a core erased the data stored in it. It was therefore
necessary to install circuits to restore the data as soon as it had been extracted.
• This has led the way to smaller, faster machines with memory sizes of larger and
more expensive machines from just a few years earlier.
• Since 1970, semiconductor memory has been through 13 generations: 1K, 4K, 16K,
64K, 256K, 1M, 4M, 16M, 64M, 256M, 1G, 4G, and, as of this writing, 16 Gbits on a
single chip (1K = 210, 1M = 220, 1G = 230). Each generation has provided four times the
storage density of the previous generation, accompanied by declining cost per bit
and declining access time.
• MICROPROCESSORS Just as the density of elements on memory
chips has continued to rise, so has the density of elements on
processor chips, so that fewer and fewer chips were needed to
construct a single computer processor.
• The 4004 can add two 4-bit numbers and can multiply only by
repeated addition. By today’s standards, the 4004 is hopelessly
primitive, but it marked the beginning of a continuing evolution of
microprocessor capability and power.
• This evolution can be seen most easily in the number of bits that the processor deals with at a
time. There is no clear-cut measure of this, but perhaps the best measure is the data bus width:
the number of bits of data that can be brought into or sent out of the processor at a time.
• The next major step in the evolution of the microprocessor was the introduction in 1972 of the
Intel 8008. This was the first 8-bit microprocessor and was almost twice as complex as the
4004
• Whereas the 4004 and the 8008 had been designed for specific applications, the 8080 was
designed to be the CPU of a general-purpose microcomputer.
• However, it was not until the end of the 1970s that powerful, general-purpose 16-bit
microprocessors appeared.