in Theory of Computation
445 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 

in Theory of Computation
445 views

2 Answers

1 vote
1 vote

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