2,052 views
1 votes
1 votes

Which of the following language is accepted by the following finite automata?
(a) (110)∗01 (b) 0+(1(11)∗10)+0
(c) 0+(1(11)∗101)+0 (d) (11+10)∗01 

3 Answers

0 votes
0 votes
string generated from option (A)=11001 does not reach to final state,so it is incorrect.

string generated from option (B)=1111110 does not reach to any final state so it's incorrect.

string generated from from option (c)=111101 does not reach to final state it;s is also incorrect.

string generated from option (D)=1101 does not reach to any state so it is also incorrect,

so,no any option is correct.

Related questions

1 votes
1 votes
1 answer
1
0 votes
0 votes
1 answer
2
hasina ali asked Mar 21
106 views
Set of binary strings starting with 11 and ending with 00. E.g., 1100,1110100 ,1100100
0 votes
0 votes
1 answer
3
utsav22222 asked Mar 15
185 views
Write regular expression for the set of strings of 0's and 1's with at most one pair of consecutive 1's.