Topic 2.4: Boolean Logic Flashcards
1
Q
AND Gate
A
Outputs 1 if both inputs are 1.
2
Q
OR Gate
A
Outputs 1 if at least one input is 1.
3
Q
NOT Gate
A
Outputs the opposite of the input.
4
Q
Combining Gates
A
Logic gates can be combined to create complex circuits. Example: (A AND B) OR (NOT C) outputs 1 if A and B are both 1, or if C is 0.