How do you inhibit NAND and NOT gates?

  • Thread starter Thread starter mkbh_10
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 9K views
mkbh_10
Messages
217
Reaction score
0

Homework Statement


How can you inhibit NAND & NOT gate ? Mention whether the inhibit is active high or active low ?


Homework Equations





The Attempt at a Solution



No clue to this question
 
Physics news on Phys.org
What does it mean to inhibit a gate?
 
i myself don't know ? there are 16 boolean combinations for a 2 input gate & inhibit is one of them but i don't know more about it
 
After some googling, the "inhibit gate" seems to be just an AND gate with one of the inputs called "the condition" or something like that. Perhaps the problem is asking you to build an AND gate from a NAND gate and from a NOR gate.
 
"Inhibit" is not a term that most engineers would recognize. I suppose the question is asking "how do you disable a gate, so it's output remains constant."

If you tie one input of an AND gate low, then it's output will always be low, no matter what happens on the other inputs.

If you tie one input of an OR gate high, then it's output will always be high, no matter what happens on the other inputs.

- Warren