Menu

Reqular Expressions Questions

MCQ
71.
Which of the following regular expression is equivlant to R(1,0)?R(1,0)={111*}*
forum Discussion
MCQ
72.
Which of the following is/are the suitable approches for inferencing?
forum Discussion
MCQ
73.
For an automata, which of the following are equivalant variants ?DFA,NFA and NFA  with epsilon transitions
forum Discussion
MCQ
74.
Let the class of language accepted by finite state machine be L1 and the class of  languages represented by regular expressions be L2 then
forum Discussion
MCQ
75.
Which of the follwing options is incorrect?
forum Discussion
MCQ
76.
Regular expression are
forum Discussion
MCQ
77.
what does the following segment of codes here?grep -i men heroes.txt
forum Discussion
MCQ
78.
For the given Regular expression, the minimum number of terminals required to derive its grammer is:(011+1)*(01)*
forum Discussion
MCQ
79.
Choose the correct option:Statement: Unambiguity is the ideal structure of a language
forum Discussion
MCQ
80.
Which of the following parsers do not relate to bottom up parsing ?
forum Discussion