1,640 views

1 Answer

1 votes
1 votes

Ans is A.

Consider the string 011010.

  • Option A reach final state (accept)
  • Option B and C are not DFA, they have non deterministic transitions
  • Option D cannot accept this string

Related questions

0 votes
0 votes
1 answer
1
0 votes
0 votes
0 answers
3
0 votes
0 votes
1 answer
4
M_Umair_Khan42900 asked Dec 29, 2022
787 views
Show that the following pairs of regular expressions define the same language over the alphabet I = [a, b].s(a) p(pp)*( A + p)q + q and p*q(b) A +0(0+1)* + (0+1)* 00(0+1)...