Write the truth table for xor gate.
Answers
Here is your answer mate.
The thruth table for xor gate is a digital logic gate that gives the correct output when the no. of true inputs is odd..
The algebric expression and both represent the xor gate with inputs a and b. The behavior of xor summarize in the table ..
I hope it will help you..
If you are satisfied with the answer so mark as brainlist plse..
Exclusive OR (XOR)
The XOR (Exclusive OR) is a Logic Operation. It takes in two boolean values as input and gives one boolean value as output.
The OR operation returns True if at least one of the input values is True. So, if both input values are True, OR will return True as well.
XOR returns True when exactly one of the two inputs is True, and the other is False.
So, If both inputs are True (or if both inputs are False), XOR will return False.
This is where XOR differs from OR. Only one of the two inputs must be true. This is where the "Exclusive" word comes in.
The XOR is denoted using or the symbols. Any of the two symbols can be used.
Truth Table of XOR
Here goes the Truth Table. True is denoted as T and False is denoted as F.