C-03-Q155mediumsingle_mcq
Why can't the AND gate be used to add two binary numbers like the XOR gate?
Why can't the AND gate be used to add two binary numbers like the XOR gate?
- aAND is slower
- bIn Boolean algebra adding 1 and 1 gives 1, not the binary-addition result
- cAND has only one input
- dAND cannot handle 0