11.1. Bit Operators11.2. The AND Operator (&)11.3. Bitwise OR (|)11.4. The Bitwise Exclusive OR (^)11.5. The Ones Complement Operator (NOT) (~)11.6. The Left and Right Shift Operators (<<, >>)11.6.1. Right Shift Details11.7. Setting, Clearing, and Testing Bits11.8. Bitmapped Graphics11.9. Programming Exercises11.10. Answers to Chapter Questions