Boolean Logic Flashcards
1
Q
What does 1 represent in binary?
A
TRUE
2
Q
What does 0 represent in binary?
A
FALSE
3
Q
What is NOT (A) when A = 1
A
0
4
Q
What is NOT (A) when B = 0
A
1
5
Q
What is A AND B when A = 0 and B = 0?
A
0
6
Q
What is A AND B when A = 0 and B = 1?
A
0
7
Q
What is A AND B when A = 1 and B = 1?
A
1
8
Q
What is A OR B when A = 0 and B = 0?
A
0
9
Q
What is A OR B when A = 1 and B = 0?
A
1
10
Q
What is A OR B when A = 1 and B = 1?
A
1