In computer we store memory with binary 0 or 1. And memory is generally known as addressing capability of memory chip.So if we have a chip with 2 address line we can address(means select) 4 byte(i.e. 2 ^ 2) or 4 memory locations in 8-bit(1 byte) chip or processor.
Hence here memory capacity becomes 4 Bytes.
Similarly if 3 address lines are there then we can address 8 bytes(2^3).
4 address lines are there then we can address 16 bytes(2^4).
9 address lines are there then we can address 512 bytes(2^9).
10 address lines are there then we can address 1024 bytes(2^10).
11 address lines are there then we can address 2048 bytes(2^11).
and so on.
We can mark here the memory capacity does not reach any where 1000(conventionally kilo) byte but nearest approximation is 1024 bytes(in computer language Kilo i.e. 1024=1 KB) which is 24 nos more but we can not neglect in case of computation or real field so 1 KB is 1024 Byte rather than 1000 Bytes.
Thank you..
Since there are 1000 bytes in KB, 1000 KB in a MB, and 1000 MB in a GB, there are 1000000 KB in a MB.
Did you mean: 'How much bytes in 1 KB?' If you did: the answer is 1000 bytes in 1 KB.
kB (kilobytes) is usually taken to mean 1024 bytes, even though the prefix "kilo" has a different meaning (exactly 1000) in physics.
Short Name = Full name = Size in bytes = Size in bits KB = Kilobyte = 1000 Bytes = 8000 Bits Kb = Kilobit = 125 Bytes = 1000 Bits in previous answer there is mistake kb=12.5 bytes
There are 1000 bytes in a Kb.
1 KB = 1 K = 1000 bytes
divide by 8,000. Kb is Kilobits = 1000 bits and a byte has 8 bits so Kb divide by 8 = KB and KB divide by 1,000 = bytes.
The basic unit of memory or storage in computing is the bit, which are typically collected in groups of 8 called a byte. Roughly 1000 bytes (to be exact, 1024) is called a kilobyte or Kb. Roughly 1000 Kb (again, exactly 1024) is a megabyte or Mb. Large amounts include the gigabyte (Gb) and terabyte (Tb), again each 1024 times larger than the previous.
1 kilobyte (kB) = 1000 bytes
1024 bytes is a kibibyte (KiB).1000 bytes is a kilobyte (kB).
KB = Kilo(1000)byte A KB of data can hold 2^10 =1024 Bytes of Information
Gb are bigger. Gb means roughly 1000000000 bytes. Kb means roughly 1000 bytes. (Roughly because in computer terminology 1000 and 1024 sometimes get used interchangeably.)