8085 Microprocessors


8085 Microprocessors

  1. What operation can be performed by using the instruction SUBA?









  1. View Hint View Answer Discuss in Forum

    Clear the accumulator Q The command subtracts the contents of register specified from the accumulator

    Correct Option: A

    Clear the accumulator Q The command subtracts the contents of register specified from the accumulator


  1. Specify the output at PORT1, after the following program has been executed—
    MVI B, 82 H
    MOVA, B
    MOV C, A
    MVI D, 37 H
    DUT PORT 1
    HLT









  1. View Hint View Answer Discuss in Forum

    82 H
    ∵ Out PORT command outputs the data whatever is present in Accumulator.

    Correct Option: A

    82 H
    ∵ Out PORT command outputs the data whatever is present in Accumulator.



  1. Which of the following is commonly used to interface I/P devices?









  1. View Hint View Answer Discuss in Forum

    Tri-state buffer

    Correct Option: B

    Tri-state buffer


  1. "Short forms used for humans to give instructions to μP so it can understand those instructions" are called—









  1. View Hint View Answer Discuss in Forum

    Mnemonics

    Correct Option: A

    Mnemonics



  1. The register that is used to sequence the execution of the instructions is called—









  1. 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: A

    Program counter function is to point to the memory address from which the next byte has to be fetched.