85 Automata Mcqs
85 Automata Mcqs
(4) For the given input, AND box provides the Boolean AND
output.
True
False
L1 + L2
L1L2
L1
All of above
Alphabet
Regular Expression
String
Word
(10) For a certain language L, the complement of Lc is the given
language L i.e. (Lc)c = Lc
True
False
Transition Graph of L
Regular expression of L
Complement of L
Finite Automata of L
(13) If L1 and L2 are two regular languages, then L1 U L2 is
not a regular.
True
False
(a+b)aa(a+b)
(b+aba)
a+bbaaba
(a+b)ab(a+b)
GTG, TG
FA, GTG
FA, TG
TG, RE
Complement of L
Pumping Lemma
Kleene’s theorem
None in given
(23) If, two strings x and y, defined over Σ, are run over an
FA accepting the language L, then x and y are said to belong to
the same class if they end in the same state, no matter that state
is final or not.
True
False
{b,bbba,bbbaaa}
{b,bba,bbaaa}
{ab,bba,bbbaa}
{b,bba,bbba}
Non-regular
Equal
Regular
Infinite
State
Transition
Input Tape
Output Tape
ACCEPT
REJECT
STATR
READ
n=1, 2, 3, 4……….
n=0, 1, 2, 3, 4……….
n=…….-3,-2,-1, 0, 1, 2, 3, 4……
n=…….-3,-2,-1, 1, 2, 3, 4……
START or READ
POP or REJECT
READ or POP
PUSH or POP
True
False
Decision procedure
Decision method
Decision problem
Decision making
Final to initial
Final to final
Initial to final
Initial to initial
TRUE
FALSE
Semantics
Syntactic
Both a and b
None of given
(45)The symbols that can’t be replaced by anything are called
-----------------
Productions
Terminals
Non-terminals
All of above
Productions
Terminals
Non-terminals
None of given
Capital, bold
Small, capital
Capital, small
Small, bold
(49)The language generated by __________ is called Context
Free Language (CFL).
FA
TG
CFG
TGT
(a+b)aa(a+b)
(a+b)a(a+b)a
(a+b)aa(a+b)aa
(a+b)aba+b)
Null production
Unit production
None of given
(54) While finding RE corresponding to TG, we connect the new start state to the old
start state by the transition labeled by
Select correct option:
a
b
null string
None of the given options
(55)
Let FA3 be an FA corresponding to FA1+FA2, then the initial state of FA3 must
correspond to the initial state of
Select correct option:
FA1 only
FA2 only
FA1 or FA2
FA1 and FA2
(57)
Which of the following statement is NOT true about TG?
Select correct option:
There exists exactly one path for certain string
There may exist more than one paths for certain string
There may exist no path for certain string
There may be no final state
(62) If r1 = (aa + bb) and r2 = ( a + b) then the language (aa + bb)(a + b) will be
generated by
► (r1)(r2)
► (r1 + r2)
► (r2)(r1)
► (r1)
(63) “One language can be expressed by more than one FA”. This statement is ______
► True
► False
► None of these
► Alan Turing
► A. M. Turing
► Turing
► None of these
► Must be finite
► Must be infinite
(67)Every regular expression can be expressed as CFG but every CFG cannot be
expressed as a regular expression. This statement is:
► True
► False
► True
► False
► Depends on language
► None of these
(69)
► (aa+aa+(ab+ab)(aa+ab)(ab+ba))
► (aa+bb+(ab+ba)(aa+bb)(ab+ba))
► (aa+bb+(ab+ba)(aa+bb)(ab+ba))
► None of these
► None of these
Let A = {0, 1}. The number of possible strings of length ‘n’ that can be formed by the
elements of the set A is
► n!
► n 2
► nm
► 2n
► All of these
(73)
► None of these
(74)If L1 and L2 are expressed by regular expressions r1 and r2, respectively then
the language expressed by r1 + r2 will be _________
► Regular
► Ir-regular
► Can’t be decided
(75)
► True
► False
► Finite Automata
► Turing machine
► FA
► TG
(77)The language of all words (made up of a’s and b’s) with at least two a’s can not be
described by the regular expression.
► a(a+b)a(a+b)(a+b)ab
► (a+b)aba(a+b)
► baba(a+b)
► none of these
(78)In FA, if one enters in a specific state but there is no way to leave it, then that
specific state is called
► Dead State
► Waste Basket
► All of these
► Non-regular
(80)
► All of these
► None of these
► A language consisting of all strings over ∑={a,b} having equal number of a’s
and b’s is a regular language
► None of these
(83)
► One terminal
► One non-terminal