diff --git a/.zk/notebook.db b/.zk/notebook.db index 55af543..7feddbf 100644 Binary files a/.zk/notebook.db and b/.zk/notebook.db differ diff --git a/zk/Bitwise_operators.md b/zk/Bitwise_operators.md index df96265..f73962b 100644 --- a/zk/Bitwise_operators.md +++ b/zk/Bitwise_operators.md @@ -1,12 +1,14 @@ --- id: t127 title: Bitwise_operators -tags: [] -created: Saturday, April 20, 2024 +tags: [binary] +created: Saturday, April 20, 2024 --- -# Bitwise_operators +# Bitwise operators + +In addition to mathematical, logical and comparison operators, there are +_bitwise operators_. These operators execute conditions based on the actual bits +of a value rather than the values that the bits are encoded to represent. ## Related notes - -