Q:
         
         
            
               Give the truth table for a Half Adder. Give a gate level Implementation of the same.
            
                      
         
             Answer
                        TRUTH TABLE FOR HALF ADDER
A    B  SUM  CARRY
0    0    0         0
0    1    1         0
1    0    1         0
1    1    0         1
INPLEMENTATION:
For SUM, The two inputs A and B are given to XOR gate.
For Carry, The two inputs A and B are given to AND gate.
          
         
         
         
             View answer
             Workspace
             Report Error
             Discuss