Logic Gates
Logic Gates
Logic gate is an electronic circuit having one or more inputs and only one output. These are the basic building blocks of a digital system. The input is related to the output based on a certain logic. The Basic logic gates are given below -
1. AND gate - For this logic gate output is "1" only when both input is "1", else "0".
2. OR gate - For this logic gate output is "1", when any one of the input is "1", else "0".
3. NOT gate - For this logic gate output is "1" when input is "0" and vice-versa.
Derived logic gates are :-
1. NAND gate - Logic is working as NOT(AND).
2. NOR gate - Logic is working as NOT(OR).
3. XOR gate - Output is "1" for different inputs and "0" for similar inputs.
4. XNOR gate - Logic is working as NOT(XOR).







Comments
Post a Comment