









Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
An overview of microprocessors, their classification into risc and cisc processors, and their features. It covers the concept of a microprocessor, its components, and how it works. Additionally, it discusses the instruction set, clock speed, word length, data types, and cost-effectiveness of microprocessors.
Typology: Exercises
1 / 16
This page cannot be seen from the preview
Don't miss anything!










๏ (^) Microprocessor is a controlling unit of a micro- computer, fabricated on a small chip capable of performing ALU (Arithmetic Logical Unit) operations and communicating with the other devices connected to it. โฆ (^) Microprocessor consists of an ALU , register array , and a control unit. ALU performs arithmetical and logical operations on the data received from the memory or an input device. Register array consists of registers identified by letters like B, C, D, E, H, L and accumulator. The control unit controls the flow of data and instructions within the computer.
List of Terms Used in a Microprocessor Some of the frequently used terms in a microprocessor โ ๏ (^) Instruction Set โ It is the set of instructions that the microprocessor can understand. ๏ (^) Bandwidth โ It is the number of bits processed in a single instruction. ๏ (^) Clock Speed โ It determines the number of operations per second the processor can perform. It is expressed in megahertz (MHz) or gigahertz (GHz).It is also known as Clock Rate. ๏ (^) Word Length โ It depends upon the width of internal data bus, registers, ALU, etc. An 8-bit microprocessor can process 8-bit data at a time. The word length ranges from 4 bits to 64 bits depending upon the type of the microcomputer. ๏ (^) Data Types โ The microprocessor has multiple data type formats like binary, BCD, ASCII, signed and unsigned numbers.
Some of the most prominent features of any microprocessor โ ๏ (^) Cost-effective โ The microprocessor chips are available at low prices and results its low cost. ๏ (^) Size โ The microprocessor is of small size chip, hence is portable. ๏ (^) Low Power Consumption โ Microprocessors are manufactured by using metal oxide semiconductor technology, which has low power consumption. ๏ (^) Versatility โ The microprocessors are versatile as we can use the same chip in a number of applications by configuring the software program. ๏ (^) Reliability โ The failure rate of an IC in microprocessors is very low, hence it is reliable.
๏ (^) 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 results 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 more to convert high-level language instructions into machine code. โฆ (^) Some of the RISC processors are โ ๏ (^) Power PC: 601, 604, 615, 620 ๏ (^) DEC Alpha: 210642, 211066, 21068, 21164 ๏ (^) MIPS: TS (R10000) RISC Processor ๏ (^) PA-RISC: HP 7100LC
๏ (^) RISC microprocessor architecture uses highly- optimized set of instructions. It is used in portable devices like Apple iPod due to its power efficiency.
๏ (^) 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/ ๏ (^) VAX 11/ ๏ (^) Intel 80486
๏ (^) Its architecture is designed to decrease the memory cost because more storage is needed in larger programs resulting in higher memory cost. To resolve this, the number of instructions per program can be reduced by embedding the number of operations in a
โฆ (^) For example โ Math Coprocessor. ๏ (^) Some Intel math-coprocessors are โ ๏ (^) 8087-used with 8086 ๏ (^) 80287-used with 80286 ๏ (^) 80387-used with 80386
๏ (^) DMA (Direct Memory Access) controller ๏ (^) Keyboard/mouse controller ๏ (^) Graphic display controller ๏ (^) SCSI port controller
DSP (Digital Signal Processor) ๏This processor is specially designed to process the 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 analogue to digital converter, A to D converter or ADC. ๏A DSP contains the following components โ โฆ (^) Program Memory โ It stores the programs that DSP will use to process data. โฆ (^) Data Memory โ It stores the information to be processed. โฆ (^) Compute Engine โ It performs the mathematical processing, accessing the program from the program memory and the data from the data memory. โฆ Input/Output โ It connects to the outside world. ๏Its applications are โ โฆ Sound and music synthesis โฆ (^) Audio and video compression โฆ Video signal processing โฆ (^) 2D and 3d graphics acceleration. ๏ For example โ Texas Instrumentโs TMS 320 series, e.g., TMS 320C40, TMS320C50.