Feedback ? Send it to admin@fullchipdesign.com or join me at fullchip@gmail.com

Combination of fundamental logic gates:
Description: This gate is fundamental of any operation where output is complement of product of all binary inputs.
Output = (Input1 * Input2 …….. * Input N)’
Where, outputs and inputs are all in binary values ’1’ or ’0’
Description: This gate is fundamental of any operation where output is complement of addition of all binary inputs.
Output = (Input1 + Input2 …….. + Input N)’
Where, outputs and inputs are all in binary values ’1’ or ’0’
Description: This gate is fundamental of any operation where output is low only when two binary inputs are different.
Output = (Input1)’*(Input2)’ + (Input1) * (Input2)
Where, outputs and inputs are all in binary values ’1’ or ’0’
Digital Logic Gates NAND, NOR and XNOR


