8085 Microprocessors


8085 Microprocessors

  1. How many address lines are used to identify an I/O port in the peripheral I/O device?









  1. View Hint View Answer Discuss in Forum

    2

    Correct Option: D

    2


  1. The first two instructions of an interrupt service subroutine are PUSH B, PUSH PSW. What will be the next instance?









  1. View Hint View Answer Discuss in Forum

    POP PSW

    Correct Option: A

    POP PSW



  1. Microprocessor is an in-sequence device, which powerful category of instructions breaks this sequence?









  1. View Hint View Answer Discuss in Forum

    Branch control instructions

    Correct Option: D

    Branch control instructions


  1. Specify the number of times the given loop will count— LOOP:
    MVI B, 64 H
    DCRB
    JNZ LOOP









  1. View Hint View Answer Discuss in Forum

    Infinite

    Correct Option: D

    Infinite



  1. What is the total delay for executing the following program?
    MVI C, FFH
    DCRC
    JNZ LOOP









  1. View Hint View Answer Discuss in Forum

    1.8 ms
    Clock frequency, f = 2 MHz

    =1= 1 × 10-6 = 0.5 μs
    f2

    Time period to execute,
    MVI = 7 T-states × 0·5
    T = 3·5 μs
    Time Delay = T × Loop T-states × N10
    = 0·5 × 10–6 × 14 × 255
    = 1785 μs ≈ 1·8 μs

    Correct Option: A

    1.8 ms
    Clock frequency, f = 2 MHz

    =1= 1 × 10-6 = 0.5 μs
    f2

    Time period to execute,
    MVI = 7 T-states × 0·5
    T = 3·5 μs
    Time Delay = T × Loop T-states × N10
    = 0·5 × 10–6 × 14 × 255
    = 1785 μs ≈ 1·8 μs