Home » Theory of Computation » Theory of computation miscellaneous » Question

Theory of computation miscellaneous

Theory of Computation

  1. The minimum possible number of states of a deterministic finite automata that accepts the regular language L = {w1 aw2 | w1 ,w2 ∈ {a, b}*, | w1 | = 2, |w2 | ≥ 3} is ________.
    1. 4
    2. 8
    3. 10
    4. 0
Correct Option: B

The Minimum possible number of states of deterministic finite Automata that accepts the regular language.
As given that,
L = { W1 a W2 | W1 , W2 ∈ {a , b}*, | W1 | = 2, | W2 | ≥ 3 } is
The regular expression for L is = (a + b)(a + b) a(a + b)(a + b)(a + b)(a + b )*
The minimal DFA accepting L is :

Hence, the minimum number of state are 8.



Your comments will be displayed only after manual approval.