Computer Science for IGCSE & O level - Boolean Logic (Section 1 - No. 22)

What are the outputs of a 2 input XOR gate when inputs are '0, 0', '0, 1', '1, 0' and '1, 1' respectively?
0, 1, 1, 0
0, 0, 0, 0
1, 1, 1, 1
1, 0, 0, 1

Explanation

For XOR: (0,0)=0, (0,1)=1, (1,0)=1, (1,1)=0

Comments (0)

Advertisement