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.
Transition Graph of L
B.
Regular expression of L
C.
Complement of L
D.
Finite Automata of L
Explanation :
Similar Questions
1.
If Σ== {aa, bb} , then Σ* will not contain
A. aaabbb
B.
aabbbb
C.
aabbaa
D.
bbaabbbb
Explanation :
2.
Below given FA has __________ RE.
A.
a(a+b)*
B.
(a(a+b)*)*
C.
a(a+b)*a
D.
a(a+b)*a + b(a+b)*b
Explanation :
3.
“One language can have _________ TG‟s”
A.
Only one
B.
Only two
C. More than one
D.
Only three
Explanation :
4.
According to 1st part of the Kleene‟s theorem, If a language can be accepted by an FA then it can be accepted by a ________ as well.
A.
FA
B.
CFG
C.
GTG
D.
TG
Explanation :
5.Even-palindrome is a _______ language.
A.
Non-regular
B. Regular=
C.
Regular but infinite
D.
Regular but finite
Explanation :
6.If L is a regular language then, Lc is also a _____ language.
A.
Regular
B.
NonJregular
C.
Regular but finite
D.
None of the given
Explanation :
7.Pumping lemma is generally used to prove that:
A.
A given language is infinite
B.
A given language is not regular
C.
Whether two given regular expressions of a=regular language are equivalent or not
D.
None of these
Explanation :
8.If the FA has N states, then test the words of length less than N. If no word is accepted by this FA, then it will
_________ word/words.
A.
accept all
B.
accept no
C.
accept some
D.
reject no
Explanation :
9.
In CFG, the symbols that can‟t be replaced by anything are called________.