answersLogoWhite

0

40 bits or 5 byrtes

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

How many bytes are required to store a character string?

about eight bits, which is equal to one byte


How many bits required in 3.5 million bytes?

To convert bytes to bits, you multiply by 8 since there are 8 bits in a byte. Therefore, for 3.5 million bytes: 3.5 million bytes × 8 bits/byte = 28 million bits. Thus, 3.5 million bytes requires 28 million bits.


How much memory is required to store an integer data type?

integer data type consumes memory of 4 bytes or 32 bits


Is bits or bytes uppercase?

Bytes. (B = bytes. b = bits.)


How many bytes are required to store a number in binary?

The number of bytes required to store a number in binary depends on the size of the number and the data type used. For instance, an 8-bit byte can store values from 0 to 255 (or -128 to 127 if signed). Larger numbers require more bytes: a 16-bit integer uses 2 bytes, a 32-bit integer uses 4 bytes, and a 64-bit integer uses 8 bytes. Thus, the number of bytes needed corresponds to the number of bits needed for the binary representation of the number.


if a memory chip size is 10244 bits how many chips are required to make 2048 bytes of memory?

To determine how many memory chips are required to make 2048 bytes of memory, first convert bytes to bits: 2048 bytes × 8 bits/byte = 16,384 bits. Next, divide the total bits needed by the size of one memory chip: 16,384 bits ÷ 10,244 bits/chip ≈ 1.60. Since you cannot have a fraction of a chip, you would need 2 memory chips to meet or exceed the requirement.


How many bytes are required to encode n bits of data where n equals 17?

1 bytes is 8 bits so (17/8) = 2.125 so round up to 3 full bytes


How many bytes are required to encode n bits of data where n equals 4?

One byte is 0.125 to 1 bit. So 4 bits, is .5 bytes.


2 bytes is how many bits?

two thousand bits No, there are 8 bits in a byte.


What is the bit capacity of a memory that has 1024 addresses and can store 8 bits at each address?

1024 bytes is 8192 bits.


How many bytes are required to encode 500 bits of data?

62.5


How man character's can 8 bytes store?

One byte is made up of 8 bits, and each bit can store 1 character. Therefore, 8 Bytes can store 64 Characters.