These are logic operations that are performed on a bitwise level. Each individual bit is compared and the operation is performed. For example, the binary value 110 (decimal value of 6) BITAND'd with 101 (decimal value of 5) produces an output of 100 (decimal value of 4).