10.1 Logic Gates
Gates & Truth Tables
NOT Gate 0 = 1 1 = 0
XOR Gate 0 . 0 = 0 1 . 0 = 1 1 . 1 = 0
AND Gate 0 . 0 = 0 1 . 0 = 0 1 . 1 = 1
NAND Gate 0 . 0 = 1 1 . 0 = 1 1 . 1 = 0
OR Gate 0 . 0 = 0 1 . 0 = 1 1 . 1 = 1
NOR Gate 0 . 0 = 1 1 . 0 = 0 1 . 1 = 0
Exam Questions
Last updated
Was this helpful?