Ask Question
10 March, 22:59

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

+2
Answers (1)
  1. 11 March, 00:46
    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?
Find 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 and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers