What is Logic gate: Definition and 39 Discussions

A logic gate is an idealized model of computation or physical electronic device implementing a Boolean function, a logical operation performed on one or more binary inputs that produces a single binary output. Depending on the context, the term may refer to an ideal logic gate, one that has for instance zero rise time and unlimited fan-out, or it may refer to a non-ideal physical device (see Ideal and real op-amps for comparison).
Logic gates are primarily implemented using diodes or transistors acting as electronic switches, but can also be constructed using vacuum tubes, electromagnetic relays (relay logic), fluidic logic, pneumatic logic, optics, molecules, or even mechanical elements. With amplification, logic gates can be cascaded in the same way that Boolean functions can be composed, allowing the construction of a physical model of all of Boolean logic, and therefore, all of the algorithms and mathematics that can be described with Boolean logic.
Logic circuits include such devices as multiplexers, registers, arithmetic logic units (ALUs), and computer memory, all the way up through complete microprocessors, which may contain more than 100 million gates. In modern practice, most gates are made from MOSFETs (metal–oxide–semiconductor field-effect transistors).
Compound logic gates AND-OR-Invert (AOI) and OR-AND-Invert (OAI) are often employed in circuit design because their construction using MOSFETs is simpler and more efficient than the sum of the individual gates.In reversible logic, Toffoli gates are used.

View More On Wikipedia.org
  1. N

    Using delicate 5V IC to toggle 12V device with MOSFET, Diode, resistor

    Hey all, I have a 5v IC that is triggered by a sensor to unlock the 12v lock, I am using a NPN transistor as a switch with the 5v VCC as the gate, I need it to sink back to the GND of the IC without blowing it, is this safe? If not what changes would you suggest, it has been years since I've had...
  2. Delta2

    Ohmic Resistance and Logic gates

    Is ohmic resistance a "necessary evil" in order for transistors to be able to function as logic gates? I mean, I have seen some circuits for the NAND gate in RTL and TTL and they both seem to involve ohmic resistances. Can we make a super conducting NAND gate that will have total ohmic...
  3. akaliuseheal

    Logic gate question -- Tying both inputs of a gate together

    Hello, I don't know much about logic gates and how they work. I was wondering if this (Image) can work. (Is something like this possible?) The idea is that if we have logic 1, AND gate gives 1 while NOR gives 0. And vice versa.
  4. peroAlex

    Designing a 2-bit Comparator with NOR gates

    At our class on digital structures, this assignment has been given. It's a preparation for upcoming lab work, and I'm not sure my design is correct. Is anyone please willing to check it out? 1. The problem statement, all variables, and given/known data Design a two-bit comparator using NOR gates...
  5. OrlandoLewis

    How to toggle and latch using logic gates?

    We're implementing Dots and Boxes to logic circuits and the we would like to automate the process of changing turns. If you know the game, the game changes turn when one move doesn't score a point or form two or more boxes. I was able to create overlapping XOR gates that alternates from high to...
  6. 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...
  7. moenste

    Construct a truth table for the combination of logic gates

    Homework Statement Construct a truth table for the combination of logic gates shown above. 2. The attempt at a solution First of all the combination of logic gates with added letters to the combination: The truth table: I think it should be correct. But just want to be sure.
  8. moenste

    Simple Logic Gate Homework: Complete Truth Table

    Homework Statement Complete the truth table for the simple combination of logic gates shown above. 2. The attempt at a solution I think this should be correct, but just want to check, since I don't have a book answer to compare:
  9. T

    What is the maximum output current of a logic gate at 5V VCC?

    Hi, I have this logic gate http://www.ti.com/lit/ds/symlink/sn54hc32.pdf I am using 5V as my VCC. In the datasheet it says that the output current at 6V is 5.2mA. My question is, Is that the max current that it can output ?
  10. C

    Transistor Logic Gate : NOT Gate Explanation?

    Hi everyone. I would like to ask about this light sensor using not gate circuit. I use LDR as an input and a LED as an output. I have tried this circuit in Proteus, and it works. When the LDR 'off', LED turns on, and vice versa. But i don't really understand about the working principle of this...
  11. D

    Shannon entropy of logic gate output.

    Homework Statement A particular logic gate takes two binary inputs A and B and has two binary outputs A' and B'. I won't reproduce the truth table. Suffice to say every combination of A and B is given. The output is produced by A' = \text{NOT} \ A and B' = \text{NOT} \ B . The input has...
  12. moenste

    Logic gates and truth table problems

    Homework Statement 2. The attempt at a solution Circuit: A B G D E F C 0 0 1 1 1 1 0 1 1 0 1 0 1 0 0 0 1 1 1 1 0 1 1 0 1 0 1 0Answer: Is (a) right? And any ideas what could be (b)?
  13. R

    What is the output of a logic gate when one input is not connected?

    Hello, I'm currently studying a course in digital logic. The course is included in my IT program. And I have not taken a course in electronics yet; I will later. My question basically is: what is the output of a logic gate given that one input is neither connected to a high voltage nor...
  14. Y

    XAND Gate: Is it Real or Just a Rumor?

    I've been reading Code: The Hidden Langauge of Computer Hardware and Software by Charles Petzold, and he described the 5 basic gates (AND, OR, NAND, NOR, & XOR) with extreme clarity. In the chapter about adding machines, he described that we needed a gate that relays only when it receives a 0...
  15. M

    How to use Logic gate in Breadboard circuit?

    I am a High school student, I have read about Logic gates but when it comes to practical use I am confused. I am building a small project where I want to use OR and AND gate, but I don't know In which form they are available in the market, how to connect them on breadboard and how to power them...
  16. ichabodgrant

    Comparator design using a 4-bit adder

    Homework Statement Hi, it's me again. Now I am going to design a 4-bit magnitude comparator using just ONE 4-bit adder and infinitely large number of gates (AND, OR, NOT, NAND, NOR, XOR, XNOR) for signed numbers (negative binary). Homework Equations A > B => A3barB3 + A2barB2x3 +...
  17. ichabodgrant

    Op-amp as a comparator (analog-to-digital conversion)

    Homework Statement Okay, This time it's an exam question. I am doing some past papers and there are questions about comparators which are not introduced in this course (this course is preliminary course for engineering students who are interested in electrical, electronic or computer...
  18. RaulTheUCSCSlug

    Using Arduino as a Logic Switch

    I want to supply some LED's and a motor from an outside source of electricity (i.e. a battery pack, wall outlet, batteries in series, etc.) and want to use the Arduino to be able to "switch" on and off these sources so that I am able to control long strands of LED's with the Arduino (for like a...
  19. A

    Design of Basic All-NAND Circuits using Logic Gate Technology

    The problem statement Hi I'm writing a report on a design of a basic all-NAND circuit. In reality, how are these circuits made ? Do we just use TTL etc. integrated circuits and combine them as necessary? Thanks
  20. Alxb577

    Difficult Logic Gate Puzzle Using Only 2 Input NAND Gates

    Homework Statement [/B] Impliment the expression which is already in minimum sum of products form using only two-input NAND gates. No gate may be used as a NOT. All inputs are available both uncomplemented and complemented. (The number of gates required is shown in parentheses.) f = ab'd' +...
  21. mishima

    Logic gate Simulation Software?

    Hi, I have used Digital Works and Logisim for doing things like building memory cells out of logic gates and general study of sequential logic. The free version of Digital Works does not work on my 64 bit windows computer at work, and Logisim does not offer all of the features of Digital Works...
  22. C

    What is trivial and non-trivial gate in computing?

    My question seems like it should be posted in Computer Engineering section, but below is how I found this word. I was reading the textbook: Quantum Computation And Quantum Information - by Michael A. Nielsen and Issac L. Chuang. and I came across with the this word; "1.3.1 Single qubit gates...
  23. K

    Need help with a logic gate circuit please?

    Hello, I just joined because I am having a serious issue figuring out a logic gate circuit with 4 source signals, and a non active state and two items that activate depending on a number of different states for each signal. I've been giving myself a headache for hours trying to puzzle this out...
  24. G

    TTL - Is there a logic gate or IC that does this?

    So this summer I plan on taking a long break from my arduino and learning some more 'ancient' and fun stuff. I plan on learning to use and make different circuits using TTL's. I have read a bit on it and learned on the basic logic gates like(using '/' as separator for the reverse) n/and,n/or...
  25. K

    Logic Gate Sim: Get Boolean Algebraic Expression

    any logic gate simulator that gives you the boolean algebraic expression at the end?
  26. B

    Tri-state logic: High impedance as an input to a logic gate

    So I am well familiar with how bi-state logic (with 0s and 1s) works in gates. 0+0=0; 0+1=1+0=1+1=1 etc. What happens if an input to a gate is neither 0 nor 1, but has an high-impedance value? Will it disable the logic gate from working? Will the logic gate simply ignore that input? Anyone...
  27. R

    Testing What resources can help me prepare for logic gate problems on the Physics GRE?

    I viewed previous tests on the internet. There are logic gate problems in a test. What subject do this logic gates problems belong to? What book do you recommend for understatnding this subject?
  28. R

    Design a logic gate for each different output

    Homework Statement http://media.newschoolers.com/uploads/images/17/00/58/56/03/585603.png Homework Equations None The Attempt at a Solution I have tried just messing around with them, and I have tried to turn this table into a "boolean" expression. I have no idea how I would begin to solve...
  29. D

    CprE logic gate problem, possibly unsolvable

    Homework Statement I was having a casual chat with one of my professors and he presented me with a problem that after 4 hours of attempting I believe is unsolvable. the set up is pretty simple. you have 3 inputs x,y,z that go into a system, the output is ~x,~y,~z. However you are only allowed...
  30. R

    Makeing logic gate using only NAND Gates

    Homework Statement How to make a logic gates only using NAND gates of the following diagram. How many NAND gates I would have to use for that diagram Homework Equations The Attempt at a Solution I know that A bar bar + B bar bar =AB A bar bar B bar bar = A+B De-morgans Theorem
  31. B

    How does a logic gate permanently maintain its state?

    Logic gates can be switched to a high state, where the current flow is cutoff and a low state, allowing current to flow through. What electromagnetic processes in the semiconductor material enable this to happen? Since the switching action is purely electronic and there are no moving parts...
  32. S

    Will CMOS Logic Gates Cause Instability in My Circuit Design?

    Basically, I'm trying to generate a short pulse when the user pushes a button using a CMOS gate and a rudimentary RC charging circuit. It all simulates fine in Multisim, but I'm concerned what will happen when I run this for real (still waiting for parts in the mail). Here's the diagram...
  33. J

    Logic gate circuits - What does two-level and multi-level mean?

    What do "two-level" and "multi-level" gate circuits mean? I have been doing questions relating to logic gates circuits, and have noticed that some questions say "implement with two-level NAND gate circuts" And then a different question would say "implement with multi-level NOR gate...
  34. L

    Electronics and logic gate question

    I know this is probably in the wrong board, but. I'v just been looking into some Boolean algebra to convert truth tables into a set of logic gates representing a circuit. If i were attempting to represent a certain truth table, but i was limited to ONLY using NAND gates. (their the only...
  35. J

    Building My First Logic Gate: A Beginner's Journey

    Homework Statement I'm studying logic gates and trying to create my first one. Homework Equations 3. In a TV programme, the panel votes on new performers. The panel consists of a Chairman (C) and three others (X, Y and Z) who each press a button to register their vote. The SUCCESS light is...
  36. N

    Quantum logic gate measurement?

    Do quantum logic gates perform measurements? (collapse the wavefunction) For example: If I apply a cNOT gate to a pair of cubits with wavefunction 1/\sqrt{2} |10> + 1/\sqrt{2} |00> what would I expect as the result? 1/\sqrt{2} |11> + 1/\sqrt{2} |00> ? or 1|11> or 1|00> or...
  37. S

    How can I simplify this circuit using boolean algebra for XOR and XNOR gates?

    I want to simplfy M'(A'B'C+ABC')+M(AB'C'+A'BC) to as simple a circuit as possible. I don't know the boolean algebra to simplfy the ABC terms. Help please, Speck
  38. A

    NAND or NOR Logic Gate, which is less reliable at higher speeds

    Trying to find out information on NAND and NOR logic gates and which, if any, may be less reliable at higher speeds. Supposedly this would have something to do with propagation delays and triggering times.
  39. D

    Digital logic gate power suppy

    merged with the other thread by enigma
Back
Top