Microprocessors - Engineering

Q1:

JCOKE = 3
JCOKE = JCOKE + 1
GO TO (5, 8, 9, 11, 15, 16 18, 20) JCOKE.

A 8

B 11

C 16

D 20

ANS:B - 11

It is a computed GO TO statement. Since J COKE = 3 + 1 = 4, the control is transferred to statement 11.