3.2.A Problem Set
3.2.A Problem Set
com
Answers
1. The AND gate is not reversible as if it returns 0, we don’t know the input for certain.
It could have been 00, 01 or 10.
2.
x0 x1 c x0 x1 c ⊕ f (x0 , x1 )
0 0 0 0 0 0
0 0 1 0 0 1
0 1 0 0 1 0
0 1 1 0 1 1
1 0 0 1 0 0
1 0 1 1 0 1
1 1 0 1 1 1
1 1 1 1 1 0