CPU - Central Processing Unit The CPU or Central Processing Unit is the "brain" of the computer, it is the 'compute' in computer. Without the CPU, you have no computer. Computer CPU's (processors) are composed of thin layers of thousands of transistors. Transistors are tiny, nearly microscopic bits of material that will block electricity when the the electricity is only a weak charge, but will allow the electricity pass through when the electricity is strong enough. The transistors within the CPU transition from being a non-conductor (resist the electricity) to a conductor (they conduct electricity) when the electrical chage is strong enough. The material that CPU transistors are made of loses its resistence to electricity and becomes a conductor when the electricity gets strong enough. The ability of these materials (called semi-conductors) to transition from a non-conducting to a conducting state allows them to take two electrical inputs and produce a different output only when one or both inputs are switched on. A computer CPU is composed of millions (and soon billions) of transistors. Because CPU's are so small, they are often referred to as microprocessors. So, the terms processor, microprocessor and CPU are interchangeable. AMD, IBM, Intel, Motorola, SGI and Sun are just a few of the companies that make most of the CPU's used for various kinds of computers including home desktops, office computers, mainframes and supercomputers.

Modern CPU's are what are called 'integrated chips'. The idea behind an integrated chip is that several types of components are integrated into a single piece of silicon (a single CPU), such as one or more execution cores, arithmetic logic unit (ALU) or 'floating point' processor, registers, instruction memory, cache memory and the input/output controller (bus controller).

Each transistor is a receives a set of inputs and produces output. When one or more of the inputs receive electricity, the combined charge changes the state of the transistor internally and you get a result out the other side. This simple effect of the transistor is what makes it possible for the computer to count and perform logical operations, all of which we call processing.

A modern computer's CPU usually contains an execution core with two or more instruction pipelines, a data and address bus, a dedicated arithmetic logic unit (ALU, also called the math co-processor), and in some cases special high-speed memory for caching program instructions from RAM.

The CPU's in most PC's and servers are general purpose integrated chips composed of several smaller dedicated-purpose components which together create the processing capabilities of the modern computer.

For example, Intel makes a Pentium, while AMD makes the Athlon, and Duron (no memory cache).

CPU Generations

CPU manufacturers engineer new ways to do processing that requires some significant re-engineering of the current chip design. When they create this new design that changes the number of bits the chip can handle, or some other major way in which the chip performs its job, they are creating a new generation of processors. As of the time this tutorial was last updated (2008), there were seven generations of chips, with an eighth on the drawing board.

CPU Components

A lot of components go into building a modern computer processor and just what goes in changes with every generation as engineers and scientists find new, more efficient ways to do old tasks.

  • Execution Core(s)
  • Data Bus
  • Address Bus
  • Math Co-processor
  • Instruction sets / Microcode
  • Multimedia extensions
  • Registers
  • Flags
  • Pipelining
  • Memory Controller
  • Cache Memory (L1, L2 and L3)

Measuring Speed: Bits, Cycles and Execution Cores

CPU Bit Width

The first way of describing a processor is to say how many bits it processes in a single instruction or transports across the processor's internal bus in a single cycle (not exactly correct, but close enough). The number of bits used in the CPU's instructions and registers and how many bits the buses can transfer simultaneously is usually expressed in multiples of 8 bits. It is possible for the registers and the bus to have different sizes. Current chip designs are 64 bit chips (as of 2008).

More bits usually means more processing capability and more speed.

CPU Clock Cycles

The second way of describing a processor is to say how many cycles per second the chip operates at. This is how many times per second a charge of electricity passes through the chip. The more cycles, the faster the processor. Currently, chips operate in the billions of cycles per second range. When you're talking about billions of anything in computer terms, you're talking about 'giga' something. When you're talking about how many cycles per second, your talking about 'hertz'. Putting the two together, you get gigahertz.

More clock cycles usually means more processing capability and more speed.

CPU Execution Cores

The third way of describing a processor is to say how many execution cores are in the chip. The most advanced chips today have eight execution cores. More execution cores means you can get more work done at the same time, but it doesn't necessarily mean a single program will run faster. To put it another way, a processor with one execution core might be able to run your MP3 music, your web browser, a graphics program and that's about where it starts to slow down enough, it's not worth it running more programs. A system with a processor with 8 cores could run all that plus ten more applications without even seeming to slow down (of course, this assumes you have enough RAM to load all of this software at the same time).

More execution cores means more processing capability, but not necessarily more speed.

The most advanced processors available are 64-bit processors with 8 cores, running as fast as 3-4 gigahertz. Intel has released quad-core 64-bit chips as has AMD.

Multi-Processor (Multi-CPU) Computers

And if you're still needing more processing power, some computers are designed to run more than one processor chip at the same time. Many companies that manufacture servers make models that accept two, four, eight, sixteen even thirty two processors in a single chassis. The biggest supercomputers are running hundreds of thousands of quad-core processors in parallel to do major calculations for such applications as thermonuclear weapons simulations, radioactive decay simulations, weather simulations, high energy physics calculations and more.

CPU Speed Measurements

The main measurement quoted by manufacturers as a supposed indication of processing speed, is the clock speed of the chip measured in hertz. The the theory goes that the higher the number of mega or gigahertz, the faster the processor.

However comparing raw speeds is not always a good comparison between chips. Counting how many instructions are processed per second (MIPS, BIPS, TIPS for millions, billions and trillions of instructions per second) is a better measurement. Still others use the number of mathematical calculations per second to rate the speed of a processor.

Of course, what measurement is most important and most helpful to you depends on what you use a computer for. If you primarily do intensive math calculations, measuring the number of calculations per second is most important. If you are measuring how fast the computer runs an application, then instructions per second are most important.

CPU Manufacturers

  • American Micro Devices (AMD)
  • Intel
  • IBM
  • Motorola
  • Cyrix
  • Texas Instruments

AMD and Intel have pretty much dominated the market. AMD and Intel are for IBM compatible machines. Motorola chips are made for MacIntoshes. Cyrix (another IBM compatible chip maker) runs a distant fourth place in terms of number of chips sold.

Today all chip manufacturers produce chips whose input and output are identical, though the internal architecture may be different. This means that though they may not be built the same way, they DO all run the same software.

The CPU is built using logic gates, and contains a small number of programs called 'microcode' built into the chip to perform certain basic processes (like reading data from the bus and writing to a device). Current chips use a 'reduced instruction set' or RISC architectures. Chips can also be measured in terms of instructions processed per second (MIPS).

CPU Symbols, Instructions and Microcode

 

Please donate to support the construction of this, and other tutorials throughout this site.

CPU Timeline

Excuse me if this list release dates for CPU's gets out of date. Processors are developed and released so fast that this page is hard to keep current. All processor names are trademarked by their respective owners.

  • 1971: Intel 4004 processor
  • 1972: Intel 8008 processor
  • 1974: Intel 8080 processor
  • 1976: Intel 8085 processor
  • 1978: Intel 8086 / 8088 processors
  • 1982: Intel 80186 processor
  • 1982: Intel 80286 processor
  • 1982: AMD begins manufacturing IBM processors
  • 1985: Intel 80386 DX processor
  • 1988: Intel 80386 SX processor
  • 1989: Intel 80486 DX processor
  • 1989: Cyrix FasMath 83D87 & 83S8 math co-processors
  • 1990: Intel 80386 SL processor
  • 1991: Intel 80486 SX processors
  • 1991: AMD's Am386 processor
  • 1992: Intel 80486 SL processor
  • 1992: Cyrix 486SLC & Cyrix 486DLC
  • 1993: Intel Pentium processor
  • 1993: AMD Am486 processor
  • 1993: Cyrix 486DRx2 & Cyrix 486SLC
  • 1995: Cyrix 5x86
  • 1995: Intel Pentium Pro processor
  • 1995: AMD-K5 processor
  • 1995: Cyrix 6x86
  • 1996: Cyrix MediaGX processor
  • 1997: Intel Pentium II processor
  • 1997: AMD-K6 processor
  • 1998: Intel Pentium II Xeon Server processor
  • 1998: Intel Pentium Celeron processor
  • 1999: Intel Pentium III processor
  • 1999: Intel Pentium Celeron Mobile processor
  • 1999: Intel Pentium III Xeon processor
  • 1999: AMD Athlon
  • 1999: Cyrix M3
  • 2000: Intel Pentium 4 processor
  • 2001: Intel Xeon processor
  • 2001: Intel Itanium processor
  • 2001: AMD Athlon MP
  • 2002: Intel Itanium 2 processor
  • 2002: AMD Athlon XP
  • 2003: Intel Pentium M (Mobile) processor
  • 2003: Intel Pentium 4 processor with Hyper-Threading
  • 2003: AMD Opteron Server Processor
  • 2003: AMD Athlon 64 Processor
  • 2004: AMD Dual Core x86 based processor
  • 2004: Intel Pentium Celeron D processor
  • 2005: Intel Dual Core Xeon processor
  • 2005: AMD Turion 64 Mobile
  • 2005: AMD Athlon 64 x2 (Dual Core)
  • 2006: Intel Core Duo processor
  • 2006: Intel Core Solo ULV processor
  • 2006: Intel Dual Core Itanium 2 processor
  • 2006: Intel Quad-Core Xeon processor
  • 2006: Intel Core 2 Duo processor
  • 2006: Intel Pentiom Core 2 Extreme processor
  • 2006: Intel Pentiom Core Solo processor
  • 2007: Intel Core 2 Quad processor
  • 2008: Intel Core2 Extreme
  • 2008: Intel Atom
  • 2009: AMD Quad-Core Opteron processor
  • 2009: AMD Athlon Neo mobile processor
  • 2009: AMD Six-Core Opteron processor
  • 2009: Intel Core i7
  • 2009: Intel Core i5
  • 2009: AMD Phenom II X4
  • 2010: Intel Core i3
  • 2010: AMD Phenom II X6
  • 2010: AMD Opteron 4000 series
  • 2010: AMD Opteron 6000 series (8 core and 12 core processors)
  • 2010: AMD Opteron 6100 series (8 core and 12 core processors)
  • 2011: AMD Fusion series (CPU and GPU on a single die)
  • 2011: Intel 2nd Generation Core i3
  • 2011: Intel 2nd Generation Core i5
  • 2011: Intel 2nd Generation Core i7
  • 2012: Intel 3rd Generation Core i3
  • 2012: Intel 3rd Generation Core i5
  • 2012: Intel 3rd Generation Core i7

More CPU Tutorials

All CPU tutorials  | CPU Components Diagram (image)CPU instruction setsCPU InstructionsCPU SymbolsCPU microcodeCPU processing speedsCPU Manufacturers List


Bookmark this page and SHARE:  

Search

Support InetDaemon.Com

Get Tutorials in your INBOX!

Free Training

Free Training