The Decimal number of 10,11,12,13,14, and 15 are converted to which letters in Hexidecimal?
A, B, C, D, E, and F respectively
How would you calculate Binary sets?
Each sets is broken into sets of 4 where zero is 0000 and 1 is 00001.
Let each 0 in the set represent 1,2,4 and 8 when presented with a decimal set you can find the binary representation by using the vaules of each 0 to sum the number you are trying to determine. Where 9 decimal is equal to 1001, 7=0111 and so on...