

InterviewSolution
Saved Bookmarks
1. |
For a give Moore Machine, Given Input=’101010’, thus the output would be of length:(a) |Input|+1(b) |Input|(c) |Input-1|(d) Cannot be predictedThe question was posed to me in an online interview.This question is from Moore Machine in portion Finite Automata of Automata Theory |
Answer» CORRECT option is (a) |Input|+1 To EXPLAIN I would say: Initial state, from which the OPERATIONS begin is ALSO initialized with a value. |
|