Conversion of Moore to Mealy machine (Set 10) (original) (raw)

Last Updated : 11 Jul, 2025

Above Moore machine takes the binary number {0, 1} as input and produce residue modulo '3' as output i.e, when the equivalent decimal number of binary input over {0, 1} is divided by 3 then it gives output as it's remainder.
Now we need to transform the above transition diagram of Moore machine to equivalent Mealy machine transition diagram.
Steps for the required conversion are given below:-

Note: While converting from Moore to Mealy machine the number of states remains same for both Moore and Mealy machine but in case of Mealy to Moore conversion it does not give the same number of states.