(A) Pumping Lemma
(B) Kleene’s theorem
(C) None of the given
(D) 1,2 both
Tag: Theory of Automata Mcqs
The languages __ are the examples of non regular languages.
(A) EVEN-EVEN and PRIME
(B) PALINDROME and PRIME
(C) PALINDROME and EVEN-EVEN
(D) FACTORIAL and SQURE
Choose the incorrect statement?
(A) (a+b)*aa(a+b)* generates Regular language
(B) A language consisting of all strings over Σ=,a,b- having equal number of a’s and b’s is a regular language
(C) Every language that can be expressed by FA can also be expressed by RE
(D) None of these
The language that can be expressed by any regular expression is called a Non regular language?
(A) True
(B) False
(C) NA
(D) NA
The regular expression defining the language L1 U L2 can be obtained, converting and reducing the previous __ into a __ as after eliminating states.
(A) GTG, TG
(B) FA, GTG
(C) FA, TG
(D) TG, RE
L= language of words containing even number of a’s. Regular Expression is?
(A) (a+b)*aa(a+b)*
(B) (b+ab*a)*
(C) a+bb*aab*a
(D) (a+b)*ab(a+b)*
If L1 and L2 are two regular languages, then L1 U L2 is not a regular?
(A) True
(B) False
(C) NA
(D) NA
Converting each of the final states of F to non-final states and old non-final states of F to final states, FA thus obtained will reject every string belonging to L and will accept every string, defined over Σ, not belonging to L. is called?
(A) Complement of L
(B) Finite Automata of L
(C) Transition Graph of L
(D) Regular expression of L