Digital Logics Flashcards
1
Q
Only True if both are False
A
NOR
2
Q
True if both are the same
A
XNOR`
3
Q
always true
A
BUFFER
4
Q
NAND
A
Only false if both are true
5
Q
XOR
A
true if one is true but not both
6
Q
AND
A
Only true if both are true
7
Q
OR
A
Only false if both are false
8
Q
Ā + ĀB =
A
A + B
9
Q
A + ĀB =
A
A
10
Q
Ā + A =
A
1
11
Q
Ā • A =
A
0
12
Q
A • 0 =
A
0
13
Q
because if you factor something out it becomes…
A
a one
14
Q
De Morgan’s law
A
not b or not a = not b and not a (because they have the same output)