Multiple Choice Questions
Multiple Choice Questions
Multiple Choice Questions
18. Which line will be activated when an output device require attention from CPU?
Interrupt Request (INTR, pin 10, it is an input signal to ìP). It goes high when the external devices
want to communicate.
19. Can an RC circuit be used as clock source for 8085?
Yes, it can be used, if an accurate clock frequency is not required. Also, the component cost is
low compared to LC or Crystal.
20. Which interrupt is not level-sensitive in 8085?
RST 7.5 is a raising edge-triggering interrupt.
21. What does Quality factor mean?
The Quality factor is also defined, as Q. So it is a number, which reflects the lossness of a circuit.
Higher the Q, the lower are the losses.
22. What are level-triggering interrupt?
RST 6.5 & RST 5.5 are level-triggering interrupts.
23. Comparison between full address decoding and partial address decoding?
24. Give some examples of port devices used in 8085 microprocessor based system?
The various port devices used in 8085 are 8212,8155,8156,8255,8355,8755.
32. What is Microprocessor? Give the power supply & clock frequency of 8085?
A microprocessor is a multipurpose, programmable logic device that reads binary instructions
from a storage device called memory accepts binary data as input and processes data according
to those instructions and provides result as output. The power supply of 8085 is +5V and clock
frequency in 3MHz.
44. How many machine cycles does 8085 have, mention them?
The 8085 have seven machine cycles. They are
· Opcode fetch
· Memory read
· Memory write
· I/O read
· I/O write
· Interrupt acknowledge
· Bus idle
45. Explain the signals HOLD, READY and SID.
HOLD indicates that a peripheral such as 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 send or accept data.SID is used to accept serial data bit
by bit.
46. Mention the categories of instruction and give two examples for each category.
The instructions of 8085 can be categorized into the following five categories
· Data transfer Instructions -MOV Rd,Rs STA 16-bit
· Arithmetic Instructions -ADD R DCR M
· Logical Instructions -XRI 8-bit RAR
· Branching Instructions -JNZ CALL 16-bit
· Machine control Instructions -HLT NOP
47. Explain LDA, STA and DAA instructions.
LDA copies the data byte into accumulator from the memory location specified by the 16-bit
address. STA copies the data byte from the accumulator in the memory location specified by 16-
bit address. DAA changes the contents of the accumulator from binary to 4-bit BCD digits.