Module-1 Practice Questions
Module-1 Practice Questions
Figure: 1
(b) Construct DFA for given NFA.
Figure: 2
Figure: 3
Figure: 4
Figure: 5
(b) Convert the following NFA in Figure 6 with -moves into a NFA without -moves.
Figure: 6
(c) Construct NFA for given NFA with -moves.
Figure: 7
4. (a) Build the DFA with minimum states equivalent to the following DFA:
Figure: 8
Figure: 9
(c) Build the DFA with minimum states equivalent to the following DFA:
Figure: 10
(d) Construct the minimum state automaton equivalent to the transition diagram given by Figure
11.
Figure: 11
7. Find all strings of length 5 or less in the regular set represented by the following regular
expressions:
(a) (ab + a)*(aa + b)
(b) (a*b + b*a)*a
(c) a* + (ab + a)*
8. Describe, in the English language, the sets represented by the following regular expressions:
(a) a(a + b)*ab
(b) a*b + b*a
(c) (aa + b)*(bb + a)*
Figure: 13
(c) Convert the following Finite Automata to it’s equivalent Regular Expression.
Figure: 14