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 CapacityThe 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.Central Processing Unit (CPU) The central processing unit (CPU)
- CISC Chips: CISC stands for Complex Instruction Set Computer. It is pronounced "sisk." CISC is a computer architecture that has large sets of instructions. CISC machines have several hundred instructions. Intel's Pentium-chip uses CISC design.
- RISC Chip: RISC stands for Reduced Instruction Set Computer. RISC is a computer that executes a few number of instructions. In RISC, most programs generally use only a few instructions. This architecture has a small number of instructions built into the circuits and if those basic instructions are made to execute faster, then RISC computers increase performance. Although RISC machines are only around 30% faster than their CISC machines, RISC chips are less expensive to produce. That is, RISC is less expensive per MIPS.
- Controversy: The proponents of RISC claim that its lower cost and speed are an extreme advantage, while the opponents claim its improvements are not great. The opponents believe that new machine languages and greater performance improvements are going to come. Besides, the reduced instructions make software (e.g., compilers) generate more code to do. Thus, the choice is not obvious.
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.
- Control Unit: A control unit is the circuitry that locates, retrieves, interprets and executes each instruction in the central processing unit. The control unit directs electronic signals between primary storage and the ALU, and between the CPU and input/output devices.
- Atithmetic-Logic Unit (ALU): ALU is a high-speed circuit part in the CPU. The arithmetic-logic unit (ALU) performs arithmetic (math) operations, logic (comparison) operations and related operations. The ALU retrieves alphanumeric data from memory and then does actual calculating and comparing. It sends the results of the operation back to memory again.
| CPU NO. (Word Size in Bits) | CPU SPEED (MHz) | BUS SIZE (Bits) |
|---|---|---|
| 8088 (16) | 5-10 | 8 |
| 8086 (16) | 6-12 | 16 |
| 80286 (16) | 6-16 | 16 |
| 80386DX (32) | 16-40 | 32 |
| 80386SX (32) | 16-25 | 16 |
| 80486DX (32) | 25-66 | 32 |
| 80486SX (32) | 16-25 | 32 |
| Pentium (32) | 60-166 | 32-64 |
| Pentium Pro (32) | 150-231 | 32-64 |
| CPU NO. (Word Size in Bits) | CPU SPEED (MHz) | BUS SIZE (Bits) |
|---|---|---|
| 68000 (32) | 8 | 16 |
| 68020 (32) | 16 | 32 |
| 68030 (32) | 16-40 | 32 |
| 68040 (32) | 1 | 32 |
| 601( ) | 1 | 1 |
| 604( ) | 1 | 1 |