Friday, December 30, 2011


  • A comparison between a microprocessor, and a computer is shown below:


BlockdiagramofComputer_thumb9


OverviewdiagramofMicroprocessor_thum
  • Arithmetic/Logic Unit: This is the area of the microprocessor where various computing functions are performed on data. The ALU unit performs such arithmetic operations as addition and subtraction, and such logic operations as AND, OR, and exclusive OR.
  • Register Array: This area of the microprocessor consists of various registers identified by letters such as B, C, D, E, H, and L. These registers are primarily used to store data temporarily during the execution of a program and are accessible to the user through instructions.
  • Control Unit: The control unit provides the necessary timing and control signals to all the operations in the microcomputer. It controls the flow of data between the microprocessor and memory and peripherals.
  • Memory: Memory stores such binary information as instructions and data, and provides that information to the microprocessor whenever necessary. To execute programs, the microprocessor reads instructions and data from memory and performs the computing operations in its ALU section. Results are either transferred to the output section for display or stored in memory for later use. Read-Only memory (ROM) and Read/Write memory (R/WM), popularly known as Random- Access memory (RAM).
1. The ROM is used to store programs that do not need alterations. The monitor program of a single-board microcomputer is generally stored in the ROM. This program interprets the information entered through a keyboard and provides equivalent binary digits to the microprocessor. Programs stored in the ROM can only be read; they cannot be altered.
2. The Read/Write memory (RIWM) is also known as user memory It is used to store user programs and data. In single-board microcomputers, the monitor program monitors the Hex keys and stores those instructions and data in the R/W memory. The information stored in this memory can be easily read and altered.
  • I/O (Input/Output): It communicates with the outside world. I/O includes two types of devices: input and output; these I/O devices are also known as peripherals.
  • System Bus: The system bus is a communication path between the microprocessor and peripherals: it is nothing but a group of wires to carry bits.

    Microprocessor is a multi-use device which finds applications in almost all the fields.Here is some sample applications given in variety of fields.
    Electronics:
    • Digital clocks & Watches
    • Mobile phones
    • Measuring Meters
    Mechanical:
    • Automobiles
    • Lathes
    • All remote machines
    Electrical:
    • Motors
    • Lighting controls
    • Power stations
    Medical:
    • Patient monitoring
    • Most of the Medical equipments
    • Data loggers
    Computer:
    • All computer accessories
    • Laptops & Modems
    • Scanners & Printers
    Domestic:
    • Microwave Ovens
    • Television/CD/DVD players
    • Washing Machines

No comments:

Post a Comment