0% found this document useful (0 votes)
31 views1 page

State and Verify Demorgan's Theorem Using NAND Gates Only

The document outlines 10 digital logic design problems to solve including: implementing half and full adders/subtractors using basic logic gates; designing binary and gray code converters; realizing Boolean functions using only NAND or NOR gates; building AND and OR gates using diode resistor logic; minimizing a Boolean function using Quine McCluskey method; and verifying the consensus and De Morgan's theorems using NAND gates.

Uploaded by

AbhaySharma
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
31 views1 page

State and Verify Demorgan's Theorem Using NAND Gates Only

The document outlines 10 digital logic design problems to solve including: implementing half and full adders/subtractors using basic logic gates; designing binary and gray code converters; realizing Boolean functions using only NAND or NOR gates; building AND and OR gates using diode resistor logic; minimizing a Boolean function using Quine McCluskey method; and verifying the consensus and De Morgan's theorems using NAND gates.

Uploaded by

AbhaySharma
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

1.

Design and Implement Half Adder and Half Subtractor using basic logic
gates.
2. Design and Implement Full Adder using Half Adders.
3. Design and Implement Full Subtractor using Half Subtractor.
4. Implement 3 bit Binary to Gray Code converter as well as 3 bit Gray to
Binary converter.
5. Implement the given Boolean function using NAND gates only:F(A,B,C,D) = m(0, 2, 5, 7, 8, 10, 13, 15)
6. Implement the given Boolean function using NOR gates only:F(A,B,C,D) = M(0, 2, 5, 7, 8, 10, 13, 15)
7. Implement two input AND gate and two input OR gate using diode resistor
logic.
8. Simplify using Quine McCluskey method and implement using basic
gates:F(X,Y,Z) = m(1, 2, 3, 7)
9. State and verify consensus theorem using NAND gates only.
10. State

and verify demorgans theorem using NAND gates only.

You might also like