How many bytes to represent a hexadecimal value?
Sigiloso
Not sure if you remember the question correctly; It would make more sense if it was: "number of BITS to represent a hexadecimal value", which would be 4 bits (hexadecimal values go from 0 through F, i.e. 16 possibilities = 2^4 possibilities)