Week 4 Assignment
Week 4 Assignment
Week 4 Assignment
Answer: a. F7
Answer: d. Vectored interrupts, whose equivalent vectors are 0034H and 003CH, are level sensitive
and positive edge sensitive, respectively.
6. Which of the following is the correct ordering of the priority of the interrupts in 8085
a. TRAP > RST 7.5 > RST 6.5 > RST 5.5
b. RST 7.5 > RST 6.5 > RST 5.5 > TRAP
c. TRAP > RST 5.5 > RST 6.5 > RST 7.5
d. RST 5.5 > RST 6.5 > RST 7.5 > TRAP
Answer: a. TRAP > RST 7.5 > RST 6.5 > RST 5.5.
Statement I: RST 7.5 is positive edge sensitive and can’t be triggered with a short pulse
Statement II: RST 6.5 and RST 5.5 are both level sensitive, meaning that the trigger level
should be off until the microprocessor completes the execution of the current instruction.
a. Only I is true
b. Only II is true
c. All are true
d. All are false
Statement I:
INTR: Maskable Non-Vectored With memory
Statement II:
INTR: Non-Maskable Vectored Without memory
Statement III:
RST7.5: Maskable Vectored Without memory
Statement IV:
RST7.5: Maskable Vectored With memory
9. Which of the following statement is true in the context of Simplex, Half-duplex, and Full-
duplex transmission?
Statement I: Both Half-duplex and Full-duplex are bidirectional communication and in both
the cases, data flows in two directions at the same time
Statement II: Both Half-duplex and Full-duplex are bidirectional communication where data
flows in two directions in Full-duplex; however, data flows in one direction in Half-duplex
Statement III: Simplex and Half-duplex requires one wire for data transmission
Statement IV: Both Half-duplex and Full-duplex require two wires for data transmission
Statement I: Asynchronous Serial Data transfer is used for data transfer rates ≤ 20K
bits/second.
Statement II: Synchronous Serial Data transfer is used for data transfer rates ≥ 20K
bits/second.
a. Only Statement I
b. Only Statement II
c. Both Statement I and II
d. None of the above
12. To which pin external DMA controller sends a control signal to an 8085 microprocessor.
a. HOLD
b. HLDA
c. INTR
d. INTA
Answer: a. HOLD
16. To be surely sensed, in 8085, INTR must be high for number of T-states equal to
a. 1.5
b. 17.5
c. 18.5
d. 19.5
Answer: b. 17.5
18. Suppose that the stack pointer (SP) of 8085 contains 2000H. If the instruction "POP D" is
used, the value of SP will be
a. 2002H
b. 2000H
c. 2006H
d. 2008H
Answer: a. 2002H
19. In a 8085 processor, suppose the accumulator content is FFH and the carry flag is 0. What
will be the content of the accumulator in RAL and RLC instructions?
a. Both FFH
b. Both FEH
c. RAL – FFH, RLC – FEH
d. RAL – FEH, RLC – FFH
Answer: a. T1