Processor Specifications
Processor Specifications
Processor Specifications
No. of Transistors
Buses
CPU Speed
Number of Registers
Cache memories
Processor specifications
• Processor:
A machine that processes something.
• Specifications:
A detailed description of the design and materials
used to make something.
• Processor specifications:
A detailed description of the design of a processor
Number of Transistors
TRANSISTOR
Transistors are the basic building blocks
that regulate the operation of computers,
mobile phones, and all other modern
electronic circuits.
Moore's Law states that the number of transistors on a microchip
doubles about every two years, though the cost of computers is
halved. 1 In 1965, Gordon E. Moore, the co-founder of Intel,
made this observation that became Moore's Law.
(1) February 1999: Intel released the Pentium III processor. Pentium III is a 1 × 1
square silicon with 9.5 million transistors, manufactured using Intel’s 0.25-micron
process technology.
(2) In 2000, Pentium 4 Willamette, the production process is 180nm, the number of
CPU transistors is 42 million.
(3) January 2002: The Intel Pentium 4 processor is launched, and high-
performance desktop computers can achieve 2.2 billion cycles per second. It is
produced using Intel's 0.13-micron process technology and contains 55 million
transistors.
(4) March 12, 2003: The Intel Centrino mobile technology platform was born on
notebook computers, including Intel’s latest mobile processor, the Pentium
M processor. The processor is based on a new mobile-optimized micro-
architecture, produced using Intel ’s 0.13-micron process technology. It contains 77
million transistors.
(5) May 26, 2005: Intel's first mainstream dual-core processor, the Intel Pentium D
processor with 229,999,999 transistors using Intel's leading 90 nm process
technology.
(6) July 27, 2006: The Intel Core 2 dual-core processor was born. The processor
contains more than 290 million transistors, uses Intel's 65-nanometer process
technology. It is produced in several of the world's most advanced laboratories.
(7) January 8, 2007: To expand sales of quad-core PCs to mainstream buyers, Intel
released the Intel Core 2 quad-core processor and two other quad-core server
processors for desktop computers with a processing power of 65 nanometers. The
Intel Core 2 quad-core processor contains more than 580 million transistors.
(8) The Corei7 980X launched in 2010, the production process is 32 nm, and the
number of transistors is 11,699,999,999.
(9) The Corei7 4960X launched in 2013 has a manufacturing process of 22 nm and
a transistor count of 1.86 billion.
The number of transistors does not
necessarily correlate to
more processing power, however, with
more transistors, the processor can
perform increasingly more complicated
instructions than before.
Buses
In general:
A bus is a road vehicle designed to carry many
passengers. It is used for transportation.
A Computer BUS
A bus is a communication system in computer
architecture that transfers data between components
inside a computer, or between computers.
DB (Data Bus),
AB (Address Bus),
CB (Control Bus).
Data Bus
The data bus is 'bi-directional'
Data or instruction codes from memory or input/output
are transferred into the microprocessor.
The result of an operation or computation is sent out
from the microprocessor to the memory or input/output.
Depending on the particular microprocessor, the data bus
can handle 8 bit or 16 bit data.
Address Bus
• The address bus is 'unidirectional', over which the
microprocessor sends an address code to the memory or
input/output.
• The size (width) of the address bus is specified by the
number of bits it can handle.
• The more bits there are in the address bus, the more
memory locations a microprocessor can access.
• A 16 bit address bus is capable of addressing 65,536 (64K)
addresses.
Control Bus