
James G. answered 03/17/20
Computer Science and Programming Tutor, Teacher, and Professional
There are multiple types of gates: AND, OR, and XOR are three of the main gates. An AND gate outputs a 1 signal if both inputs are a 1. AN OR gate outputs a 1 signal if either input is a 1. AN XOR gate outputs a 1 if one of two inputs is a 1, but not both.