Advertisements
Advertisements
प्रश्न
Write the truth table of fundamental gates.
संक्षेप में उत्तर
उत्तर
The fundamental logic gates are AND, OR, and NOT gates.
The truth table for AND Gate is
Input | Output | |
A | B | C |
0 | 0 | 0 |
0 | 1 | 0 |
1 | 0 | 0 |
1 | 1 | 1 |
The truth table for OR gate is
Input | Output | |
A | B | C |
0 | 0 | 0 |
0 | 1 | 1 |
1 | 0 | 1 |
1 | 1 | 1 |
The truth table for NOT gate is
Input | Output |
A | C |
1 | 0 |
0 | 1 |
shaalaa.com
Introduction to Boolean Algebra
क्या इस प्रश्न या उत्तर में कोई त्रुटि है?
APPEARS IN
संबंधित प्रश्न
Which is a basic electronic circuit which operates on one or more signals?
A + A = ?
NOR is a combination of?
What is Boolean Algebra?
Write the associative laws?
What are derived gates?
Write the De Morgan’s law.
Explain the fundamental gates with an expression and truth table.
Explain the Derived gates with expression and truth table.