You are on page 1of 1

Microprocessor is a also Known as 8085 IC . This 40 pin IC is use to perform many Arithmetical and logical Operations.

This IC is use to interface different IC's to perform different work , For Example: Providing multiple interrupts using 8259 IC. Similarly we can perform many other operation by interfacing with other IC's. This type of IC's are used in Computers and Personal Uses. Microcontroller is again an IC of family 8051 series. This is really specialized IC having all the features available with 8085 and in addition to that other features like processor core, memory, and programmable I/O peripherals. This type of IC is self sufficient, can work solely without any help from other IC's . This Type of IC's are used in Automobile companies, embedded systems , remote control devices.

This type of IC is usd to perform function on it's own , i.e. Automatic control is handled here. This IC is most advance version of microprocessor which can control other process. This IC has its own memory , I/O controls , interrupts Etc. Microprocessor is a multipurpose, programmable,register based electronic device which read binary instructions from memory, processes the input data as per instructions and provides output.

Microcontroller is a device that includes microprocessor, memory and input/output devices on a single chip. Microcontroller 1. Microcontroller having inbuilt RAM or ROM and inbuilt timer. 2. Input and output ports are available. 3. Inbuilt serial port. 4. Separate memory to store program and data. 5. Many functions pins on the IC. 6. Boolean operation directly possible. 7. It take few instructions to read and write data from external memory. Microprocessor 1. Do not have inbuilt RAM or ROM and timer. 2. Input and output ports are not available, requires extra device like 8155 3. Do not have inbuilt serial port, requires 8250 device. 4. Program and data are stored in same memory. 5. Less multifunction pins on IC. 6. Boolean operation is not possible directly. 7. It take many instruction to read and write data from external memory.

You might also like