We have different kind of basic digital gates, such as NOT, AND, OR and the Universal gates. Besides those we knew about the XOR ( Exclusive-OR ) logic. But why are we not informed about XAND ( Exclusive-AND )..?
To know about XAND possibility, let us see about the genesis of XOR..
The idea behind XOR gate:
Consider we have two inputs and an output. The OR gives output logic '1' if at least one input is logic '1', and the truth table, as we know, looks like:
To recognize the case of only one input getting '1', we are "excluding" the case of both events getting '1', creating the Exclusive-OR (So, the XOR truth table output is '0' if both inputs are '1').
What about the XAND then..?
If we adapt same explanation for the AND gate as well, we have to remove the case of getting A and B as '1' at the same time. In that case, we do not have any output..! We just get zero as for all inputs, which will look like:
But wait..
- The actual case - Output will be zero if either one or both are '0'
- Now, exclude the case of both inputs being '0', and replace the actual output '0' with '1'
- Form the resultant truth table.
Thanks for reading..
How was the post..? Do express your views in the comments section..
If you also know/came across any cool and exciting things, then don't forget to share them and help us reach the 'Eternal Thing'..
Comments
Post a Comment