What is a Microprocessor?

In this course, we will study What is a microprocessor, the generations of a microprocessor, the features of a microprocessor, and what are the basic terms used in a microprocessor. So let us start.

What is a Microprocessor?

A Microprocessor is a computer architecture that plays the main role, without the microprocessor, we are not able to perform any action on your computer system. It is a programmable device that takes input, performs some arithmetic and logical operations on it, and produces the desired output. In simple words, a Microprocessor is a digital device on a chip that can fetch instructions from memory, decode and execute them and give results.

What is a Microprocessor

Basics of Microprocessor

In a Microprocessor, we take a bunch of instructions that are in machine language and execute them, which tells the processor what actions it has to do. There are three basic things that the microprocessor performs while executing the instruction:

  1. Some basic operations like addition, subtraction, multiplication, division, and some logical operations using its Arithmetic and Logical Unit (ALU) are performed. The new generation of Microprocessors also performs operations on floating-point numbers also.
  2. Data can move from one place to another in a microprocessor
  3. It consists of a Program Counter (PC) register that stores the address of the next instruction based on the value of the PC, the microprocessor jumps from one location to another and decides.

What are the generations of a microprocessor?

We can classify microprocessors according to generations or according to the size of the microprocessor:

First Generation (4 – bit μ)

The first generation of microprocessors was introduced by Intel Corporation in the year 1971-1972. The first generation of microprocessors was named Intel 4004 since it was a 4-bit processor.

It was a processor on a single chip. It was able to perform simple arithmetic and logical operations such as addition, subtraction, Boolean OR, and Boolean AND.

It was composed of a control unit that was capable of performing control functions like fetching an instruction from storage memory, decoding it, and then generating control pulses to execute it.

Second Generation (8 – bit μ)

The second-generation microprocessors were introduced back in 1973 again by Intel. It was the first 8-bit microprocessor that could perform arithmetic and logic operations on 8-bit words. Its name was Intel 8008, and there was another improved version named Intel 8088.

Third Generation (16 – bit μ)

The third generation microprocessors were introduced back in 1978 and were represented by Intel’s 8086, Zilog Z800, and 80286, which were 16-bit processors and have a performance like minicomputers.

Fourth Generation (32 – bit μ)

There were many different companies that introduced 32-bit microprocessors, but the most popular one among them is the Intel 80386.

Fifth Generation (64 – bit μ)

We are in the fifth generation since 1995. After 80856, Intel came out with a new processor named the Pentium processor which was followed by the Pentium Pro CPU, allowing multiple CPUs to run in a single system which helps to achieve multiprocessing.
There are many other improved 64-bit processors such as Celeron, Dual, Quad, Octa-Core processors

What are the features of a microprocessor?

Low Cost

Due to the presence of integrated circuit technology microprocessors (μ) are available at a very low cost. This will reduce the cost of a computer system.

High Speed

The microprocessor can operate at a very high speed due to the technology involved. It can execute millions of instructions per second.

Small Size

A microprocessor is manufactured on a very large scale and in a very small footprint due to the ultra-large-scale integration technology. And thus the size of the computer system is reduced.

Versatile

We can use the same chip for several applications, therefore, microprocessors are versatile.

Low Power Consumption

We use metal oxide semiconductor technology in the microprocessors which consumes less power.

Less Heat Generation

Microprocessors use semiconductor technology that will emit no more heat than vacuum tube devices.

Reliable

Since microprocessors use semiconductor technology, the failure rate is very low. Therefore it is very reliable.

Portable

Because of their small size and low power consumption microprocessors are portable.

What are the basic terms used in a Microprocessor?

Instruction Set

The set of commands that a microprocessor can understand is called an instruction set. It is an interface between hardware and software.

Bus

It is a set of conductors intended to transmit data, address, or control information to various elements in a microprocessor. There are three types of buses, i.e., data bus, address bus, and control bus.

IPC (Instructions Per Cycle)

It is to calculate how many instructions a CPU can execute in a single clock.

Clock Speed

It is the total number of operations that a processor can perform per second. It can be expressed in megahertz (MHz) or gigahertz (GHz). It is also called the Clock Rate.

Bandwidth

It is the number of bits that are processed in a single instruction.

Word Length

The total number of bits that a processor can process at a time is called the word length of the processor. An 8-bit Microprocessor has the capability to process 8-bit data at a time. The word length ranges from 4 bits to 64 bits and it depends upon the type of microcomputer.

Data Types

The microprocessor supports several data type formats such as binary, ASCII, and signed and unsigned numbers.