[EMAIL PROTECTED] wrote:
>
> At 07:55 PM 8/24/99 +0000, you wrote:
> >I seem to recall that some people confuse things a bit by
> >saying that a kiloByte is 1024 Bytes.   I think that one of my
> >download managers does that - you'll see a discrepency between the
> >file size - in Bytes and the download progress indicator - in MB
> >or kB.
> >
> >Bob
> That's because they add up in octodecimal but we count them in decimal,
> hence the discrepancy.  In bits and bytes, 1024 is the nearest equivalent
> to 1,000.  So, 1024 bytes make a Kilobyte, and 1024 kilobytes make a
> megabyte.  I don't wanna do the mathing for how many bytes in a megabyte
> but it's 1024x1024.  That's why numbers come out in 16, 32, 64, on up to
> 256 and so on, that eight count thing.

Just adding my 2 cents in here. Computer math is in Hexidecimal,
which is base 16. Versus our normal base 10. Some old PCs had
Octal (base 6). The Hexidecimal being a way for us to view
and write in a 16-bit format. Computers themselves are binary.
And binary numbers will always be a power of 2. So you have:
0, 1, 2, 4, 8, 16, 32, 64, 128, 256, 512, 1024, 2048, etc.
So, your friend is correct in a KiloByte being 1024 bytes.
And a MegaByte is 1024 x 1024.
  Jim Webster

To unsubscribe from SURVPC send a message to [EMAIL PROTECTED] with 
unsubscribe SURVPC in the body of the message.
Also, trim this footer from any quoted replies.

Reply via email to