Toc Q2
Toc Q2
AUTOMATA- 1
1.
r1 = 1 (0 + 1)*
r2 = 1 (1 + 0)+
r3 = 1 1* 0
Relation?
(a) L (r1) ⊆ L (r2) and L(r1) ⊆ L(r3) (b) L (r1) ⊇ L (r2) and L(r2) ⊇ L(r3)
(c) L (r1) ⊇ L (r2) and L(r2) ⊆ L(r3) (d) L (r1) ⊆ L (r3) and L(r2) ⊆ L(r1)
2. Give the strongest correct statement about finite language over finite Ʃ ?
3. Let n1 be the number of states in minimal NFA of a partial language and n2 be the DFA.
Relation?
(a) n1 ≥ n2 (b) n1 ≤ n2
(c) n1 < n2 (d) n2 > n1
4.
S1: L is regular. Infinite union of L will also be regular i.e. (L0 ∪ L1 ∪ L2 . . .)
S2: L is regular. It’s subset will also be regular.
5. Consider r = (11 + 111)* over Ʃ = {0, 1}. Number of states in minimal NFA and DFA
respectively:
(a) N – 3, D – 4 (b) N – 3, D – 3
1
(c) N – 3, D – 3 (d) N – 4, D – 4
7. Consider 2 scenarios:
How many strings will be there in the complement of the language accepted by this Finite
Automata?
2
(c) 3 (d) 0
10. Total number of DFA possible with 2 states q0 → start and non-final, q1 → final
over Ʃ = {a,b} is
(a) 16 (b) 32
(c) 48 (d) 64
11.
Ʃ = {0, 1}
L = Ʃ*
R = { On 1n such that n > 1}
12.
L1 = { am | m ≥ 0}
L2 = { bm | m ≥ 0}
L1 ∙ L2 = ?
3
(L)∗ ≠ (L∗ )
14. Which of the following R.E. over Ʃ = {0, 1} denotes set of all strings not containing as sub-
string.