Cards (5)

  • The OR gate takes two input values and produces an output of 1 (True) if either one of the inputs are 1 (True).
  • 0 OR 0 = 0
  • 0 OR 1 = 1
  • 1 OR 0 = 1
  • 1 OR 1 = 1