Chapter 4: Logic gates and logic circuits Flashcards
(11 cards)
What is the truth table for AND gate?
______________________
|__A___|__B__|__X__|
| 0 | 0 | 0 |
| 1 | 0 | 0 |
| 0 | 1 | 0 |
|__1___|__1__|__1__|
What is the truth table for NAND gate?
______________________
|__A___|__B__|__X__|
| 0 | 0 | 1 |
| 1 | 0 | 1 |
| 0 | 1 | 1 |
|__1___|__1__|__0__|
What is the truth table for OR gate?
______________________
|__A___|__B__|__X__|
| 0 | 0 | 0 |
| 1 | 0 | 1 |
| 0 | 1 | 1 |
|__1___|__1__|__1__|
What is the truth table for NOR gate?
______________________
|__A___|__B__|__X__|
| 0 | 0 | 1 |
| 1 | 0 | 0 |
| 0 | 1 | 0 |
|__1___|__1__|__0__|
What is the truth table for XOR gate?
______________________
|__A___|__B__|__X__|
| 0 | 0 | 0 |
| 1 | 0 | 1 |
| 0 | 1 | 1 |
|__1___|__1__|__0__|
What is the truth table for XNOR gate?
______________________
|__A___|__B__|__X__|
| 0 | 0 | 1 |
| 1 | 0 | 0 |
| 0 | 1 | 0 |
|__1___|__1__|__1__|
______________________
|__A___|__B__|__X__|
| 0 | 0 | 0 |
| 1 | 0 | 0 |
| 0 | 1 | 0 |
|__1___|__1__|__1__|
______________________
|__A___|__B__|__X__|
| 0 | 0 | 0 |
| 1 | 0 | 0 |
| 0 | 1 | 0 |
|__1___|__1__|__1__|
______________________
|__A___|__B__|__X__|
| 0 | 0 | 0 |
| 1 | 0 | 0 |
| 0 | 1 | 0 |
|__1___|__1__|__1__|
______________________
|__A___|__B__|__X__|
| 0 | 0 | 0 |
| 1 | 0 | 0 |
| 0 | 1 | 0 |
|__1___|__1__|__1__|
______________________
|__A___|__B__|__X__|
| 0 | 0 | 0 |
| 1 | 0 | 0 |
| 0 | 1 | 0 |
|__1___|__1__|__1__|