Pages

Saturday 20 October 2012

Digital Logic : Logic Gates

Digital Logic

Logic Gates


There are many types of of logic gates . Each of it has its own Boolean Expression and Truth Table .
Each of the gates has its own name . Below are the gates :

AND gate 


traditional AND gate symbol
     
A    B    F = AB 
0     0         0               Boolean Expression
0     1         0                     
1     0         0                      F = A.B           
1     1         1   


OR gate  

traditional OR gate symbol


A   B     F = A+B
   0     0          0             Boolean Expression            
  0     1          1
  1     0          1                      F =A+B
  1     1          1


NOT gate

traditional NOT gate symbol








A    F = A’
0        1                       Boolean Expression
1        0                               F = A'                      


NAND gate

traditional NAND gate symbol



A   B     F = (AB)’
0     0          1                 Boolean Expression
0     1          1                 
1     0          1                        F = (A.B)'
1     1          0


NOR gate

traditional NOR gate symbol



A   B     F = (A+B)’
0     0           1               Boolean Expression
0     1           0                     
1     0           0                     F = (A+B)'
1     1           0


XOR gate


traditional EX-OR gate symbol

A    B         F
0     0         0               Boolean Expression
0     1         1                  
1     0         1                   F = A.B' + A'.B                
1     1         0






                                                                     Post by :
                                                                                                                                                   
                                                          IkhmalYazid
                               B031210153 > BITC S1G2



                                                                      
                 








Muted Professor

No comments:

Post a Comment