Introduction The predominant form of
microprocessor has been from Intel Corp through most of the history of personal
computers. The first processor in an IBM PC was Intel’s 8088. The generations of
Intel processors that followed it were in the 80X86 family the 8086, 80826,
80836 and 80846. The 8088 for example, operated at 4.7MHz(million frequency
waves a second)—and some 80846chips go as fast as 133MHz. The 8088 could handle
8 bits of data at a time, and the 80486 handles 32 bits internally.
CPU (Central processing unit)
-
Reading of input from an input device
-
Processing of input device
-
Writing of output using an output device
-
ALU (Arithmetic & logic unit)
-
Control unit
-
Internal Memory

-
an instruction is brought from main memory to the control
unit and analyzed
-
the control unit sends the necessary data to the ALU and
the instruction is carried out
-
the results of the operation are stored in main memory
|