

MCQOPTIONS
Saved Bookmarks
1. |
4.Predict the following step in the given bunch of steps which accepts a strings which is of even length and has a prefix= 01 |
A. | (q0, 011) = ( (q0,1), 1) = (q2, 1) =q3 |
B. | (q0, 01) = ( (q0, 0), 1) = (q1, 1) =q2 |
C. | (q0, 011) = ( (q01, 1), 1) = (q2, 0) =q3 |
D. | (q0, 0111) = ( (q0, 011), 0) = (q3, 1) =q2 |
Answer» C. (q0, 011) = ( (q01, 1), 1) = (q2, 0) =q3 | |