

InterviewSolution
Saved Bookmarks
1. |
The ratio of number of input to the number of output in a mealy machine can be given as:(a) 1(b) n: n+1(c) n+1: n(d) None of the mentionedThis question was addressed to me in final exam.My doubt stems from Mealy Machine in division Finite Automata of Automata Theory |
Answer» RIGHT ANSWER is (a) 1 To EXPLAIN: The number of output here follows the transitions in PLACE of states as in Moore machine. |
|