Monday, October 28, 2019

Logic Gate

The Logic Gate

        There is a lot of different type of logic gate. The most well-known gate is OR gate, AND gate and NOT gate. But there are more than just three. Well, there are many more if you combine them together they will form a new Gate with a new function. These are all the gate symbol.
        To understand more about these gates we must look at their truth table. Which every single one of them contains different answers.

  • OR Gate: Which is the electronic device which receives two inputs each in the form of a binary digit, that is 0 and 1. Here is the truth table
  • AND Gate: Which almost similar to the OR gate except that the output takes the value 1 when both inputs are 1.
  • NOT Gate: This gate has one input and one output and every output is the complement of input.
  • NOR Gate: This gate is logically equivalent to NOT Gate in series with OR Gate.
  • NAND Gate: This gate is logically equivalent to NOT Gate in series with AND Gate.

  • XOR Gate: The Exclusive OR Gate gives output 1 when either input 1 but not both input is 1.
        To make it more easy to understand I've done simulation in a program (Proteus) to make it even more easy to understand.

AND Gate
OR Gate




















 NOT Gate
 NOR Gate
  
NAND GATE
XOR GATE
The Equivalent of the XOR Gate by using
OR, AND and NOT Gate
         

















So all of these are all the Logic Gate with truth table and simulation in order to make you guy believe me. Thank you for reading.

0 comments:

Post a Comment