Cards (4)

  • What does the AND operation do

    outputs True if both inputs are True
  • What does the OR operation do

    Outputs True if either input is True
  • What does the NOT operation do

    Inverts the input, so True outputs False and False outputs True
  • What does the XOR operation do

    Outputs True if one input is True but not if both inputs are True