Truth Tables

  • AND, OR, XOR, NOT
  • Truth tables will have 0 and 1's
    • 0 represents false/off
    • 1 represents true/on
  • AND 0 and 1 --> false
  • OR 1 or 0 --> 1
  • Xor 1 XOR 1 --> false