InterviewSolution
Saved Bookmarks
| 1. |
Which of the following statement is true for Mealy Machine?(a) Output depends on present state(b) Output depends on present input(c) Output depends on present state and present input(d) Output depends on present state and past inputI got this question in semester exam.My question is taken from Finite Automata in portion Finite Automata and Regular Expression of Compiler |
|
Answer» Right OPTION is (c) OUTPUT depends on PRESENT state and present input |
|