Difference between revisions of "Microprocessor"

From Computer History Wiki
Jump to: navigation, search
(Rare use as "microcode processor")
(More evidence for earlier usage: IBM PALM.)
(One intermediate revision by the same user not shown)
Line 9: Line 9:
 
The first widely sucessful microprocessor was the [[Intel 4004]].
 
The first widely sucessful microprocessor was the [[Intel 4004]].
  
Before IC microprocessors were common, the term "microprocessor" was in rare use as a portmanteau of "microcode processor".  Examples for this type of usage include documentation for [[MAXC]], [[Alto]], and [[NORD-10]].
+
Before IC microprocessors were common, the term "microprocessor" was in rare use as a portmanteau of "microcode processor".  Examples of this type of usage include documentation for [[MAXC]], [[Alto]], [[NORD-10]], and [[IBM]]'s [[PALM]].
  
 
==External links==
 
==External links==

Revision as of 06:27, 23 April 2021

A microprocessor is a CPU which is implemented on a single integrated circuit. A few special-purpose microprocessors have also included main memory and/or ROM in the chip, but generally (even now) this is usually not included - although for performance reasons, there are generally main memory caches on modern microprocessor chips.

Microprocessors have completely changed the ways in which computers are used. When CPUs were large, and built out of many smaller chips, they were large and expensive. This more or less mandated their use in ways such as time-sharing that allowed their costs and overheads to be amortized. Once they became very cheap, constructs such as personal computers, and later tablets, etc, became economically feasible.

The first microprocessors were relatively limited, in architectural terms; IC's of that era were not very large (in terms of the number of transistors they contained, which severely limited the complexity of microprocessors built on them. Contemporary microprocessors have no such limits, and contain tens of millions of transistors, enabling them to use complex techniques such as pipelines, super-scalar, etc.

The use of these advanced techniques, added to the reduction in size (thereby reducing speed-of-light signal delays), allows microprocessors to have greatly increased performance over all earlier computers, including mainframes. Microprocessors have therefore made essentially all other types of computers obsolete.

The first widely sucessful microprocessor was the Intel 4004.

Before IC microprocessors were common, the term "microprocessor" was in rare use as a portmanteau of "microcode processor". Examples of this type of usage include documentation for MAXC, Alto, NORD-10, and IBM's PALM.

External links