Here are the steps to solve the assignments:
1. Draw NFA and DFA over L = {0, 1} where machine should only accept at least two 1s
NFA:
A
1
B
0,1
1
C
DFA:
A
1
B
1
C
2. Draw DFA for following state transition table of NFA:
A {A} {A, B}
B {C} {C}
C Փ Փ
0 1
DFA:
A
0,1
B
1
C
The key steps are to identify the states of the N