Type in "T" or "F" for true or false. ----------------------------------------------------------------------- This is a simple project showing you how an XOR-Gate works. XOR-Gates are simple functions from boolean algebra/logic and are used in computers all of the time. XOR-Gates only output a "True" if one of the inputs is "True" and the other is "False", similar to an OR-Gate. See the truth table below for more info. ----------------------------------------------------------------------- XOR-Gates truth tables: Input A: Input B: Output: True True False True False True False True True False False False