Question 31
31. Two finite state machines are said to be equivalent if they :
Answer : (3) Recognize the same set of tokens Question 16 In a certain coding language. 'AEIOU' is written as 'TNHDZ'. Using the same coding language. 'BFJPV' wil...
Two automata M and M Two automata M and M′ are called equivalent, if for an arbitrary input sequence applied at both automata, the same output input sequence applied at both automata, the same output sequence results:
∀ ã . λ *(q0, ã) = λ' * (q0, ã)
Two finite state machine are said to be equivalent if, starting from their respective initial states, they will produce the same output sequence when they are given the same input sequence. That implies they must recognize the same set of tokens .
So, Option (3) is correct answer.
Reference : Finite state automata machines equivalence