456 views
0 votes
0 votes

Consider the following deterministic finite automation

FSA

 

 

 

 

 

 

 

 

Let S denote the set of eight bit strings whose second, third, sixth and

seventh bits are 1. Then which of the following strings is/are in S that are

accepted by M.

01110111 

01111010

10101010

01110110 

2 Answers

1 votes
1 votes

Options 1 and 4 are correct .

Given input format : * 1 1 * * 1 1 * 

as 1,3,4 passing the automata but only 1, 4 satisfies input format.

0 votes
0 votes
first and fourth string will be accepted according to our string constraint but as you can see all 4 string can be accepted by given DFA

Related questions

0 votes
0 votes
1 answer
1
0 votes
0 votes
1 answer
2
Arjun045 asked Sep 30, 2018
347 views
Why this language is regular ? And answer to this question ?
0 votes
0 votes
0 answers
4
baofbuiafbi asked Nov 14, 2023
162 views
Prove the language L={(G,H)|G is a CFG, H is a DFA, and L(G)∩L(H)=∅} is undecidable.