Computer Science - Digital Computer Electronics - Discussion

Discussion Forum : Digital Computer Electronics - Section 3 (Q.No. 9)
9.
The number of two-input NAND gates required to produce the two-input OR function is
1
2
3
4
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
2 comments Page 1 of 1.

Mayank said:   10 years ago
No It would be 3, Because the output 1 NAND gate is X'+Y'. So it requires more than 1 NAND gate.

In this we gave 2 inputs suppose X, Y to the first NAND and we get X'+Y'.

Again in second NAND we get X'+Y'.

These two outputs fed to the input of third NAND and the output is ((X'+y').(x'+y'))'.

After minimize it we got OR output as X+Y.

Mint said:   1 decade ago
It should be 1 actually.

Post your comments here:

Your comments will be displayed after verification.