552 views
0 votes
0 votes
Can Moore machine be minimized without converting into mealy machine?Is minimization possible directly?

Please log in or register to answer this question.

Related questions

1 votes
1 votes
0 answers
2
rahul sharma 5 asked Nov 11, 2017
1,227 views
The output of moore machine will always have start state output as prefix? True/False?
1 votes
1 votes
2 answers
3
Anmol Verma asked Nov 29, 2016
2,074 views
Construct a moore machine that takes set of all strings over {0,1} and produces 'A' as output if input ends with '10' or produces 'B' as output if input ends with '11' ot...
2 votes
2 votes
1 answer
4
Anmol Verma asked Nov 29, 2016
4,433 views
Construct a moore machine that takes set of all strigs over {a,b} and count the number of occurences of substring "baa".