8085 MCQ
8085 MCQ
8085 MCQ
4. How many T-states are required for execution of OUT 80H instruction?
10
13
16
7
5. How many machine cycles are required for execution of IN 30H instruction
3
4
5
6
6. Length of the instruction POP D is
1 byte
2 byte
3 byte
4 byte
7. While INX B instruction execute,
only carry flag will be affected
all flags will be affected
only carry and zero flags will be affected
no flags will be affected
8. While STC instruction execute,
only carry flag will be affected
all flags will be affected
only carry and zero flags will be affected
no flags will be affected
9. While CMP B instruction execute,
only carry flag will be affected
all flags will be affected
only carry and zero flags will be affected
no flags will be affected
10. Which instruction is required to rotate the content of accumulator one bit right along
with carry?
RLC
RAL
RRC
RAR
22. Which one of the following ICs is used to interface keyboard and display?
8251
8279
8259
8253
23. Which one of the following interrupt is only level triggering?
TRAP
RST 7.5
RST 6.5 and RST 5.5
RST 6.5
24. Which one of the following instruction may be used to clear the accumulator content
irrespective of its initial value?
CLR A
ORA A
SUB A
MOV A, 00H
25. The execution of RST n instruction causes the stack pointer to
increment by two
decrement by two
remain unaffected
none of the above
26. The stack is nothing but a set of
reserved ROM address space
reserved RAM address space
reserved I/O address space
none of the above
27. S0 and S1 pins are used for
serial communication
indicating the processor’s status
acknowledging the interrupt
none of the above
28. Pick out the matching pair
READY; RIM
HOLD; DMA
SID; SIM
S0;S1;wait status
29. In order to save accumulator value on the stack, which of the following instruction
may be used
PUSH PSW
PUSH A
PUSH SP
POP PSW
30. A single instruction to clear the lower nibble of accumulator in 8085 language
assembly is
XRI 0FH
ANI F0H
XRI FOH
ANI OFH
31. Maximum number of I/O that can be addressed by the INTEL 8085 is
65536
285
512
256
32. The microprocessor may be made to exit from HALT state by asserting
RESTART
any of the five interrupt lines
READY line
A or B or HOLD line
33. In order to complement the lower nibble of accumulator one can use
ANI 0FH
XRI 0FH
ORI 0FH
CMA
34. The 8085 microprocessor enters into bus idle machine cycle whenever
INTR interrupt is recognized
RST 7.5 is recognized
DAD RP instruction is executed
none of the above
35. During OPCODE fetch the state of S0 and S1 is
00
01
10
11
36. After RESET 8255 will be in
mode 0; all ports are input
mode 0; all ports are output
mode 2
unchanged condition
37. The microprocessor issues ALE during first T-state of
fetch cycle only
memory READ cycle only
memory WRITE cycle only
every machine cycle
38. The data lines of 8085 microprocessor are multiplexed with
higher order address lines
lower order address lines
status lines
none of the above
39. RST 3 instruction will cause the processor to branch to the location
0000H
0018H
0024H
0028H
40. Which of the following instruction will never affect the zero flag?
DCR R
ORA R
DCX Rp
XRA R
41. Which of the following interrupt is only edge sensitive?
RST 7.5
TRAP
RST6.5
RST 5.5
164.Number of the times the instruction sequence below will loop before
coming out of loop is
MOV AL,
00h A1: INC
AL JNZ A1
(A) 00 (B) 01
(C) 255 (D) 256
166.These are two ways in which a microprocessor can come out of Halt state.
(A)When hold line is a logical 1.
(B)When interrupt occurs and the interrupt system has been enabled.
(C)When both (A) and (B) are true.
(D)When either (A) or (B) are true.