1.     The truth table shown may expressed by which of the following  
canonical representations?
A  B  C  |  F 
---------+----
0  0  0  |  0 
0  0  1  |  0
0  1  0  |  1
0  1  1  |  0
1  0  0  |  1
1  0  1  |  0
1  1  0  |  1
1  1  1  |  0
    
 
-      SUM m(2,4,6)             
 -      PRD M(2,4,6)              
 -      SUM m(0,1,3,5,7)                       
 -      PRD M(1,3,5,7)                         
 -      None of the above                      
 
 
 
1 is CORRECT. F = 1 in rows 2, 4, and 6 which leads to the 
    canonical expression F = SUM m(2,3,6) 
[  Go Back To Question 1 ]
[ Go Back To The Beginning Of Quiz ]