.

HARDWARE - SYSTEM UNIT - MICROPROCESSOR CHIPS

Microprocessor

A microprocessor is a processor whose elements are miniaturized into one or a few integrated circuits contained in a single silicon microchip. It executes instructions. In a microcomputer, the central processing unit (CPU) is held on a single microprocessor. In order to function as a processor, it requires a system clock, primary storage, and power supply.
Several important lines of microcomputers use some families of microprocessor chips. Intel and Motorola are the major companies that produce important microprocessors for IBM compatible and Macintosh computers.

Microprocessor Capacity

The capacity of a microprocessor chip is represented in word sizes. A word size is the number of bits (e.g., 8, 16, or 32 bits) that a computer (CPU) can process at a time.
If word has more bits, the computer (CPU) are more powerful and faster. For example, a 16-bit-word computer can access 2 bytes (1 byte = 8 bits) at a time, while a 32-bit-word computer can access 4 bytes at a time. Therefore, the 32-bit computer is faster than the 16-bit computer.

CISC and RISC Chips

Central Processing Unit (CPU)

The central processing unit (CPU) is the computing part of the computer that interprets and executes program instructions. It is also known as the processor. In a microcomputer, the CPU is contained on a single microprocessor chip within the system unit. The CPU has two parts: the control unit and the arithmetic-logic unit.

Additional storage units called registers within control unit and ALU help make processing more efficient.


CPU Models

IBM and IBM Compatibles
CPU NO. (Word Size in Bits)CPU SPEED (MHz)BUS SIZE (Bits)
8088 (16)5-108
8086 (16)6-1216
80286 (16)6-1616
80386DX (32)16-4032
80386SX (32)16-2516
80486DX (32)25-6632
80486SX (32)16-2532
Pentium (32)60-16632-64
Pentium Pro (32)150-23132-64


Macintosh
CPU NO. (Word Size in Bits)CPU SPEED (MHz)BUS SIZE (Bits)
68000 (32)816
68020 (32)1632
68030 (32)16-4032
68040 (32)132
601( )11
604( )11




Chips: Achip is an integrated circuit. Microscopic circuit board is engraved in a chip made by silicon. Chips are approximately 1/16- to 1/2-inch square and about 1/30-inch thick. Chips hold a few dozen to several million transistors. For example, an Intel Pentium chip has 3.2 million and Pentium Pro has about 6 million transistors. A chip is also called an integrated circuit, microelectronic, semiconductor, or silicon chip.

Peripheral: A peripheral is any hardware device connected to, controlled by and communicates with a particular computer. It is also called peripheral device and peripheral equipment. For example, it is an input/output unit such as a keyboard, monitor, printer, scanner and mouse. Another example is an auxiliary storage device such as a disk drive, tape drive and optical disk drive.

MIPS: MIPS stands for Million Instructions Per Second. This is the execution speed of a computer. For example, 0.3 MIPS is 300,000 instructions per second. A large mainframe works at 10 to 50 MIPS, whereas a typical microprocessor can perform at around 0.05 MIPS. However, it must be taken carefully. MIPS rate, which is tied to the computer's clock speed, is only one factor in overall performance. Bus and channel speed, disk and memory speed, memory management techniques and operating system also determine total performance of a computer system.

Coprocessor chip: This is one of the specialized processors. A mathematics coprocessor chip that assists the main processor can help a CPU do very fast mathematical computations. The coprocessor is controlled by the main microprocessor.

Registers: A register is a small, high speed circuit that builds special high speed staging areas. This circuit holds data and instructions of internal operation temporarily during processing. They are parts of the control unit and ALU rather than primary storage. Register can handle addresses and values much faster than primary storage can.



.