51. The instruction PCHL, in 8085 is used for
a.Load PC with contents of HL.
b.Load HL with contents of memory location pointed by PC.
c.Load HL with contents of PC
d.Load PC with the contents of memory location pointed by HL pair.
Answer. a
52. Find the content of the accumulator after the execution of the following program:
MVI A, F0 H
ORI FF H
XRI F0 H
a. 00 H
b. F0 H
c. 0F H
d. FF H
Answer.c
53. The following program starts at location 0100 H
LXI SP, 00FF
LXI H, 0701 H
MVI A, 20 H
SUB M
The content of accumulator when the program counter reaches 0107 H is
a.20 H
b.02 H
c.00 H
d. FF H
Answer. c
54. The difference between 8085 instructions RST n and PCHL is
a.RST n is equivalent to a sub-routine call while PCHL is equivalent to unconditional branch.
b.RST n uses direct addressing while PCHL uses register indirect addressing.
c.RST n is a software interrupt while PCHL simulates a hardware interrupt
d.RST n resets the processor while PCHL restarts the processor.
Answer. a
55. The content of accumulator are 70 H. Initially all flags are zero. What will be values of CY and S after executing instruction RLC?
a.CY = 0 and S = 0
b.CY = 1 and S = 1
c.CY = 1 and S = 0
d.CY = 0 and S = 1
Answer.d
56. The instruction that exchanges top of stack with HL pair is
a.XTHL
b.SPHL
c.PUSH H
d.POP H
Answer. d
57. The following instruction copies a byte of data from the accumulator into the memory address given in the instruction
a.STA address
b.LDAX B
c.LHLD address
d.LDA address
Answer. a
58. In 8085 microprocessor, during PUSH PSW Operation, Stack pointer is
a.Decremented by one
b.Decremented by two
c.Incremented by one
d.Incremented by two
Answer. b
59. The description of a program counter (PC) in 8085 microprocessor is
a.An up/down counter
b.An 8-bit register
c.Initialized automatically by microprocessor
d.Used to point to stack memory area
Answer. c
60. If the status of the control lines SI and SO is LOW, then 8085 microprocessor is performing
a.Reset operation
b.HOLD operation
c.Halt operation
d.Interrupt acknowledge
Answer. c
61. The opcode for the instruction “Add Immediately to Accumulator with carry” in 8085 microprocessor is
a.ADI
b.ACI
c.ADC
d.ADD
Answer. b
62. If the status of the control lines SI and SO is LOW, then 8085 microprocessor is performing
a.Reset operation
b.HOLD operation
c.Halt operation
d.Interrupt acknowledge
Answer: c
63. The description of a program counter (PC) in 8085 microprocessor is
a.An up/down counter
b.An 8-bit register
c.Initialized automatically by microprocessor
d.Used to point to stack memory area
Answer: c
64. For which one of the following, the instruction XRA A in 8085 microprocessor can be used?
a.Set the carry flag
b.Set the zero flag
c.Reset the carry flag and clear the accumulator
d.Transfer FFH to the accumulator
Answer. b
65. What is the correct 8085 assembly language instruction that stores the contents of H and L registers into the memory locations 1080 H and 1081 H respectively?
a.SPHL 1080 H
b.SHLD 1080 H
c.STAX 1080 H
d.SPHL 1081 H
Answer. b
66. When the operand requires for instruction is stored inside the processor, then What this addressing mode is called?
a.Direct
b.Register
c.Implicit
d.Immediate
Answer. b
67. Which one of the following addressing technique is not used in 8085 microprocessor?
a.Register
b.Immediate
c.Register indirect
d.Relative
Answer. d
68. In an instruction of 8085 microprocessor, how many bytes are present?
a.One or two
b.One, two or three
c.One only
d.Two or three
Answer. b
69. Which one is the indirect addressing mode in the following instructions?
a.LXI H 2050 H
b.MOV A, B
c.LDAX B
d.LDA 2050 H
Answer. c
70. The addressing mode used in the instruction JMP F347 H in case of an Intel 8085A microprocessor is which one of the following?
a.Direct
b.Register—indirect
c.Implicit
d.Immediate
Answer. d
you can go through all the pages by clicking on the link given by page number and can check all the questions .It will absolutely help in your examinations . So read these questions carefully and if you are facing any problem then please comment your problem in comment box.
Top-100 questions of 8085 microprocessor
Recommended Post:
Hackerearth Problems:-
- Very Cool numbers | Hacker earth solution
- Vowel Recognition | Hackerearth practice problem solution
- Birthday party | Hacker earth solution
- Most frequent | hacker earth problem solution
- program to find symetric difference of two sets
- cost of balloons | Hacker earth problem solution
- Chacha o chacha | hacker earth problem solution
- jadu and dna | hacker earth solution
- Bricks game | hacker earth problem
- Anti-Palindrome strings | hacker earth solution
- connected components in the graph | hacker earth data structure
- odd one out || hacker earth problem solution
- Minimum addition | Hackerearth Practice problem
- The magical mountain | Hackerearth Practice problem
- The first overtake | Hackerearth Practice problem
Data structure:-
- Program to find cycle in the graph
- Implementation of singly link list
- Implementation of queue by using link list
- Algorithm of quick sort
- stack by using link list
- program to find preorder post order and inorder of the binary search tree
- Minimum weight of spanning tree
- Preorder, inorder and post order traversal of the tree
Key points:-
- How to set limit in the floating value in python
- What is boolean data type
- How to print any character without using format specifier
MCQs:-
0 Comments