Skip to content
The Computer Science
TheCScience
  • Engineering Subjects
    • Human Values
    • Computer System Architecture
    • Microprocessor
    • Digital Communication
    • Internet of Things
  • NCERT Solutions
    • Class 12
    • Class 11
  • Solutions
    • HackerRank
      • C Solutions
      • C++ Solutions
      • Java Solutions
      • Python Solutions
      • Algorithms Solutions
      • Data Structures Solutions
    • HackerEarth Solutions
    • Leetcode Solutions
  • JEE 2027
The Computer Science
TheCScience

Microprocessor Types and Specifications

YASH PAL, March 5, 2022April 24, 2026

Microprocessor Types – In this post, we are going to see the types of Microprocessors and their architecture, specifications, and characteristics. There are 6 types of microprocessors available.

Table of Contents

  • Microprocessor Types
    • RISC Processor
      •  Architecture of RISC
      • Characteristics of RISC
    • CISC Processor
      • The architecture of CISC
      • Characteristics of CISC
    • Special Processors
    • Coprocessor
    • Input/Output Processor
    • Transputer(Transistor Computer)
    • DSP(Digital Signal Processor)

Microprocessor Types

  1. RISC Processor
  2. CISC Processor
  3. Coprocessor
  4. Input/Output Processor
  5. Transputer
  6. Digital Signal Processor

RISC Processor

RISC stands for Reduced Instruction Set Computer. It is designed to reduce the execution time by simplifying the instruction set of the computer. Using RISC processors, each instruction requires only one clock cycle to execute, resulting in uniform execution time. This reduces the efficiency as there are more lines of code, hence more RAM is needed to store the instructions. The compiler also has to work harder to convert high-level language instructions into machine code.

 Some of the RISC processors are

  1.  Power PC: 601,604,615,620
  2.  DEC Alpha: 210642,21106,21068,21164
  3.  MIPS: TS(R10000) RISC Processor
  4.  PA-RISC: HP 7100LC

 Architecture of RISC

RISC microprocessor architecture uses a highly optimized set of instructions. It is used in portable devices like Apple iPods due to its power efficiency. The architecture of RISC is given in Figure 1.

Architecture of RISC
Figure 1: Architecture of RISC

Characteristics of RISC

The major characteristics of a RISC processor are as follows –

  1.  It consists of simple instructions.
  2.  It supports various data-type formats.
  3.  It utilizes simple addressing modes and fixed-length instructions for pipelining.
  4.  It supports registering to use in any context.
  5.  One cycle execution time.
  6.  “LOAD” and “STORE” instructions are used to access the memory location.
  7.  It consists of a larger number of registers.
  8.  It consists of fewer transistors.

CISC Processor

CISC stands for Complex Instruction Set Computer. It is designed to minimize the number of instructions per program, ignoring the number of cycles per instruction. The emphasis is on building complex instructions directly into the hardware. The compiler has to do very little work to translate a high-level language into assembly-level language/machine code because the length of the code is relatively short, so very little RAM is required to store the instructions.

Some of the CISC Processors are

  •  IBM 370/168
  •  VAX 11/780
  •  Intel 80486

The architecture of CISC

The architecture of the CISC processor is shown in Figure 2. Its architecture is designed to decrease the memory cost because more storage is needed in larger programs, resulting in higher memory costs. To resolve this, the number of instructions per program can be reduced by embedding the number of operations in a single instruction.

Architecture of CISC
Figure 2: Architecture of CISC

Characteristics of CISC

  1.  A variety of addressing modes.
  2.  A larger number of instructions.
  3.  Variable length of instruction formats.
  4.  Several cycles may be required to execute one instruction.
  5.  Instruction-decoding logic is complex.
  6.  One instruction is required to support multiple addressing modes.

Special Processors

These are the processors that are designed for some special purposes. A few of the special processors are briefly discussed.

Coprocessor

A coprocessor is a specially designed microprocessor that can handle its particular function many times faster than an ordinary microprocessor. Example – Math Coprocessor

Some Intel math coprocessors are

  1.  8087 used with 8086
  2.  80287 used with 80286
  3.  80387 used with 80386

Input/Output Processor

It is a specially designed microprocessor having a local memory of its own, which is used to control I/O devices with minimum CPU involvement.

 For example

  1.  DMA (Direct Memory Access) controller
  2.  Keyboard/mouse controller
  3.  Graphic display controller
  4.  SCSI port controller

Transputer(Transistor Computer)

A transputer is a specially designed microprocessor with its local memory and has links to connect one transputer to another transputer for inter-processor communications. It was first designed in 1980 by Inmos and is targeted at the utilization of VLSI technology. A transputer can be used as a single processor system or can be connected to external links, which reduces the construction cost and increases performance.

For example – 16-bit T212,32-bit T425, the floating point (T800,T805 & T9000) processors.

DSP(Digital Signal Processor)

This processor is specially designed to process analog signals into a digital form. This is done by sampling the voltage level at regular time intervals and converting the voltage at that instant into a digital form. This process is performed by a circuit called an analog-to-digital converter. An A-to-D converter or ADC.

A DSP contains the following components:

  1. Program Memory – It stores the programs that the DSP will use to process data.
  2. Data Memory – It stores the information to be processed.
  3. Compute Engine – It performs mathematical processing, accessing the program from the program memory and the data from the data memory.
  4. Input/Output – It connects to the outside world.

 Its applications are

  1.  Sound and music synthesis
  2.  Audio and video compression
  3.  Video signal processing
  4.  2D and 3d graphics acceleration.

Example – Texas Instruments’ TMS 320 series, e.g., TMS 320C40, TMS 320C50.

Microprocessor Subject Tutorials & Notes | Beginners Guide
engineering subjects Microprocessor microprocessor

Post navigation

Previous post
Next post

Leave a Reply

Your email address will not be published. Required fields are marked *

Introduction to Microprocessor
Generations of Computer
Microprocessor Types
Types of Computer Systems
Types of Programming Languages
Basic Computer Structure
Interfacing Logic Devices
Number System in Computer
Number System Arithmetic – Addition & Subtraction

Microprocessor as CPU
8085 Microprocessor Architecture
Pin Configuration of 8085 Microprocessor
Demultiplexing of Address and Data Bus in 8085 Microprocessor
Basic Operations of the 8085 Microprocessor
Memory Organization in 8085 Microprocessor

Microprocessor memory structure
Memory Interfacing with 8085 Microprocessor
Memory address decoding in a microprocessor
Input/Output Interfacing in Microprocessor

8085 Microprocessor Programming Model
8085 Assembly Language Programming
8085 Microprocessor Instructions
Microprocessor Programming Steps
Flowchart Design of a Program
8085 Microprocessor Data Transfer Instructions
8085 Microprocessor Arithmetic Instructions
8085 Microprocessor Logical Instructions
8085 Microprocessor Branch Instructions
8085 Microprocessor Machine-Processor Control Instructions
Basic Structure of an Assembly Language Program
Programming Techniques for Repeated Tasks
Debugging of a Microprocessor Program

8085 Microprocessor Timing Operations
Timing Diagram of 8085 Microprocessor
Time Delay in Microprocessor
Stack in 8085 Microprocessor
Subroutine in 8085 Microprocessor
MACRO in Microprocessor

Interrupts in 8085 Microprocessor
Digital to Analog Converter (DAC) in Microprocessor
Analog to Digital Converter (ADC) in Microprocessor

Programmable Peripheral Interface
8255 (PPI) Programmable Peripheral Interface
Programmable Interval Timer (PIT) 8253/8254
Programmable Interrupt Controller (PIC) 8259
Direct Memory Access (DMA) Controller 8257

8086 Microprocessor Architecture, Instructions, and Pin Diagram
Addressing Modes of the 8086 Microprocessor
Instruction Set of 8086 Microprocessor
8088 Microprocessor Architecture with Pin Diagram
Difference between 8085, 8086, and 8088 Microprocessors
80186 Microprocessor Architecture
80286 Microprocessor Architecture & Features
80386 Microprocessor Architecture & Features
80486 Microprocessor Architecture & Features
80586 (Pentium) Microprocessor Architecture & Features

8051 Microcontroller Architecture
8051 Microcontroller Memory Organization
8051 Microcontroller Pin Configuration & Programming Model
8051 Microcontroller Timers and Counters
Serial Communication in 8051 Microcontroller
Interrupts of the 8051 Microcontroller
Addressing Modes of the 8051 Microcontroller
Intel MMX Architecture
Dual Core Processor

LED & Multiplexed Display Interfacing with Microprocessor
Liquid Crystal Display (LCD) Pin Configuration & Interfacing
Matrix Keyboard Interfacing with Microprocessor
8279 Keyboard/Display Controller
Programmable Communication Interface (USART) 8251
Serial Communication Standards in Microprocessor
Computer System Standard Buses

TheCScience

At TheCScience.com, our mission is to make quality education accessible to everyone. We provide in-depth, easy-to-understand articles covering Secondary, Senior Secondary, and Graduation-level subjects.

Our content is designed to simplify complex concepts through clear explanations, diagrams, and structured learning—helping students build strong fundamentals and succeed academically without financial barriers.

Pages

About US

Contact US

Privacy Policy

DMCA

Our Tools

Hosting - get 20% off

Engineering Subjects

Internet of Things

Human Values

Digital Communication

Computer System Architecture

Microprocessor

Programming Tutorials

Data Structure and Algorithm

C

Java

NCERT

Class 12th

©2026 TheCScience | WordPress Theme by SuperbThemes