May
01
2008
Efficient storage and retrieval of boolean values using bitwise operations
Since each digit in a binary number is only composed of one of two possible values, 0 or 1, a binary number can be thought of as a series of switches. Each of these switches can be thought of as a TRUE or FALSE value if it is 1 or 0. So a binary number [...]
