1.   	Which of the following gates generates the truth table shown? 
x  y  |  F 
------+----
0  0  |  0 
0  1  |  1
1  0  |  1
1  1  |  0 
 
-       AND gate
-       OR gate  
-       NAND gate          
-       NOR gate            
-       XOR gate            
5 is CORRECT.  This is the truth table for an EXCLUSIVE-OR (XOR) gate, useful in binary adder applications.
[  Go Back To Question 1 ]
[ Go Back To The Beginning Of Quiz ]