InterviewSolution
Saved Bookmarks
| 1. |
Minimum number of 2-input NAND gates required to implement the function F = ( + ) (Z + W) is |
| Answer» F = (x + y) (z + w) = xy.(z + w) = xyz + xyw = minimum no. of 2 input NAND gate. | |