207k views
5 votes
How many bits would be in the memory of a computer with 8KB memory? (only write done a number)

1 Answer

6 votes

Final answer:

A computer with 8KB memory has 65,536 bits. This is calculated by first understanding that 1KB is 1,024 bytes, and then multiplying the number of bytes (8,192 in 8KB) by the number of bits in each byte (8).

Step-by-step explanation:

To calculate the number of bits in 8KB of memory, we first need to understand that one kilobyte (KB) is equal to 1,024 bytes. Next, we need to recall that one byte is comprised of 8 bits. Therefore, to find the total number of bits in 8KB, we perform the following calculation:

8KB = 8 * 1,024 bytes

= 8,192 bytes

Since one byte is equal to 8 bits, we multiply the total number of bytes by 8:

8,192 bytes * 8 bits/byte

= 65,536 bits

Therefore, a computer with 8KB of memory has 65,536 bits of storage.

User Liki Crus
by
7.9k points