Visual Representation Type of Logic Gate Output Description
pic And Gate

X can only be 1 if A & B are 1.
Nand Gate Nand Gate

It is the exact opposite of an and gate
Or Gate Or Gate

a digital logic gate that gives an output of 1 when any of its inputs are 1, otherwise 0
Nor Gate Nor Gate

The opposite of a Or gate
Xor Gate Xor Gate

a two-input digital circuit that outputs a logical “1” if the two input values differ, i.e., its output is a logical “1” if either of its inputs are 1, but not at the same time (exclusively).

note: Type all the possible logic gates and sperate them with a comma(eg. "and,nor,xor")
Input Output Type of Logic gate(s)