answersLogoWhite

0

And is often used in boolean logic.

Boolean locic consists of a small set of operations that are carried out on two binary digits, either zero or one, sometimes these two states are referred to as false and true.

1 and 1 = 1

1 and 0 = 0

0 and 1 = 0

1 or 1 = 1

1 or 0 = 1

0 or 1 = 1

not 1 = 0

It goes on... there is xor (exclusive or), nand (not and) and a handfull of others.

This tiny set of logical functions make the digital world revolve!

JCF

User Avatar

Wiki User

12y ago

What else can I help you with?