-
Assume that only the X and Y logic inputs are available and their complements X and Y are not available. What is the minimum number of two input NAND gates required to implement X ⊕ Y?
-
- 2
- 3
- 4
- 5
Correct Option: C
Let the function be F
F = X ⊕ Y = XY + YX
This require four NAND gates to implement. Implementation is shown below.
