Svcet: Sri Vidya College of Engineering & Technology Course Material (Question Bank)
Svcet: Sri Vidya College of Engineering & Technology Course Material (Question Bank)
Svcet: Sri Vidya College of Engineering & Technology Course Material (Question Bank)
Sri Vidya college of Engineering & Technology Course Material (Question Bank)
to or from the microprocessor by using READY input line.the microprocessor remains in the
wait state as long as READY line is low.during the wait state,the contents of the
address,address/data and control buses are held constant.
13.What is meant by polling?
Polling or device polling is a process which identifies the device that has interrupted the
microprocessor.
14.What is meant by interrupt?
Interrupt is an external signal that causes a microprocessor to jump to a specific
subroutine.
15.Explain priority interrupts of 8085?
The 8085 microprocessor has five interrupt inputs.they are TRAP,RST 7.5,RST 6.5,RST
5.5,and INTR.these interrupts have a fixed priority of interrupt service.If two or more interrupts
go high at the same time,the 8085 will service them on priority basis.the TRAP has the highest
priority followed by RST7.5,RST6.5,RST5.5.the priority of interrupts in 8085 is shown in the
table.
Interrupts priority
TRAP 1
RST7.5 2
ET
RST6.5 3
RST5.5 4
INTR 5
C
16.What is a microcomputer?
SV
2. Memory read
SV
3. Memory write
4. I/O read
5. I/Owrite
6. Interrupt acknowledge
7. Bus idle
25.Explain the signals HOLD,READY and SID
HOLD indicates that a peripheral such a DMA controller is requesting the use of address
bus,data bus and control bus.
READY is used to delay the microprocessor read or write cycles until a slow responding
peripheral is ready to accept or send data.
SID is used to accept serial data bit by bit.
26.What is the use of bidirectional buffer?
It is used to increase the driving capacityof data bus.the data bus of the microcomputer
system is bidirectional,so it requires a buffer that allow the data to flow in both directions.
27.Give the register organization of 8085?
Temp reg Temp reg
W(8) Z(8)
Register register
B(8) E(8)
Register Register
H(8) L(8)
Stack pointer(16)
Program counter(16)
28.What is the microcontroller and microcomputer?
Microcontroller is a device that includes microprocessor,memory and I/O signal lines on
a single chip,fabricated using VLSI technology.
Microcomputer is a computer that is designed using microprocessor as its CPU.it includes
microprocessor,memory and I/O.
29.Define flags?
The flags are used to reflect the data conditions in the accumulator.the 8085 flags are ssign
flag,zero flag,auxillary flag,parity flag,CY-CARRY FLAG
D7 D6 D5 D4 D3 D2 D1 D0
S Z AC P CY
30. Difference between memory mapped I/O and peripheral I/O ?
ET
C
SV
31.What is interfacing?
An interface is a shared boundary between the devices which involves sharing
information.interfacing is the process of making two different systems communicate with each
other.
32. What is memory mapping?
The assignment of memory address to various registers in a memory chip is called as
memory mapping.
32. What is I/O mapping?
The assignment of addresss to varriousI/O devices in the memory chip is called as I/O
mapping.