Truth Tables (2.4) Flashcards
1
Q
Truth Table for an AND gate
A
- Call the two inputs A and B
- Call the output C
- If A is False AND B is False then C is False
- False + True = False
- True + False = False
- True + True = True
2
Q
Tip for doing a multi-gate truth table
A
- When completing a truth table it is easy to forget what you have done or repeat a combination.
- The best thing to do is pick one of the gates to alternate the different combinations with.
3
Q
Rewrite S = (P AND Q) OR (NOT R) using symbols
A
- S = (P /\ Q) \/ (¬ R)
4
Q
Rewrite R = (NOT Q) OR P using symbols
A
- R = (¬ Q) \/ P