Boolean logic (Paper 2) Flashcards
1
Q
Draw an AND gate
A
2
Q
What are the outputs for an AND gate?
A
00 = 0
01 = 0
10 = 0
11 = 1
3
Q
Draw an OR gate
A
4
Q
What are the outputs for an OR gate?
A
00 = 0
01 = 1
10 = 1
11 = 1
5
Q
Draw a NOT gate
A
6
Q
What are the outputs for a NOT gate?
A
0 = 1
1 = 0
7
Q
Draw a NAND gate?
A
8
Q
What are the outputs for a NAND gate?
A
00 = 1
01 = 1
10 = 1
11 = 0
9
Q
Draw a NOR gate
A
10
Q
What are the outputs for a NOR gate?
A
00 = 1
01 = 0
10 = 0
11 = 0
11
Q
Draw an XOR gate
A
12
Q
What are the outputs of an XOR gate?
A
00 = 0
01 = 1
10 = 1
11 = 0