δ(A,1) = B, δ(A,0) =A Δ (B, (0,1)) =C δ(C,0) = A (Initial state =A) String=”011001” is transit at which of the states?

δ(A,1) = B, δ(A,0) =A Δ (B, (0,1)) =C δ(C,0) = A (Initial state =A) String=”011001” is transit at which of the states? Correct Answer A

It is east and simple to create the table and then the corresponding transition graph in order to get the result, at which state the given string would be accepted.

Related Questions