839 views
3 votes
3 votes

If all state of DFA is final then it accpets $\sum$ (i.e) regular

true or false

2 Answers

1 votes
1 votes
true

as in dfs there is always a move on any symbol at any state so it will accept .
0 votes
0 votes
yes it is true because in dfa we show transition for every symbol on each state .if we have a dfa which accepts all strings (0+1)* for a given input symbols {0,1,2} then for any transition with 2 as the input symbol will lead to a dead state / trap state.when we make all the states as accepting states we include dead state also otherwise it will not be (sigma)^(*).

Related questions