InterviewSolution
Saved Bookmarks
| 1. |
Which of the following statement is true for Moore 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 inputThis question was addressed to me in a job interview.This key question is from Finite Automata topic in chapter Finite Automata and Regular Expression of Compiler |
|
Answer» CORRECT choice is (a) Output depends on present STATE The best I can explain: The DEFINITION STATES that moore machines output is determined by the CURRENT state only. |
|