Ask Question
22 July, 04:33

How many bits would you need if you wanted to have the ability to count up to 1000?

+4
Answers (1)
  1. 22 July, 04:51
    0
    For every bit you can record two possible data and the amount will increase by rate 2^x where x is the number of bit. To answer this question, you need to know what is the least amount 2^x that will be enough to record 1000 possibilities.

    To do this, it is easier to divide the number with 32 for 5 bits (2^5=32), then divide it with 2 for 1 bit until it less than 1. The calculation would be: 1000/32 = 31.25 / 32 = 0.976.

    The answer would be 5 bit + 5bit = 10 bit. (2^10 = 1024)
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “How many bits would you need if you wanted to have the ability to count up to 1000? ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers