Bitoperaatiot
Bitoperaatiot, often referred to as bitwise operations, are fundamental operations in computer science that manipulate data at the binary level, meaning they work directly on the individual bits that make up a number. These operations are crucial for low-level programming, data compression, encryption, and various optimization techniques.
The most common bitwise operations include AND, OR, XOR, NOT, and bit shifts. Bitwise AND (represented by
Bit shift operations move the bits of a number to the left or right. Left shift ('<<') moves