Introduction of Microcomputer System (original) (raw)

Last Updated : 21 Apr, 2026

Microcomputer systems are small and inexpensive computers that are widely used in various applications. The 8085 microprocessor is an example of a Microcomputer System. A microprocessor system contains two types of memory that are EPROM and R/WM, Input and Output devices, and the buses that are used to link all the peripherals (memory and I/Os) to the MPU.

The Microprocessor Unit (MPU)

The MPU is the brain of the microcomputer system. It contains the arithmetic and logic unit (ALU) and the control unit (CU) that work together to execute instructions. The 8085 microcomputer system has 16 address lines ranging from A0 to A15 that are used to address memory. The lower-order address bus A0-A7 is used to identify the input and output devices.

Memory

There are two types of memory in the microcomputer system: Erasable Programmable Read-Only Memory (EPROM) and Random-Access Read-Write Memory (R/WM). EPROM is a type of memory that can be programmed once and can be erased by exposing it to ultraviolet light. R/WM is a type of memory that can be both read and written to. The MPU communicates with memory through memory read and memory write control signals.

Input and Output (I/O) Devices

The microcomputer system contains input and output (I/O) devices that allow the system to interact with the external environment. The microcomputer system has 8 data lines, D0-D7, which are bidirectional and common to all devices. The microcomputer system generates four control signals: memory read, memory write, I/O read, and I/O write. These signals are connected to different peripheral devices.

Interfacing Devices

The MPU communicates with one peripheral at a time by placing the device address on the address bus, data on the data bus, and enabling it using control signals (e.g., I/O Write). Only the selected device is active, while others remain in a high-impedance (tri-state) state.

The block diagram of a microcomputer system is shown below:

Advantages

Disadvantages