Minimum number of bits required to store any 3 digit decimal number
Answers
Answered by
2
The largest 1 digit base ten number is 9, so we need to convert it to binary. This yields 1001, which has a total of 4 bits. This same example can be applied to a two digit number (with the max value being 99, which converts to 1100011)011
Similar questions