Draw the truth table to represent a two input XOR gate
Answers
Answered by
32
Answer:
refer to the attached file....
plzz mark brainliest if you are satisfied with the answer....
:-)
Attachments:
Answered by
8
The truth table of a two-input XOR gate is as follows:
I N P U T O U T P U T
X Y Z
0 0 0
0 1 1
1 0 1
1 1 0
- XOR gate is also known as the Exclusive OR gate.
- It is a digital logic gate.
- It gives a 1 (TRUE) as an output when the number of 1 input is odd else it gives 0 (FALSE) as an output.
- It is also equivalent to addition modulo 2.
Similar questions