4.1 data types Flashcards
1
Q
Bitwise manipulation
A
Comparison of each bit with a binary number
2
Q
AND mask
A
Examine a bit without regarding other bits
3
Q
OR mask
A
Sets a bit without regarding other bits
4
Q
XOR mask
A
Toggles a bit without regarding other bits