Ask Question
27 June, 15:36

A computer database uses a binary sequence of 5 bits to represent unique user IDs. To increase the number of unique IDs that the database is able to represent, the database administrator increases the number of bits in a user ID to 12 bits. How many times more unique user IDs can be represented with the new system?

+5
Answers (1)
  1. 27 June, 18:06
    0
    Answer: 2 ^56 times more unique user ID's can be represented in the system.

    Explanation:

    5 bits will produce a maximum data allocation for User ID entries of 2^ 10.

    12 bits will produce a maximum data allocation for User ID entries of 2^ 66.

    Therefore the number of times more unique user ID's will be represented is 2^ (66-10) = 2 ^ 56 times.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “A computer database uses a binary sequence of 5 bits to represent unique user IDs. To increase the number of unique IDs that the database ...” 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