Pages

Sunday 31 May 2015

Universal Property of NAND and NOR Gates

Universal property :

NAND and NOR gates possess a special property: they are universal. That is, given enough gates, either type of gate is able to mimic the operation of any other gate type. For example, it is possible to build a circuit exhibiting the OR function using three interconnected NAND gates as shown in below. The ability for a single gate type to be able to mimic any other gate type is one enjoyed only by the NAND and the NOR. In fact, digital control systems have been designed around nothing but either NAND or NOR gates, all the necessary logic functions being derived from collections of interconnected NANDs or NORs.


                                                            step1                         step2   
As shown in above figure 
step 1 :
              A . A = A (Idempotent law)
             complement (A.A ) = complement (A)
step2 : 
                          complement ( complement(A) ) = A (double negation law)
                          complement (A . B) = complement (A) + complement (B) (deMorgan's law)

complement ( complement(A) . complement(B) ) = complement ( complement(A) ) + complement (complement (B))
                                                                              =  A + B (OR of A,B)



Universal property of NAND Gates :




Universal property of NOR Gates :




No comments:

Post a Comment