Pages

Monday 6 April 2015

Logic Gates





Logic Gates :
A logic gate is an idealized or physical device implementing a Boolean function; that is, it performs a logical operation on one or more logical inputs, and produces a single logical output.
Logic gates are primarily implemented using diodes or transistors acting as electronic switches

AND Gate :
The AND gate is a basic digital logic gate that implements logical conjunction.


AND GATE

Single word : Output high only when all inputs high.

OR Gate :

The OR gate is a digital logic gate that implements logical disjunction.


OR GATE

Single word : Output high only when at least one  inputs high.


NOT Gate :

NOT gate is a logic gate which implements logical negation.



Single Word : Output is inversion of input.

No comments:

Post a Comment