A video-streaming Web site uses 32-bit integers to count the number of times each video has been played. In anticipation of some videos being played more times than can be represented with 32 bits, the Web site is planning to change to 64-bit integers for the counter. Which of the following best describes the result of using 64-bit integers instead of 32-bit integers?a. 2 times as many values can be represented.b. 32 times as many values can be representedc. 2^32 times as many values can be represented.d. 32^2 times as many values can be represented.

Respuesta :

Answer:

c. 2^32 times as many values can be represented.

Explanation:

For 32 bit integers, there are [tex]2^{32}[/tex] possible values.

For 64 bit integers, there are [tex]2^{64}[/tex] possible values, or [tex]\frac{2^{64}}{2^{32}} = 2^{32}[/tex] more values being represented.

So the correct answer is:

c. 2^32 times as many values can be represented.

Answer:

C.

Explanation: