LOGIC GATES
Logic Gates. Logic gates Digital systems are said to be constructed by using logic gates. These gates are the AND, OR, NOT, NAND, NOR, EXOR and EXNOR gate Basic Gates: *AND GATE *OR GATE *NOT GATE Universal Gates: *NOR GATE *NAND GATE Exclusive Gates: *EXOR GATE *EXNOR GATE AND GATE: Logic diagram Truth Table The AND gate is a basic digital logic gate that implements logical conjunction - it behaves according to the truth table to the right. A HIGH output (1) results only if all the inputs to the AND gate are HIGH (1). If none or not all inputs to the AND gate are HIGH, LOW output results. The function can be extended to any number of inputs. OR Ga...
Comments
Post a Comment