3,308 views
0 votes
0 votes

plzz expain this machine how it is working 

machine is Addition of two binary numbers

1 Answer

0 votes
0 votes

Here states q0,q1 are adding two bits when no carry is generated. q2,q3 are adding states when carry generated from previous state.

Take an example suppose -

we want to add A=110001 B= 111001

 

A=  1        1            0            0          0          1

B= 1         1            1            0          0          1

1   1         0            1            0           1         0

q2->q3 q1->q2 q0->q1 q1->q0 q2->q1 q0->q2

 

end carry is ignored hence the answer. Hope it helps!

Related questions

0 votes
0 votes
0 answers
2
Harshitha 123 asked Jun 21, 2018
567 views
Can Moore machine be minimized without converting into mealy machine?Is minimization possible directly?
1 votes
1 votes
1 answer
3
garg div asked Nov 27, 2017
7,810 views
The number of states in 2’s complements Moore machine is ?a. 2b. 3c. 4d. 1
1 votes
1 votes
0 answers
4
rahul sharma 5 asked Nov 11, 2017
1,260 views
The output of moore machine will always have start state output as prefix? True/False?