2,580 views
3 votes
3 votes
The regular expression 0*(10*)* denotes the same set as

(A) (1*0)*1*

(B) 0 + (0 + 10)*

(C) (0 + 1)* 10(0 + 1)*

(D) none of these

5 Answers

0 votes
0 votes
i think option is A

Bcz option C is completly wrong bcz they form min string 10 bt accn to given R.E min string is epsilon

then option B is also wrong bcz you can't form the string 1110 using option B  and remaing option A in which u give me any string  which also form by A as well as given R.E in question

Related questions

2 votes
2 votes
1 answer
5
himgta asked Jul 8, 2018
1,880 views
Which one of the Regular Expression given defines the same language as defined by R = (a + b)* (aa + bb) (a + b)* ?(a) (a (ba)* + b (ab)*) (a + b)*(b) (a (ba)* + b (ab)*)...
1 votes
1 votes
3 answers
7
rasto mapp asked Sep 2, 2017
393 views
Regular expression always generates a language.Is it true?Why?
2 votes
2 votes
1 answer
8