Bitwise Operators: A Comprehensive Guide
Across
- 1. – The value on which a bitwise operator performs its action.
- 3. – A pattern of bits used to extract or modify specific bits.
- 6. – Number system used for performing bitwise operations.
- 8. – Operation that inverts all bits of a number.
- 10. – Operator that shifts bits to the right, dividing the number by two.
Down
- 2. – Unary bitwise operator that flips each bit.
- 4. – Operator that shifts bits to the left, multiplying the number by two.
- 5. – Bitwise operator that sets a bit to 1 only if the two bits are different.
- 7. – Bitwise operator that sets a bit to 1 only if both bits are 1.
- 9. – Bitwise operator that sets a bit to 1 if at least one bit is 1.