Tables: AND: 0+0=0 0+1=0 1+0=0 1+1=1 OR: 0+0=0 0+1=1 1+0=1 1+1=1 NOT: 0+0=1 0+1=0 1+0=0 1+1=0 XOR: 0+0=0 0+1=1 1+0=1 1+1=0
XOR (XOR!) is my favorite logic gate! It's so cool! It's like what I think of when I think of OR!