Conversion to NAND and NOR circuits

  • Engineering
  • Thread starter Mo
  • Start date
  • Tags
    Circuits
In summary, the student is having difficulty completing the second part of a homework equation. They would like a tutorial on how to do this part. They are familiar with de Morgan's laws, but are not sure how to apply them to the problem.
  • #1
Mo
81
0

Homework Statement


Please see the attatched picture.


Homework Equations





The Attempt at a Solution



I can complete the first part of the question, but i am not sure how i should do the second part.

I would be grateful for a quick explanation or tutorial in how to do this part. I am aware of de Morgan's laws but can't seem to fully apply them to convert a whole circuit.

Im not looking for an explicit answer, I am looking for a technique in how to solve the problem.

Thanks.
 

Attachments

  • question.JPG
    question.JPG
    22 KB · Views: 784
Physics news on Phys.org
  • #2
Tell us what deMorgan's Laws are, and include an example or two.

Then please show us the solution that you got for the first part, and describe how you would implement it as written with NOT, AND and OR gates.

Then we can talk about how to use deMorgan's Laws to convert to the other form of the circuit...
 
  • #3
de Morgan's laws tell us how an AND can be converted to an OR.

Not (A.B.C) = NotA + NotB + NotC
Not (A+B+C) = NotA. NotB. NotC
e.g : Not A+B = NotA . NotB

For the first part i got:
CD + Not(A+B+C+D)

To get this i combined some of the expressions, then finally used demorgan's law as stated above.

and describe how you would implement it as written with NOT, AND and OR gates.
:confused:

A + B = Not (Not A . Not B)
A . B = Not (Not A + Not B)

Umm not quite sure if this is correct, or if its what you want!

Thanks for your help so far.
 
  • #4
I guess I was looking for the implementation in gates, for the final part of the problem.
 
  • #5
We would have 4 input A B C D.

We have a connection from both C and D to an AND gate (which is the CD part)

We also have a connection from all A B C D to a NOR gate. (which is the NOT A+B+C+D part)

Output from these two gates are then connected to an OR gate.
 
  • #6
Remember, it said 2-input NAND and NOR gates, so you can't use a 4-input NOR for (A+B+C+D)
 
  • #7
In that case i think it would be possible to, applying de Morgan's laws, split up this 4 input NOR gate into two, 2 input NOR gates AND 'ed together.

NOT (A + B) . NOT (C + D)

The output of this would be equal to the 4 input NOR gate.

Regards.
 
  • #8
That's pretty cool. I was thinking of the brute force way of using the 2-input NAND as an inverter (hook both inputs together), but your way is more creative and fewer gate delays.
 
  • #9
First of all, thanks for your help so far, secondly ... how would I go about tackling those next two parts of the question! It's mainly a case of getting the boolean expression into the correct form. (which I am lost in!)

Regards,
Mo
 
  • #10
Sorry, I have to bail from work now. I may be back online later tonight at home, but I'm not sure.

To try to help you more, I googled +minterm +maxterm +nand +nor, and got lots of good hits. Here's one that talks a lot about how to handle the two canonical logic forms (NAND and NOR), along with examples from K-maps to logic gate diagrams. Hope it helps:

http://www.vias.org/feee/karnaugh_09.html

Cheers.
 
  • #11
Thanks for the link and all your help. :approve: Good night.
 

Related to Conversion to NAND and NOR circuits

1. What is the difference between a NAND and NOR circuit?

A NAND (Not-AND) circuit is a combination of AND and NOT gates, while a NOR (Not-OR) circuit is a combination of OR and NOT gates. The main difference is that a NAND gate outputs a low signal only when both inputs are high, while a NOR gate outputs a high signal only when both inputs are low.

2. Why are NAND and NOR gates considered universal gates?

NAND and NOR gates are considered universal gates because they can be used to create any other logical function. This means that any digital circuit can be built using just NAND or NOR gates, making them essential building blocks in digital electronics.

3. How does converting circuits to NAND and NOR gates benefit circuit design?

Converting circuits to NAND and NOR gates can benefit circuit design by reducing the number of components needed, simplifying the circuit and reducing its size. This can also lead to cost savings in production and maintenance.

4. What is the process of converting a circuit to a NAND or NOR circuit?

The process of converting a circuit to a NAND or NOR circuit involves analyzing the logical function of the circuit, identifying the equivalent NAND or NOR gate configuration, and then replacing the original gates with the corresponding NAND or NOR gates.

5. Are there any limitations to using only NAND or NOR gates in a circuit?

While NAND and NOR gates are versatile and useful in many applications, there are some limitations to using only these gates in a circuit. These include increased propagation delay, reduced noise immunity, and limited fan-in and fan-out capabilities compared to other gates such as AND and OR gates.

Similar threads

  • Engineering and Comp Sci Homework Help
Replies
3
Views
1K
  • Engineering and Comp Sci Homework Help
Replies
7
Views
6K
  • Engineering and Comp Sci Homework Help
Replies
1
Views
1K
  • Engineering and Comp Sci Homework Help
Replies
14
Views
3K
  • Engineering and Comp Sci Homework Help
Replies
4
Views
1K
  • Engineering and Comp Sci Homework Help
Replies
9
Views
2K
  • Engineering and Comp Sci Homework Help
Replies
7
Views
2K
  • Engineering and Comp Sci Homework Help
Replies
10
Views
4K
  • Engineering and Comp Sci Homework Help
Replies
6
Views
2K
  • Engineering and Comp Sci Homework Help
Replies
4
Views
3K
Back
Top