As we have seen before, the power of bitwise operators are immense. Sometimes thinking in terms of arithmetical operators cost you lots of CPU time when compared to bitwise operators. Read more...
“There are 10 kind of people, One who knows Binary and the other who doesn’t.”
In the earlier days when electronic computers was first built, inputs were given in binary using tapes and outputs were also obtained as binary. Read more...
I suddenly got an example that may help you remember the characteristics of AND, OR, NOT and XOR. Consider them as four different human individuals, with four different characteristics or behavior. Read more...
‘Bitwise operators’, as the name says they are indeed wise enough to do anything that a computer can do. In computer architecture, we would have studied how these ANDs, ORs and SHIFTs are used to do any mathematical operation. Read more...