475 views
3 votes
3 votes
The number of two state DFAs with a designated initial state and a designated final state that can be constructed over the alphabet set $\Sigma = \{0,1\}$ is _______

2 Answers

Best answer
6 votes
6 votes
We can do in this way.
$$\begin{array}{ c|c|c }
\hline
 & 0 & 1 \\\hline
\rightarrow X & X\mid Y & X\mid Y \\\hline
\ast Y & X\mid Y & X\mid Y \\
 \hline
\end{array}$$
The number of DFAs $ = 2 \times 2 \times 2 \times 2 = 16.$

So, the correct answer is $16.$
selected by
1 votes
1 votes
Here it is say designated initial and final state so they are fixed .

so we just need to calculate the transition possible.

now for dfa $Q × Σ → Q$

here Q={Q1,Q2} as defined two states.

$\sum \doteq${0,1}.

so number of function possible 2^4.

 

Q × Σ contain 4 elements .

∑ contains 2 elements.
Answer:

Related questions

7 votes
7 votes
1 answer
1
gatecse asked Sep 29, 2020
693 views
The minimum number of states in the deterministic finite automata required to check the divisibility by $18$ of a binary string (decimal value of string being divisible b...
4 votes
4 votes
2 answers
2
3 votes
3 votes
3 answers
3
gatecse asked Sep 29, 2020
353 views
In the DFA (not necessarily minimal) for a regular language $L$ over $\Sigma = \{a, b, c,d\},$ the minimum number of outgoing edges for any state is _____
4 votes
4 votes
2 answers
4
gatecse asked Sep 29, 2020
335 views
The number of states, after the minimization of the below Deterministic Finite Automata is _______