

InterviewSolution
Saved Bookmarks
1. |
The O/P of Mealy machine can be represented in the following format:(a) Op(t)= δ(Op(t))(b) Op(t)= δ(Op(t)i(t))(c) Op(t): ∑(d) None of the mentionedI got this question in an international level competition.This intriguing question originated from Mealy Machine in section Finite Automata of Automata Theory |
Answer» RIGHT OPTION is (b) Op(t)= δ(Op(t)i(t)) Best explanation: The output of MEALY machine depends on the present state as well as the input to that state. |
|