6.   	Simplification of the Boolean expression 
AB + ABC + ABCD + ABCDE + ABCDEF yields which of the following results?
 
-      ABCDEF
 -      AB
 -      AB + CD + EF  
 -      A + B + C + D + E + F
 -      A + B(C+D(E+F))
 
3 is WRONG.  You are not simplifying correctly.  HINT: apply the absorption theorem x + xy = x to this expression.
[  Go Back To Question 6 ]
[ Go Back To The Beginning Of Quiz ]