Nand gate Definition and 15 Threads

  1. NYAME EPHRAIM

    Yenka simulator to build an RS flip-flop

    < Mentor Note -- thread moved to HH from the technical forums, so no HH Template is shown > a) Using the Yenka (or similar) simulator, you are required to build an RS flip-flop using 2 NAND gates, switches, LEDs and 330Ω resistors. Test the circuit and prove its correct operation against the...
  2. C

    Designing a NAND Gate Logic Circuit

    Homework Statement Draw the logic circuit to represent the following Boolean expression using only NAND gates: Homework EquationsThe Attempt at a Solution Is this correct? Thanks
  3. moenste

    How can a NAND gate be used as a NOT gate?

    Homework Statement (a) The diagram represents a NAND gate with two inputs, T1 and T2, and an output X. Copy the truth table above and complete it. Show how a NAND gate can become a NOT gate. (b) Draw up a truth table for the combination of NAND gates shown above. 2. The attempt at a...
  4. dwn

    Constructing a NAND Gate as Inverter: Troubleshooting Needed

    Homework Statement Constructing a NAND gate as an inverter. Homework EquationsThe Attempt at a Solution I've attached the image at my attempt to construct the circuit. The output is always on, which it should be except when both inputs are zero. Could someone explain what I am doing wrong...
  5. I

    MHB Creating an inverter from a 2 input NAND gate

    how would yo connect a 2 input nand gate to form a basic inverter? i constructed a truth table. i know that the two middle ones don't count because the inputs have to be of the same value for an inverter. but what conclusion can i draw from this?
  6. S

    Standard TTL 2-input NAND gate - open-collector/totem pole outputs

    Homework Statement Question: Refer to Fig. 6-5. This standard TTL 2-input NAND gate uses ______ (open-collector, totem pole) outputs. Solution: The 2-input TTL NAND gate in Fig. 6-5 (which is attached as "TheFigure.jpg") uses a totem pole output configuration. Homework Equations N/A...
  7. Y

    How does a NAND gate work using transistors?

    http://www.dummies.com/how-to/content/electronics-projects-how-to-create-a-transistor-na.html In the above link it is said that the output is logic ON if both the inputs are OFF. What does that mean. Correct me if I am wrong. As far as I have learned from the site was when the input is ON...
  8. I

    3 input XOR gate using NAND gate only ( Logic )

    We can use NAND gate only to get ( XOR gate ) of 2 input ( A and B ) : By using (4) NAND gate : The output of 1'st NAND : (AB)' The output of 2'nd NAND : ((AB)'.A)' = (A'B) The output of 3'rd NAND : ((AB)'.B)' = (AB') The output of the hole circuit will be: ((A'B).(AB'))' = AB'...
  9. N

    Implement ABC'D' using only one 2-input nand gate and one 3-input nor gate

    Homework Statement How do I implement ABC'D' using only one 2-input nand gate and one 3-input nor gate? Homework Equations The Attempt at a Solution
  10. D

    Pretty simple NAND gate question

    Homework Statement I was looking through some examples in my Digital Logic book and I stumbled across one that gave an answer of x1\uparrow(x2\uparrowx2). The answer I got was x2\uparrow(x1\uparrowx2). After making a truth table I'm finding that these are not equal solutions. Unless, I'm...
  11. T

    Draw C.(A(+)B)+ A.B Equation using Nand Gates

    1. Guys how can I draw this equation C.(A(+)B)+ A.B only using Nand gates? 3.I have minimized it but just don't know how to draw it only using Nand gates. Thanks.
  12. F

    Can a NAND gate be made without using a negative supply?

    If an AND gate is basically two switches in series, and an OR gate is two switches in parallel, how would you physicaly make a NAND/NOT/NOR gate? What is physically going on in the microchip which has these gates?
  13. C

    Is the implementation of the NAND gate unique?

    I am learning about the implementations of digital logic gates using n-type and p-type transistors. With the advent of these two transistors, isn't it possible to have more than one implementation of the NAND gate?
  14. D

    What happens when you place a NOT gate before and after a NAND gate

    Homework Statement What happens when you place a NOT gate before and after a NAND gate Homework Equations Current Research(My own work): NOT Gate: A NOT gate is also known as an inverter. It is a logic gate which implements a methodology best known in maths as Logical Negation. In other...
Back
Top