Skip to main content

Microprocessor History

A microprocessor -- also known as a CPU or central processing unit -- is a complete computation engine that is fabricated on a single chip. The first microprocessor was the Intel 4004, introduced in 1971. The 4004 was not very powerful -- all it could do was add and subtract, and it could only do that 4 bits at a time. But it was amazing that everything was on one chip. Prior to the 4004, engineers built computers either from collections of chips or from discrete components (transistors wired one at a time). The 4004 powered one of the first portable electronic calculators.

The first microprocessor to make it into a home computer was the Intel 8080, a complete 8-bit computer on one chip, introduced in 1974. The first microprocessor to make a real splash in the market was the Intel 8088, introduced in 1979 and incorporated into the IBM PC (which first appeared around 1982). If you are familiar with the PC market and its history, you know that the PC market moved from the 8088 to the 80286 to the 80386 to the 80486 to the Pentium to the Pentium II to the Pentium III to the Pentium 4. All of these microprocessors are made by Intel and all of them are improvements on the basic design of the 8088. The Pentium 4 can execute any piece of code that ran on the original 8088, but it does it about 5,000 times faster!

The following table helps you to understand the differences between the different processors that Intel has introduced over the years.

Information about this table:
  • The date is the year that the processor was first introduced. Many processors are re-introduced at higher clock speeds for many years after the original release date.
  • Transistors is the number of transistors on the chip. You can see that the number of transistors on a single chip has risen steadily over the years.
  • Microns is the width, in microns, of the smallest wire on the chip. For comparison, a human hair is 100 microns thick. As the feature size on the chip goes down, the number of transistors rises.
  • Clock speed is the maximum rate that the chip can be clocked at. Clock speed will make more sense in the next section.
  • Data Width is the width of the ALU. An 8-bit ALU can add/subtract/multiply/etc. two 8-bit numbers, while a 32-bit ALU can manipulate 32-bit numbers. An 8-bit ALU would have to execute four instructions to add two 32-bit numbers, while a 32-bit ALU can do it in one instruction. In many cases, the external data bus is the same width as the ALU, but not always. The 8088 had a 16-bit ALU and an 8-bit bus, while the modern Pentiums fetch data 64 bits at a time for their 32-bit ALUs.
  • MIPS stands for "millions of instructions per second" and is a rough measure of the performance of a CPU. Modern CPUs can do so many different things that MIPS ratings lose a lot of their meaning, but you can get a general sense of the relative power of the CPUs from this column.
From this table you can see that, in general, there is a relationship between clock speed and MIPS. The maximum clock speed is a function of the manufacturing process and delays within the chip. There is also a relationship between the number of transistors and MIPS. For example, the 8088 clocked at 5 MHz but only executed at 0.33 MIPS (about one instruction per 15 clock cycles). Modern processors can often execute at a rate of two instructions per clock cycle.

Comments

Popular posts from this blog

Wired Equivalent Privacy

Wired Equivalent Privacy (WEP) is a security used in IEEE 802.11 wireless networks introduced in year Sep 1999, it was available on Router Configuration In WEP there are 2 Formats Hexadecimal ASCII

Installing A Printer

Go to Control Panel Click Printer Option Click Add a Printer Click Add Local Printer Select Port Select The Printer & click Next Click Next Installation Wizard Appears Now The Printer is Successfully Installed You can see your installed Printer icon in printer wizard in control panel

Intel Microprocessor History

List of the Microprocessors from Intel family from beggining Intel 4004 - 4 bit processors Intel 4040 Intel 8008 - 8 bit processors Intel 8080 Intel 8085 Intel 8048 - Microcontrollers Intel 8051 Intel 80151 Intel 80251 MCS 96 Family 3000 Familytect Intel 8086 - 16 bit Processors Intel 8088 Intel 80186 Intel 80188 Intel 80286 iAPX 432 - 32 bit Processors, non-x86 i960 aka 80960 i860 aka 80860 Xscale 80386DX - 32 bit processors 80386SX 80376 80386SL 80386EX 80486DX 80486SX 80486DX2 80486SL 80486DX4 Original Pentium - P5 micro-architecture Pentium with MMX Technology Pentium Pro - P6 / pentium M micro-architecture Pentium II Celeron (Pentium II-based) Pentium III Pentium II and III Xeon Celeron (Pentium III Coppermine-based) Celeron (Pentium III Tualatin-based) Pentium M Celeron M Intel Core Dual-Core Xeon LV Pentium 4 - NetBurst microarchitecture Xeon Mobile Pentium 4-M Pentium 4 EE Pentium 4E Pentium 4F Itanium - 64-bi...