Here I will give you Top- 100+ multiple choice question related to the 8085 microprocessor which will help in you college or university examinations, in your mid semester examination and in your upcoming AKTU examination .
*********************************************************************************
91. If the accumulator of an Intel 8085A microprocessor contains 37 H and the previous operation has set the carry flag, the instruction ACI 56 H will result in
a.8E H
b.94H
c.7E H
d.84 H
Answer. a
92. Examine the following instruction to be executed by a 8085 microprocessor. The input port has an address of 01 h and has a data 05 h to input:
IN 01 H
ANI 80 H
After the execution of the two instructions the following flag portions may occur:
1. Zero flag is set
2. Zero flag is reset
3. Carry flag is cleared
4. Auxiliary carry flag is set
Select the correct answer using the codes given below:
a.1 and 3
b.2, 3 and 4
c.1, 3 and 4
d.1, 2 and 4
Answer. c
93. For 8085 microprocessor, the instruction RST 6 restarts subroutine at address
a. 00 H
b. 03 H
c. 30 H
d. 33 H
Answer. c
94. Which one of the following function is performed by the 8085 instruction MOV H, C?
a.Moves the contents of H register to C register
b.Moves the contents of C register to H register
c.Moves the contents of C register to HL pair
d.Moves the contents of HL pair to C register
Answer. b
95. Consider the execution of the following instructions by an 8085 microprocessor:
LXI H, 01FF H
SHLD 2050H
After execution, the contents of memory locations 2050H and 2051 H and the registers H and L, will be
a.2050 H→ FF; 2051 H→ 01 ; H→ FF; L→ 01
b.2050 H→ 01; 2051 H→ FF ; H→ FF; L→ 01
c.2050 H→ FF; 2051 H→ 01 ; H→ 01; L→ FF
d.2050 H→ FF; 2051 H→ 01 ; H→ 00; L→ 00
Answer. c
96. When RET instruction is executed by any Subroutine then
a. the top of the stack will be popped out and assigned to the PC
b. without any operation, the calling program would resume from instruction immediately following the call instruction
c. the PC will be incremented after the execution of the instruction
d. without any operation, the calling program would resume from instruction immediately following t the call instruction, and also the PC will be incremented after the execution of the instruction
Answer. a
97. An 8085 microprocessor-based system uses a 4 K x 8-bit RAM whose starting address is AA00 H. The address of the last byte in this RAM is
a. 0FFF H
b. 1000 H
c. B9FF H
d. BA00 H
Answer. c
98. The address bus of Intel 8085 is 16-bit wide and hence the memory which can be accessed by this address bus is
a. 2 k bytes
b. 4 k bytes
c. 16 k bytes
d. 64 k bytes
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
- Playing With Characters | Hackerrank practice problem solution
- Sum and Difference of Two Numbers | hackerrank practice problem solution
- Functions in C | hackerrank practice problem solution
- Pointers in C | hackerrank practice problem solution
- Conditional Statements in C | Hackerrank practice problem solution
- For Loop in C | hackerrank practice problem solution
- 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
- How to set limit in the floating value in python
- What is boolean data type
- How to print any character without using format specifier
0 Comments