7
\$\begingroup\$

For NAND, I am doing a truth table for it and then truth tables for all the possible combinations, but as you can see the process is very long and I am still yet to get an answer. Same goes for NOR gate. How do you go about it?

Shashank V M
2,36918 silver badges56 bronze badges
asked Jan 16, 2016 at 21:44
\$\endgroup\$

3 Answers 3

9
\$\begingroup\$

An alternate approach is given.

schematic

simulate this circuit – Schematic created using CircuitLab

The schematic represents the function: $$Y = \overline{ABC} = \overline{\overline{\overline{AB}} C}$$

answered Jan 17, 2016 at 9:23
\$\endgroup\$
2
  • \$\begingroup\$ How did you find Step 2 from Step 1? \$\endgroup\$ Commented Jan 18, 2016 at 14:02
  • \$\begingroup\$ @studious \$Y=\mathtt{nand(A,B,C)} = \mathtt{not\{and(A,B,C)\} = \\ not\{and(and(A,B),C)\}=nand\{and(A,B),C\}}\$ \$\endgroup\$ Commented Jan 18, 2016 at 16:34
5
\$\begingroup\$

As equations.

\$\overline{ABC} = \overline{(AB)C} = \overline{\overline{\bar A+\bar B}\cdot C}\$

answered Jan 16, 2016 at 21:57
\$\endgroup\$
5
  • \$\begingroup\$ Wow that's cool \$\endgroup\$ Commented Jan 16, 2016 at 21:58
  • 1
    \$\begingroup\$ It's also something that should have been covered in Boolean Algebra 101. \$\endgroup\$ Commented Jan 16, 2016 at 21:59
  • \$\begingroup\$ First week of the semester and so on \$\endgroup\$ Commented Jan 16, 2016 at 22:00
  • 2
    \$\begingroup\$ Though to build that from NAND/NOR gates would take four gates in total. It can be done with just three gates. Notice that the \$(AB)\$ is a 2-input AND gate, which is equivalent to \$\overline{\overline{AB}}\$ which is a 2-in NAND gate followed by an inverter (another 2-in NAND with both inputs tied together). So \$\overline{ABC} = \overline{\overline{\overline{A \cdot B}}\cdot C}\$ \$\endgroup\$ Commented Jan 17, 2016 at 3:53
  • \$\begingroup\$ Is there any other way to do this other than this? \$\endgroup\$ Commented Jan 18, 2016 at 14:02
3
\$\begingroup\$

Note that in the above answers, there are three propagation delays for A and B, but only one for C. Therefore, if propagation delays matter, put two nand gates in series in line C, wired as inverters.

answered Jan 10, 2019 at 20:21
\$\endgroup\$

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.