8085 Microprocessor MCQS: August 30, 2017
8085 Microprocessor MCQS: August 30, 2017
8085 Microprocessor MCQS: August 30, 2017
electricalvoice.com/8085-microprocessor-mcqs/4
61. Assume that the accumulator and the register C of 8085 microprocessor contain
respectively F0 H
and OF H initially. What will be the content of accumulator after execution of
instruction ADD C?
1. 00 H
2. FF H
3. EF H
4. FE H
Answer
Answer. b
62. It is desired to multiply the numbers 0A H by OB H and store the result in the
accumulator. The numbers are available in registers B and C respectively. A part of the
8085 program for this purpose is given below:
MVI A, OO H
Loop; ………..
………..
………..
HLT END
Answer
Answer. d
63. Find the content of the accumulator after the execution of the following program:
MVI A, F0 H
ORI FF H
XRI F0 H
1. 00 H
2. F0 H
3. 0F H
1/3
4. FF H
Answer
Answer. c
64. The following program starts at location 0100 H
1. 20 H
2. 02 H
3. 00 H
4. FF H
Answer
Answer. c
65. The difference between 8085 instructions RST n and PCHL is
Answer
Answer. a
66. The content of accumulator are 70 H. Initially all flags are zero. What will be values
of CY and S after executing instruction RLC?
1. CY = 0 and S = 0
2. CY = 1 and S = 1
3. CY = 1 and S = 0
4. CY = 0 and S = 1
Answer
Answer. d
67. A software delay subroutine is written as given below:
2/3
JNZ LOOP
DCR H
JNZ LOOP
1. 255
2. 510
3. 65025
4. 65279
Answer
Answer. d
68. What is content of accumulator of 8085 microprocessor after the execution of XRI
F0 H instruction?
Answer
Answer. a
69. The 8085 programming manual says that it takes seven T states to fetch and execute
the MOV instruction. If the system clock has a frequency of 2.5 MHz, how long is an
instruction Cycle?
1. 2.8 s
2. 2.5ns
3. 2.8 ns
4. 2.8 μs
Answer
Answer. d
70. The instruction PCHL, in 8085 is used for
Answer
Answer. a
3/3