Multiple choice

In which operation, the output is true only when one of the input was true and output is false if both inputs are at the same logic?

  1. NAND logic

  2. NOR logic

  3. EX-OR logic

  4. EX-NOR logic

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

In EX-OR operation, the output is true only when one of the input was true and output is false if both inputs are at the same logic.