5,736 views

2 Answers

6 votes
6 votes

Option A because

In DFA if we have to reject a string for a particular symbol we will have to design a trap state or dead state for it.

In NFA if Dead configuration comes then it means in NFA if we did not mention any transition for a particular symbol and that symbol comes as input then that string will be silently rejected , but this is not allowed in DFA( thats why trap state is there in DFA). 

Related questions

0 votes
0 votes
1 answer
2
Souvik33 asked Nov 7, 2022
340 views
MSQ The Finite State Autometa with a Regular Expression P= 0+1, will accept the string(s)010110
0 votes
0 votes
0 answers
3