Menu

Regular Expressions Questions

MCQ
11.
Which one of the following languages over the alphabet {0, 1} is described by the regular expression: (0+1)*0(0+1)*0(0+1)*?
forum Discussion
MCQ
12.
Match the following
Group 1 Group 2P. Regular expression 1. Syntax analysis

Q. Pushdown automata 2. Code generation

R. Dataflow analysis 3. Lexical analysis

S. Register allocation 4. Code optimization
forum Discussion
MCQ
13.
Let L = L1 ? L2, where L1 and L2 are languages as defined below:
L1 = {ambmcanbn | m, n >= 0 }

L2 = {aibjck | i, j, k >= 0 }

Then L is
forum Discussion
MCQ
14.
Does epsilon ring any change in the automata
forum Discussion
MCQ
15.
NFA-?s are defined because certain properties can be more easily proved on them as compared to NFA.
forum Discussion
MCQ
16.
NFA-?s are defined because certain properties can be more easily proved on them as compared to NFA.
forum Discussion
MCQ
17.
E(q) is known ?-closure of q.
forum Discussion
MCQ
18.
?-transitions does not add any extra capacity of recognizing formal
forum Discussion
MCQ
19.
A nondeterministic finite automaton with ?-moves is an extension of nondeterministic finite automaton
forum Discussion
MCQ
20.
Is an ordinary NFA and a NFA-? are equivalent
forum Discussion