1.
This is the 3 representations of the AND Gate.
AND means that only when the 2 input is the same 1 that the gate will output the 1.
2.
This is the 3 representations of the XOR gate.
XOR means that if the 2 input are different,(such as one is 1 and the other is 0),then the gate will output the 1;on the opposite, the gate will output the 0.
3.
.
4.
5.
Like this two pictures,when you enter the same input(such as enter 1 and 0 in these 2 circults),the output is the same.So we call these two circults are equivalent.
6.
When we link 8 full adder on it like this,then we get a 8bits full adder.
- i. (X8X7X6X51111) 2
ii.(X8X7X6X5X4X3X2X1)2
iii.(1111X4X3X2X1)2