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
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Rewrite S = (P AND Q) OR (NOT R) using symbols

A
  • S = (P /\ Q) \/ (¬ R)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Rewrite R = (NOT Q) OR P using symbols

A
  • R = (¬ Q) \/ P
How well did you know this?
1
Not at all
2
3
4
5
Perfectly