answersLogoWhite

0

A 128-bit register can store 2 128th (over 3.40 × 10 38th) different values. The range of integer values that can be stored in 128 bits depends on the integer representation used.

What else can I help you with?

Related Questions

8 bits can represent how many different characters?

There are 256 possible values (or characters) in 8 bits.


How many distinct values can we represent with 5 bits?

32 values. 2^5=32


how many bits are needed to represent decimal values ranging from 0 to 12,500?

1200


How many bits are needed to represent decimal value ranging from 0 to 12500?

how many bits are needed to represent decimal values ranging from 0 to 12,500?


How many bits do you need to represent 63 values using 8 bits per value?

To represent 63 values, you need at least 6 bits, as 2^6 = 64, which can accommodate all 63 values. However, if you're specifically using 8 bits per value, then you would use 8 bits for each of those 63 values, resulting in a total of 63 x 8 = 504 bits.


How many bits would be needed to represent 64 chracters?

To represent 64 characters, you would need 6 bits. This is because 2^6 equals 64, meaning six bits can encode 64 different values, sufficient for each character. Each bit can represent two states (0 or 1), and with six bits, you can create combinations to represent all 64 characters.


How many different values can be stored in 16 bits?

65,536


How many binary bits are necessary to represent 748 different numbers?

Binary bits are necessary to represent 748 different numbers in the sense that binary bits are represented in digital wave form. Binary bits also have an exponent of one.


How many bits are needed in order to represent the decimal values from 0 to 15?

4 bits. 24 = 16, so you have 16 different combinations.4 bits. 24 = 16, so you have 16 different combinations.4 bits. 24 = 16, so you have 16 different combinations.4 bits. 24 = 16, so you have 16 different combinations.


How many 7 bits can represent different characters?

128


How many values can represent a 4-bit?

A 4-bit binary number can represent (2^4 = 16) different values. This range includes all combinations of 0s and 1s that can be formed with four bits, ranging from 0000 (0 in decimal) to 1111 (15 in decimal). Thus, the values it can represent are 0 through 15.


How many numbers can be represented by 2 bits?

4, which is equal to 2 to the power 2.In general, with "n" bits, you can have "2 to the power n" different states (or represent that many different numbers).