Class 12 Physics, Chapter 14 Semiconductors Class 12 Physics, Chapter 14 Semiconductor | Page 14

( i ) NAND Gate When output of AND gate is applied as input to a NOT gate , then it is called a NAND gate .
Boolean expression Y = A * B ( Y equals negated of A AND B )
( ii ) NOR Gate When output of OR gate is applied as input to a NOT gate , then it is called a NOR gate .
Boolean expression Y = A + B ( Y equals negated of A OR B )
The Boolean expression obey commutative law associative law as well as distributive law .
1 . A + B = B + A 2 . A · B = B · A 3 . A + ( B + C ) = ( A + B ) + C
Demorgan ’ s theorems 1 . A + B = A * B
2 . A * B = A + B