8085 Microprocessors
-  Specify the output at PORT1, after the following program has been executed—MVI B, 82 H MOV A, B MOV C, A MVI D, 37 H DUT PORT 1 HLT 
- 
                        View Hint View Answer Discuss in Forum 82 H 
 ∵ Out PORT command outputs the data whatever is present in Accumulator.Correct Option: A82 H 
 ∵ Out PORT command outputs the data whatever is present in Accumulator.
-  What will be the O/P, if the following program is executed?MVI A, OO H DCR A OUT PORT 1 HLT 
- 
                        View Hint View Answer Discuss in Forum FF H Correct Option: BFF H 
-  What operation can be performed by using the instruction SUBA?
- 
                        View Hint View Answer Discuss in Forum Clear the accumulator Q The command subtracts the contents of register specified from the accumulator Correct Option: AClear the accumulator Q The command subtracts the contents of register specified from the accumulator 
-  Specify the contents of register A after the execution of following program—MVI A, F8 H SUI 69 H HLT 
- 
                        View Hint View Answer Discuss in Forum 8FH 
 A: 1111 1000
 69: 0110 1001
 1001 1111: 8 FCorrect Option: B8FH 
 A: 1111 1000
 69: 0110 1001
 1001 1111: 8 F
-  Which of the following is commonly used to interface I/P devices?
- 
                        View Hint View Answer Discuss in Forum Tri-state buffer Correct Option: BTri-state buffer 
 
	