969 views
3 votes
3 votes
A Language is said to be regular iff
(a) There exists a Right Linear Regular Grammar for L
(b) There exists a Left Linear Regular Grammar for L
(c) There exists a nfa with single final state
(d) There exists a dfa with single final state
(e) There exists a nfa without ԑ - move
Which are true?
(i) All are true   (b) a, b, c are true
(c) a, b, c, e are true   (d) a, b, d are true

1 Answer

Best answer
2 votes
2 votes

(c) is correct option!

Statement (d) is not true, DFA with single final state has less power than NFA with one state, it's because in DFA there are no epsilon transitions defined for DFA.
for example, Language L=a*b* is a regular language but you can not draw DFA for it with single final state.

Hence statement (d) is false!

selected by
Answer:

Related questions

0 votes
0 votes
1 answer
1
practicalmetal asked Mar 25, 2023
379 views
The solution to $X = r +Xs$ by Arden’s Lemma when s has ϵa) an infinite number of solutionsb) a finite number of solutionsc) is always uniqued) none
1 votes
1 votes
1 answer
2
atulcse asked Jan 28, 2022
481 views
Which of the following languages is/are regular?
5 votes
5 votes
3 answers
3
Hirak asked May 25, 2019
1,803 views
Consider the following statements:$S_1:\{(a^n)^m|n\leq m\geq0\}$$S_2:\{a^nb^n|n\geq 1\} \cup \{a^nb^m|n \geq1,m \geq 1\} $Which of the following is regular?$S_1$ only$S_2...