(1p) Consider the DFA A = ({q₀, q₁}, {1}, δ, q₀, {q₁}), where δ is left unspecified. What is the start state of A?
q₀
q₁
(1p) Consider the DFA A = ({q₀, q₁}, {1}, δ, q₀, {q₁}), where δ is left unspecified. Which accepting states does A have?
None
q₀
q₁
q₀ and q₁
(1p) Consider the DFA that is given by the following transition table:
0 | 1 | |
---|---|---|
→ q₀ | q₁ | q₂ |
* q₁ | q₂ | q₀ |
q₂ | q₂ | q₂ |
Denote the DFA’s transition function by δ. What is δ(q₁, 0)?
q₀
q₁
q₂
(1p) Consider the DFA A = ({q₀, q₁}, {1}, δ, q₀, {q₁}), where δ(q₀, 1) = q₁ and δ(q₁, 1) = q₀. Which of the following strings are members of L(A), the language of A?
ε
1
11
111
(1p) Consider the DFA that is given by the following transition table:
0 | 1 | |
---|---|---|
→ q₀ | q₁ | q₂ |
* q₁ | q₂ | q₀ |
q₂ | q₂ | q₂ |
Which of the following strings are members of the language of this DFA?
ε
0
1
00
01
10
11