Tag: bitwise operation
-
Bitwise Manipulation: Logical and Shifting Operations
In the previous article, I’ve just introduced some concepts related to computer science and more specifically bitwise operation. We learned how what is bitwise operation is in general, and how […]
-
Numbering System: How to convert hexadecimal, decimal value to binary and vice versa?
In the previous article, we’ve talked about what is bitwise operation and why it matters in computer science. Most of the time when we do things with the bitwise operation, […]
-
Introduction to Bitwise Operation
Bitwise Operations Binary Number In mathematics and digital electronics, a binary number is a number expressed in the base-2 numeral system or binary numeral system, which uses only two symbols: […]