Boolean Logic

1234567891011121314
Across
  1. 3. A table that shows all possible input combinations for a logic system and the corresponding output for each combination.
  2. 7. A mathematical expression that uses variables and logical operators (like AND, OR, NOT) to represent a logical condition or circuit.
  3. 9. A type of data or logic that has only two possible values: true (1) or false (0), based on Boolean algebra.
  4. 10. Outputs 1 only when all inputs are 0 (it is the opposite of OR).
  5. 12. A software tool used to design and simulate digital logic circuits in an easy, visual way.
  6. 13. Outputs the opposite of the input (if input is 1, output is 0, and vice versa).
Down
  1. 1. Outputs 1 when the inputs are different, and 0 when they are the same.
  2. 2. A mathematician who developed Boolean algebra, the foundation of modern digital logic and computer science.
  3. 4. A number system that uses only two digits: 0 and 1. It is the basic language of computers.
  4. 5. A tool in Logisim used to add labels or text annotations to your circuit design.
  5. 6. A tool in Logisim used to interact with a circuit by changing input values or observing outputs during simulation.
  6. 8. A combination of multiple logic gates connected together to perform a more complex operation.
  7. 11. An electronic component that performs a basic logical operation on one or more binary inputs to produce a single output.
  8. 14. Outputs 1 (true) only when all inputs are 1.