What is the Basic Logic Gate? Describe the OR, AND, NAND gate with the help of the truth table.
How ‘NOT’ operation can be performed using a transistor? Describe.
What is the difference between and NAND gates? Why do we use NAND gates instead of AND gates? What is the NAND gate truth table? What is an AND gate? What is the symbol of the NAND gate? Why is it called a NAND gate? What are NAND gates used for?
Ans: A logic gate is an electronic device that performs a logical operation on one or more inputs and produces an output. The most common type of logic gate is the AND gate, which takes two input signals and produces an output signal only if both input signals are present. If either of the input signals is not present, then the output signal will be absent as well. There are three types of Basic Logic gate i.e. AND, OR, and NOT gate.
AND gate:
A logic circuit whose output is HIGH only when all inputs are HIGH.
Symbol of AND gate :
The truth table of AND gate :
OR gate:
A logic circuit whose output is HIGH when at least one input is HIGH.
Symbol of OR gate :
The truth table of OR gate :
NOT Gate
The NOT Gate having a single input and single output device; which is also known as an Inverter because it performs the inversion of the applied binary signal, i.e., it converts 0 into 1 or 1 into 0.
NAND gate:
A logic circuit whose output is LOW when all inputs are HIGH.
Symbol of 2 input NAND gate :
the truth table of NAND gate
‘NOT’ operation can be performed using a transistor
When input 0 X = 0, the base of the transistor is low (0) and therefore transistor operates in the cut‐off region IC = 0, hence no voltage drop across RC and output Y is VCC (HIGH)
When input X = 1, the base of the transistor is high (1) and therefore transistor operates in saturation region. In the saturation region VCE » 0.2 V . Hence output voltage 0.2 V, i.e logic 0 (Low).
Thus for the circuit shown in the figure output is the complement of input and we can say that it represents NOT gate.
Download
Leave a Reply