1/9
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
AND other notations
A AND B
A.B
A^B
If A and B then Q truth table
1, 1, 1
1, 0, 0
0, 1, 0
0, 0, 0
If A or B then Q
1, 1, 1
1, 0, 1
0, 1, 1
0, 0, 0
OR other notations
A or B
A+B
AvB
If (A and B) or C then Q
0, 0, 0, 0
0, 0, 1, 1
0, 1, 0, 0
0, 1, 1, 1
1, 0, 0, 0
1, 0, 1, 1
1, 1, 0, 1
1, 1, 1, 1
Symbols for AND and OR are known as
gates
AND gate
OR gate
(A OR B) OR C
NOT gate