

MCQOPTIONS
Saved Bookmarks
1. |
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, ε) =q0 < δ(q0,0) =δ (δ (q0, ε),0) = δ(q0,0) =q1 < _______________ |
B. | δ (q0, 011) =δ (δ (q0,1), 1) =δ (q2, 1) =q3 |
C. | δ (q0, 01) =δ (δ (q0, 0), 1) = δ (q1, 1) =q2 |
D. | δ (q0, 011) =δ (δ (q01, 1), 1) =δ (q2, 0) =q3 |
E. | δ (q0, 0111) =δ (δ (q0, 011), 0) = δ (q3, 1) =q2 |
Answer» C. | |