Advertisements
Advertisements
Question
Write the truth table of fundamental gates.
Answer in Brief
Solution
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
Is there an error in this question or solution?
APPEARS IN
RELATED QUESTIONS
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.