Welcome New User! ( Create Account | Sign In )

Our members earned over $8,000.00 last month! Join Us

Start earning today!

 

This Question has not been awarded yet.

Post your answer now!

Question

Submitted 396 days ago ..

Vanadium491

Vanadium491

New User (1)

Why is 1 kb 1024 bytes?

Share | Abuse |
 
Answers
Answer 1 / 4 - Submitted 393 days ago ..

sbsenterpris

sbsenterpris

Authority (193)

Computer understands binary system. One kilobyte written in binary is 10000000000. Two to the 10 power is equal to 1024 and that is how 1024 bytes came about.

Share | Link | Abuse
 
 
Answer 2 / 4 - Submitted 389 days ago ..

kendaves

kendaves

Contributor (93)

The magic number in binary code is 8! Everything is divisible by this number. A byte would look like this 10001100. Basically, since in computing when we increase in size or compacity we double it.
So: 8+8=16; then 16+16=32; etc. until you reach 1024! This is because in a base 10 number system, each position signifies a power of ten. But the binary system is a base 2 and is absolute, which means the lowest value in an 8-bit binary position would 1 (2 to the 0 power) and the highest value would be 2 to the power of 7 which equals 128. 128 multiplied by 8 (the magic number!) is 1024!

Share | Link | Abuse
 
 
Answer 3 / 4 - Submitted 356 days ago ..

h-town

h-town

New User (3)

Short for megabytes

Share | Link | Abuse
 
 
Answer 4 / 4 - Submitted 356 days ago ..

hongkongpom

hongkongpom

Professor (1,833)

Why is 1 kb 1024 bytes?

Well it isn't actually!

Bytes are bigger than bits because there are 8 bits in a Byte. You use 1024 when you move between bits & kilobits, or Bytes & kiloBytes or even kilobits to Megabits.

Saying it another way, there are 1024 bits in a kilobit & 1024 Bytes in a kiloByte.

The reason the number 1024 is used, is because in binary (computers math language) which works on the the base 2 numbering system you can't get the decimal number 1000. You can only get the number 1024 which is 2 to power 10 ie. 2x2x2x2x2x2x2x2x2x2 = 1024

Share | Link | Abuse
 
 
 
 

Answer This Question Now

Why is 1 kb 1024 bytes?

If your Answer is chosen as the “accepted” answer, you will earn ongoing royalties on this thread.
Simply type your Answer in the box below and post your answer.


Email Subscriptions

Author adds clarification

All new responses

Related Questions