Home / ECE / Microprocessors :: Discussion

Discussion :: Microprocessors

  1. LPEPSI = 2
    2PEPSI = LPEPSI * LPEPSI + 1
    GOT TO (3, 5, 9, 11, 13, 17, 21, 23) LPEPSI

    After the execution of above statement the control is transferred to statement number

  2. A.
    3
    B.
    9
    C.
    13
    D.
    23

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    Since L PEPSI = 2 x 2 + 1 = 5 the control goes to the fifth statement, i.e., 13.


Be The First To Comment