8085 Microprocessors


8085 Microprocessors

  1. How many memory cells are there in a 128 × 4 memory chip?









  1. View Hint View Answer Discuss in Forum

    512 No. of memory cells = 128 × 4 = 512

    Correct Option: B

    512 No. of memory cells = 128 × 4 = 512


  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



  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. 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