< Electronics  
        
      Complement of Basic Logic gates
Basic Gates Combination Gates Symbol Mathematical Expression BUFFER 


Y = is NOT NOT A 
Y = ANOT 


Y = is NOT A NAND 


Y = NOT A AND B NOR 


Y = NOT A OR B XNOR 


Y = NOT A NOR B 
Truth table of the combination gates
A B Q = A Q = NOT A Q = A NAND B Q = A NOR B Q = A XOR B 0 0 0 1 1 0 0 0 1 0 1 1 0 1 1 0 1 0 1 0 1 1 1 1 0 0 1 0 
XOR
- (A AND B) OR (A OR B) = A XOR B
 - (A.B) + (A+B) = A+B
 
    This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.