Click one of the buttons to use a logic gate, next click the button/s on top to change the output of the bottom. LOGIC GATES: and-if both inputs are on, then the output is on or-if one or more inputs are on, then the output is on xor-if one but not both inputs are on, then the output is on not-the output is the opposite if the input nor-if both inputs are off, then the output is on nand-output is on except if both inputs are on xnor-if both inputs are the same then the output is on half adder-does binary addition, if one input is on then the left output is on and if both inputs are on, then the right output is on full adder-does binary addition, same as half adder but if all three inputs are on, both outputs are on
Made entirely by me.