Types of logic gate

1234567
Across
  1. 2. a form of algebra where all values are reduced to either true or false
  2. 5. a data type that has one of two possible values: true or false
  3. 6. a logic gate that accepts two inputs and will output a 1 (or TRUE) value when either of the inputs is a 1
  4. 7. a logic gate that accepts two inputs and will output a 1 (or TRUE) value only if both inputs are a 1
Down
  1. 1. operations based on the terms AND, OR, NOT
  2. 3. something that is checked to determine whether it is true or false
  3. 4. a logic gate that accepts only one input; the output will always be the opposite of the input