Bitwise Operation: Revision history

From Rice Wiki

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

2 April 2024

  • curprev 20:1220:12, 2 April 2024Admin talk contribs 376 bytes +376 Created page with "A '''bitwise operation''' is an operation that is done on a series of bits. There are many bitwise operators, most of them being pretty self explanatory. I'll note down anything that seems interesting to me. ''Exclusive or (XOR)'' operator can be used to flip singular bits, since against 1, XOR flips a bit, whereas against 0, XOR does nothing. Category:Computer Science" Tag: Visual edit