6,645 views
2 votes
2 votes
Choose the correct statement:

a) For every regular language, there is right linear and left linear grammar.

b) For every regular language, there is right linear or left linear grammar but not both.

c) Transpose of a regular language is regular.

d) both a and c

1 Answer

2 votes
2 votes
D) Both A and C are correct options.

A) Using the DFA we can easily create it's left linear grammar as well as right linear grammar.

C) Transpose of a regular language is just inverting final states to non-final states and vice-versa, which will also be a regular language.

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
486 views
Which of the following languages is/are regular?
5 votes
5 votes
3 answers
3
Hirak asked May 25, 2019
1,812 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...