Microprocessor Unit-1
Microprocessor Unit-1
These factors and others will inevitably impact sales, create opportunities, and present fresh challenges. It is the
hope of IEEE that armed with the knowledge it offers here and in its International Roadmap for Devices and Systems
(IRDS™) Technical Community, key players and stakeholders can make better strategic decisions for their
organizations to the future benefit of the entire semiconductor industry.
Semiconductors have the unique ability to act as either insulator or conductor, depending on environmental factors.
Temperature, light, electric currents, or even electric fields can affect a semiconductor’s properties. The number of
valence electrons in the electron shell of an elemental semiconductor determines its conductivity.
This unique feature makes semiconductors pivotal to modern technology. Without semiconductors, integrated
circuits, transistors, solar cells, and many other computing materials simply would not exist. Because of this,
semiconductor materials have a significant impact on the computing and electronic product supply chain.
raditionally, manufacturers have used one of three common semiconductor materials: germanium, silicon, and
gallium arsenide. Go in depth on semiconductor materials. Discovered in 1886, germanium was the ―original‖
semiconductor. However, germanium fell from grace after manufacturers realized silicon cost significantly less.
Silicon’s four valence electrons allow it to conduct electricity at high temperatures. On top of that, silicon is the
second-most abundant element on Earth—making it the most widely used semiconductor material. Silicon also has
strong mechanical properties in its crystalized form, silicon dioxide.
When manufacturers need to amplify high-frequency signals, they use a compound called gallium arsenide. While a
powerful semiconductor, gallium arsenide costs significantly more to manufacture than alternatives.
COURSE: BCA
SEMESTER: 6th Checked by:___________________
SUBJECT: Microprocessor
UNIT- I Marks obtained:___________________
LECTURE: 1
TOPIC: Introduction, Advances in semiconductor technology
Name of Student:________________ Class:_______________________ Section:________
Q.3.What is semiconductors?
_____________________________________________________________________________________
_____________________________________________________________________________________
d) Versatility − The microprocessors are versatile as we can use the same chip in a number of applications by
configuring the software program.
e) Reliability − The
Microprocessor Architecture & Operation
ALU (Arithmetic/Logic Unit) – It performs such arithmetic operations as addition and subtraction, and such logic
operations as AND, OR, and XOR. Results are stored either in registers or in memory.
Register Array – It consists of various registers identified by letter such as B, C, D, E, H, L, IX, and IY. These
registers are used to store data and addresses temporarily during the execution of a program.
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.
Input – The input section transfers data and instructions in binary from the outside world to the microprocessor. It
includes such devices as a keyboard, switches, a scanner, and an analog-to-digital converter.
Output – The output section transfers data from the microprocessor to such output devices as LED, CRT, printer,
magnetic tape, or another computer.
Memory – It stores such binary information as instructions and data, and provides that information to the
microprocessor. 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.
System bus – It is a communication path between the microprocessor and peripherals. The microprocessor
communicates with only one peripheral at a time. The timing is provided by the control unit of the microprocessor.
Bus organization of 8085 microprocessor
There are three types of buses.
a) Address bus – It is a group of conducting wires which carries address only.
b) Data bus –
It is a group of conducting wires which carries Data only.
c) Control bus –
It is a group of wires, which is used to generate timing and control signals to control all the associated peripherals,
microprocessor uses control bus to process data, that is what to do with selected memory location.
8085 Microprocessor Architecture & Functional Units
8085 consists of the following functional units −
1) Accumulator
It is an 8-bit register used to perform arithmetic, logical, I/O & LOAD/STORE operations. It is connected to internal
data bus & ALU.
2) Arithmetic and logic unit
As the name suggests, it performs arithmetic and logical operations like Addition, Subtraction, AND, OR, etc. on 8-bit
data.
4) Program counter
It is a 16-bit register used to store the memory address location of the next instruction to be executed.
CITY COLLEGE OF MANAGEMENT
Affiliated to Lucknow University
COURSE: BCA
SEMESTER: 6th Checked by:___________________
SUBJECT: Microprocessor
UNIT- I Marks obtained:___________________
LECTURE: 2
TOPIC: Organization of microprocessor-based system, and 8085 microprocessor
Name of Student:________________ Class:_______________________ Section:________