in GATE retagged by
256 views
1 vote
1 vote

Which of the following statements is NOT true?

  1. $DFA$ makes precisely one transition for an input.
  2. $NFA$ can make more than one transition for an input.
  3. On a given string ‘w’, $DFA$ terminates exactly in one state.
  4. To check if the input is accepted by an $NFA$, it does not make more than one transition for an input symbol from each state.
in GATE retagged by
by
256 views

1 Answer

2 votes
2 votes
Best answer
A. DFA makes precisely one transition for an input symbol from each state. The statement is correct. The statement is implied from DFA definition

B. NFA makes more than one transition for an input symbol from each state. To check if the string is accepted by NFA we need to check more than one path labeled w and select one which terminates at a final state. The statement is correct.

C.  The statement is true. DFA has a unique transition for a give input symbol w and state q to other state. This suggests that on a given string w, DFA terminates in one and only state.

D.  The statement is false. Read explanation about statement 2.
selected by

2 Comments

D statement is not complete
0
0
now corrected, Thanks.
0
0
Answer:

Related questions

Quick search syntax
tags tag:apple
author user:martin
title title:apple
content content:apple
exclude -tag:apple
force match +apple
views views:100
score score:10
answers answers:2
is accepted isaccepted:true
is closed isclosed:true

64.3k questions

77.9k answers

244k comments

80.0k users