In: Computer Science
Consider the word CAT
a) What would the hexadecimal representation of this word be in ASCII?
c) If we rotated the bits that represent this word 8 bits to the right, what would the word become (in letters)?
d) If we rotated the bits that represent CAT 8 places to the left, what would the word become (in letters)?
e) What would the results be (in letters) if we XORed the bits that represent CAT with the hexadecimal value 20 20 20?
f) What would the results be (in letters) if we XORed the bits that represent CAT with the hexadecimal value 13 08 13?