recategorized by
871 views
2 votes
2 votes

Two finite state machines are said to be equivalent if they

  1. have same number of states
  2. have same number of edges
  3. have same number of states and edges
  4. recognize same set of tokens
recategorized by

1 Answer

1 votes
1 votes

so option A,B,C are false

and the definition of equivalent finite machines is that they accept same language.

so option D is correct.

Answer:

Related questions

1 votes
1 votes
1 answer
1
admin asked Apr 2, 2020
1,591 views
If every string of a language can be determined, whether it is legal or illegal in finite time, the language is calleddecidableundecidableinterpretivenon-deterministic
0 votes
0 votes
1 answer
2
admin asked Apr 2, 2020
655 views
The defining language for developing a formalism in which language definitions can be stated, is calledsyntactic meta languagedecidable languageintermediate languagehigh ...
1 votes
1 votes
3 answers
3
admin asked Apr 2, 2020
831 views
Regular expression $(a \mid b)(a \mid b)$ denotes the set$\{a,b,ab,aa\}$$\{a,b,ba,bb\}$$\{a,b\}$$\{aa,ab,ba,bb\}$
0 votes
0 votes
1 answer
4
admin asked Apr 2, 2020
1,645 views
The advantage of better testing in software development is in waterfall modelprototypingiterativeall of these