Open In App

UGC-NET | UGC NET CS 2018 July – II | Question 31

Two finite state machines are said to be equivalent if they:
(A) Have the same number of edges
(B) Have the same number of states
(C) Recognize the same set of tokens
(D) Have the same number of states and edges

Answer: (C)
Explanation: Two finite state machines are said to be equivalent if they recognize the same set of tokens.
Having same number of edges and states doesn’t mean that FA are equivalent.
So, option (C) is correct.

Quiz of this Question

Article Tags :