4.3(BOOL LOGIC) Flashcards
1
Q
AND symbols
A
A ∧ B
A . B
2
Q
AND circuit diagram
A
D (2 inputs 1 output)
3
Q
OR symbols
A
A∨B
A+B
4
Q
OR Circuit diagram
A
Star trek syymbol
2 inputs 1 output
5
Q
Not symbols
A
¬A
_
A (bar A)
6
Q
Not circuit diagram
A
Triangle followed by small circle
(no line in between)
7
Q
XOR symbols
A
A(circled plus)B
A ∨ B
8
Q
XOR rules (when does it output true and false)
A
Outputs TRUE if the inputs are different
Outputs FALSE if they are the same
9
Q
XOR circuit
A
Curved line followed by star trek symbol
input lines go through the not line:
:):D-
10
Q
A AND 0 =?
A
0
11
Q
A AND 1=?
A
A
12
Q
NOT A AND A= ?
A
0
13
Q
A OR 0 = ?
A
A
14
Q
A OR 1 = ?
A
1
15
Q
NOT A OR A = ?
A
1