Question
01*+1
a.
(01)*+1
b.
0((1)*+1)
c.
(0(1)*)+1
d.
((0*1)1*)*
Posted under Formal Languages and Automata Theory
Engage with the Community - Add Your Comment
Confused About the Answer? Ask for Details Here.
Know the Explanation? Add it Here.
Q. Which among the following is equivalent to the given regular expression? 01*+1
Similar Questions
Discover Related MCQs
Q. The total number of states required to automate the given regular expression
(00)*(11)*
View solution
Q. Generate a regular expression for the following problem statement:
Password Validation: String should be 8-15 characters long. String must contain a number, an Uppercase letter and a Lower case letter.
View solution
Q. Generate a regular expression for the following problem statement:
P(x): String of length 6 or less for å={0,1}*
View solution
Q. The minimum number of states required in a DFA (along with a dumping state) to check whether the 3rd bit is 1 or not for |n|>=3
View solution
Q. Which of the regular expressions corresponds to the given problem statement:
P(x): Express the identifiers in C Programming language
l=letters
d=digits
View solution
Q. Generate a regular expression for the given language:l
L(x): {xÎ{0,1}*| x ends with 1 nd does not contain a substring 01}
View solution
Q. The minimum number of transitions to pass to reach the final state as per the following regular expression is:
{a,b}*{baaa}
View solution
Q. Which of the following is an utility of state elimination phenomenon?
View solution
Q. If we have more than one accepting states or an accepting state with an outdegree, which of the following actions will be taken?
View solution
Q. Which of the following is not a step in elimination of states procedure?
View solution
Q. Which of the following methods is suitable for conversion of DFA to RE?
View solution
Q. State true or false:
Statement: The state removal approach identifies patterns within the graph and removes state, building up regular expressions along each transition.
View solution
Q. The behaviour of NFA can be simulated using DFA.
View solution
Q. It is suitable to use ____________ method/methods to convert a DFA to regular expression.
View solution
Q. State true or false:
Statement: For every removed state, there is a regular expression produced.
View solution
Q. Is it possible to obtain more than one regular expression from a given DFA using the state elimination method?
View solution
Q. A regular language over an alphabet a is one that can be obtained from
View solution
Q. Regular expression {0,1} is equivalent to
View solution
Q. Precedence of regular expression in decreasing order is
View solution
Q. Regular expression Φ* is equivalent to
View solution
Suggested Topics
Are you eager to expand your knowledge beyond Formal Languages and Automata Theory? We've curated a selection of related categories that you might find intriguing.
Click on the categories below to discover a wealth of MCQs and enrich your understanding of Computer Science. Happy exploring!