14

what is the difference between "processor (CPU)" and "microprocessor" in the sense of computer architecture? These terms confuse me.

Michael Petrotta
  • 59,888
  • 27
  • 145
  • 179
user3035481
  • 309
  • 2
  • 3
  • 7

1 Answers1

14

The difference is purely historical. In the old days of lore, the CPU used to sit in a separate enclosure, like here:

Processor (CPU) unit of a Vax 11/750

A microprocessor is a particular implementation of processor which happens to fit in a single electronic component (chip) package:

PowerPC 601 microprocessor

Clearly, nowadays all processors are microprocessors, so the distinction is completely blurred.

Community
  • 1
  • 1
oakad
  • 6,945
  • 1
  • 22
  • 31