Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the difference between processor (CPU) and microprocessor? [closed]

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

like image 658
user3035481 Avatar asked Dec 18 '13 05:12

user3035481


People also ask

What is the difference between CPU and microprocessor?

A microprocessor contains all of a CPU's functions and can perform arithmetic and logic operations with registers. However, a microprocessor's functions differ in some ways to a CPU. For example, a microprocessor can add, subtract, compare and fetch numbers within a system from one area to another.

Can CPU be called microprocessor?

A microprocessor is a computer processor where the data processing logic and control is included on a single integrated circuit, or a small number of integrated circuits. The microprocessor contains the arithmetic, logic, and control circuitry required to perform the functions of a computer's central processing unit.

What is the difference between CPU and MPU?

The Microprocessor (MPU) is also known as Micro Processing Unit, it is the central unit of a computer system that performs arithmetic and logic operations. It also incorporates the function of a CPU on an integrated circuit.


1 Answers

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.

like image 64
oakad Avatar answered Jan 16 '23 03:01

oakad