Wednesday 17 August 2016

Logic Gates

In this post, we are going to talk about logic gates.

A logic gate is an electronic device that operates on a collection of binary inputs and produces a binary output.

There are 5 types of logic gates that, which are OR, AND, NOT, NAND (NOT AND) and NOR (NOT OR).

Logic Gates


The NOT gate has only one input and one output.





The AND gate allows two or more inputs and has one output. The output is the Boolean product or their values.






The OR gate allows two or more inputs and has one output. The output is the Boolean sum or their values.





The NAND gate allows two or more inputs and has one output. NAND is an inverted AND gate.




The NOR gate allows two or more inputs and has one output. NOR gate is and inverted OR gate.



That's all for today, thank you! :)









No comments:

Post a Comment