edited by
1,489 views
0 votes
0 votes

The following are the state diagrams of two $\text{DFAs,}$ $\text{M1}$, and $\text{M2.}$ Answer the following questions about each of these machines.

  1. What is the start state?
  2. What is the set of accept states?
  3. What sequence of states does the machine go through on input $\text{aabb?}$
  4. Does the machine accept the string $\text{aabb?}$
  5. Does the machine accept the string $\epsilon?$
edited by

Please log in or register to answer this question.

Related questions

0 votes
0 votes
0 answers
2
admin asked Apr 21, 2019
798 views
The formal description of a $\text{DFA}$ $\text{M}$ is $({q1, q2, q3, q4, q5}, {u, d}, δ, q3, {q3}),$ where $\text{δ}$ is given by the following table. Give the state ...
0 votes
0 votes
0 answers
3