Analogue Signal:
If the voltage (or) current in a circuit is a continuous function of time, then we call such signals as analog signals.
Example: Sinusoidal signals
Digital Signal:
Some voltage signals are not continuous and they are discrete pulses of only two voltage levels either zero (or) some constant value of voltage. Such signals are called digital signals.
NOT GATE
Truth table:
Input (A) | Output (Y) |
0 | 1 |
1 | 0 |
OR GATE
Input (A) | Input (B) | Output (Y) |
0 | 0 | 0 |
0 | 1 | 1 |
1 | 0 | 1 |
1 | 1 | 1 |
AND GATE
Input (A) | Input (B) | Output (Y) |
0 | 0 | 0 |
0 | 1 | 0 |
1 | 0 | 0 |
1 | 1 | 1 |
NOR GATE
Input (A) | Input (B) | Output (Y) |
0 | 0 | 1 |
0 | 1 | 0 |
1 | 0 | 0 |
1 | 1 | 0 |
NAND GATE
Input (A) | Input (B) | Output (Y) |
0 | 0 | 1 |
0 | 1 | 1 |
1 | 0 | 1 |
1 | 1 | 0 |
Note: NAND gate and NOR gates are called Basic Building Blocks of digital electronic circuits (or) Universal Gates because any one of them alone can be used to construct any type of logic gate.
This theorem is very useful in solving complicated circuits by converting them into simpler circuits.
Lastly there is another special type of logic gate called as the XNOR gate.
XNOR GATE
Input (A) | Input (B) | Output (Y) |
0 | 0 | 1 |
0 | 1 | 0 |
1 | 0 | 0 |
1 | 1 | 1 |
Points To Remember:
Binary to Decimal Conversion:
1. What are logic gates? |
2. What are the different types of logic gates? |
3. How do logic gates work? |
4. What is the significance of logic gates in digital electronics? |
5. Can logic gates be combined to create complex circuits? |
|
Explore Courses for Class 12 exam
|