KnowledgeBoat Logo
|

Robotics & Artificial Intelligence

Which is true for X-OR gate?

  1. It gives '1' when both inputs are '1'.
  2. It gives '1' when both inputs are '0'.
  3. It gives '1' when one input is '1' and other input is '0'.
  4. None of these

Computing Evolution

3 Likes

Answer

It gives '1' when one input is '1' and other input is '0'.

Reason — The X-OR gate produces output '1' when both inputs are complement to each other, and produces '0' when both inputs are the same.

Answered By

3 Likes


Related Questions