retagged by
1,015 views
5 votes
5 votes
The number of possible Deterministic Finite Automation with two states $q_0$ and $q_1$, where $q_0$ is always the initial state over the alphabet $\left \{ a,b \right \}$ which accept empty language is : ____________.
retagged by

1 Answer

Best answer
8 votes
8 votes

Given,


Machine = DFA.

Input alphabats = { a,b}

No. of states = 2 { q0, q1}.

Initial state = q0.

Language accepted = phi.


case-1. When both q0 and q1 are non-final. 

Total possible transition at q0 = 2 * 2  { 2 for a and 2 for b}

Total possible transition at q1 = 2 * 2  { 2 for a and 2 for b}

Total possible config. for eqv. DFA = 4 * 4 = 16


case- 2. When q0 - non-final and q1- final.

Total possible transition at q0 = 1 { a and b can not make a trasition to final state q1 other wise accepted language whould not be phi.}

Total possible transition at q1 = 2 * 2  { 2 for a and 2 for b}

Total possible config. for eqv. DFA = 1* 4 = 4.



total No. of possible DFA’s = 16+4 = 20

selected by
Answer:

Related questions

854
views
5 answers
1 votes
Bikram asked Jan 24, 2017
854 views
$S\rightarrow A0 B$A\rightarrow BB \mid 0$B\rightarrow AA \mid 1$ The number of terminal strings of length $5$ generated by the context-free grammar shown above is _______.
511
views
2 answers
4 votes
Bikram asked Jan 24, 2017
511 views
The value of the expression $1 - 6 + 2 - 7 + 3 - 8 +$……… to $100$ terms is __________.
649
views
1 answers
6 votes
Bikram asked Jan 24, 2017
649 views
An apple vendor sells half the number of existing apples plus $1$ to the first customer, sells $1/3$^{rd}$of the remaining apples plus $ ... costs $Rs.12$, then the amount of money he collected while selling apples is _______
908
views
2 answers
5 votes
Bikram asked Jan 24, 2017
908 views
$HCF$ of two numbers is $23$ and other two factors of their $LCM$ are $13 $&$ 14$. The largest of two numbers is _________