Bitwise Operations

1 revision
#11 week ago
+5
Auto-generated stub article
+Bitwise operations manipulate the individual [Bits](/wiki/bit) that compose a [Binary](/wiki/binary) number, treating them as flags or elementary data. These fundamental operations, such as AND, OR, and XOR, enable efficient low-level control and manipulation of data at its most granular level within computing systems.
+## See also
+- [Boolean Algebra](/wiki/boolean_algebra)
+- [Logic Gate](/wiki/logic_gate)
+- [Data Type](/wiki/data_type)