1.   	Which of the following relationships represents the dual of the Boolean property x + x' = 1?   (Note: * = AND, + = OR)
 
-      x'* x = 1
 -      x * x'= 1
 -      x + x'= 0
 -      x * x'= 0
 -      x'* x = 0
 
4 is CORRECT.  The dual of any Boolean property may be obtained by interchanging all occurrences of the symbols (*,+,0,1) with the symbols (+,*,1,0).  Complements are not affected.
[  Go Back To Question 1 ]
[ Go Back To The Beginning Of Quiz ]