JEE MAIN - Physics (2008 - No. 1)
In the circuit below, $$A$$ and $$B$$ represent two inputs and $$C$$ represents the output.

The circuit represents
NOR gate
AND gate
NAND gate
OR gate
Explanation

A | B | C |
---|---|---|
1 | 1 | 1 |
1 | 0 | 1 |
0 | 1 | 1 |
0 | 0 | 0 |
The truth table for the above logic gate is :
This truth table follows the boolean algebra $$C=A+B$$
which is for $$OR$$ gate
Comments (0)
