Intro of Microprocessor - 3 8086
Intro of Microprocessor - 3 8086
INTRODUCTION TO
MICROPROCESSORS
WWW.BHARATACHARYAEDUCATION.COM
Back in the day (1940s), when micro-electronics was not invented, processors looked very
different and were certainly not “micro” in appearance. They were created using huge arrays
of physical switches which were operated manually and often occupied large rooms.
To put it simply, the main function of a μP is to Fetch, Decode and Execute instructions.
We begin learning with basic processors like 8085 or 8086, but make no mistake, non of this
is “outdated”. Yes, your mobile phone or your computer today uses the most advanced
cutting edge processors (A11 Bionic et.al ), but to run a traffic light or TV remote control
you don’t need a core i7 now, do you? And these are used by the millions across the world.
They simply use processors of the same grade as an 8085 or an 8086, with different product
numbers as they are made by various manufacturers.
MEMORY
Memory is used to store information.
It stores two kinds of information… programs and data.
For example:
MS Word is a program, and the word documents are its data.
Video player is a program, and the videos are its data.
WhatsApp is a program, and the messages are its data, and so on.
All programs and data are stored in the memory, in digitized form, where every information is
represented in 1s and 0s called binary digits or simply bits.
I/O DEVICES
I/O devices are used to enter programs and data as inputs and display or print the results as
outputs. We are all familiar with devices such as the keyboard, mouse, printer, monitor etc.
Every form of computer system has a set of I/O devices for human interaction. A device like a
touch screen performs dual functions of both input and output.
The μP, Memory and I/O are all connected to each other using the System Bus.