Microprocessors - Engineering

Q1:

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

A 3

B 9

C 13

D 23

ANS:C - 13

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