Ask a Teacher
what are various logic gates ? how does they work? |
||||||||||||||||||||||||||||||||||||
Basic logic gates
The AND gate For and AND gate there are two or more inputs and an output; A and B are the inputs and Y is the output. Boolean expression for AND gate is A, B or AB = Y, which reads A and B equals Y. The logic gate symbol of AND gate is shown in figure. Truth table for AND gate
The NOT gate (Inverter) It is a single input gate for which the output is always the complement of the input. Complement of 1 is zero and that of zero is 1. The complement of A is indicated by A' (A prime) or (A bar). Logic gate symbol for NOT gate is shown in figure. The truth table for NOT gate is also given.
|