8085 Microprocessors
-  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 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.
-  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 
-  "Short forms used for humans to give instructions to μP so it can understand those instructions" are called—
- 
                        View Hint View Answer Discuss in Forum Mnemonics Correct Option: AMnemonics 
-  The register that is used to sequence the execution of the instructions is called—
- 
                        View Hint View Answer Discuss in Forum Program counter function is to point to the memory address from which the next byte has to be fetched. Correct Option: AProgram counter function is to point to the memory address from which the next byte has to be fetched. 
 
	