Unsolved

This post is more than 5 years old

152 Posts

10576

March 23rd, 2006 22:00

KB or MB

wrong forum, but oh well.
 
is a KB bigger or smaller than a MB
 
thanks

21 Posts

March 23rd, 2006 22:00

1 MB = 1024 KB

152 Posts

March 23rd, 2006 23:00

groovy
 
thanks
 
 
 

March 24th, 2006 13:00

KB means 1000 bytes, expressed as kilobyte.
 
MB means 1,000,000 bytes, expressed as megabyte.
 
A byte is the same as a character, such as   a,  b,  c,  d.   or a special character, such as :, ?, {, and so forth.
 
A byte is made up of bits.
 
A byte can be made of 7 bits.

21 Posts

March 24th, 2006 16:00



@Thomas Poole wrote:
KB means 1000 bytes, expressed as kilobyte.
 
MB means 1,000,000 bytes, expressed as megabyte.
 
A byte is the same as a character, such as   a,  b,  c,  d.   or a special character, such as :, ?, {, and so forth.
 
A byte is made up of bits.
 
A byte can be made of 7 bits.



If you don't know, then don't mislead people to WRONG information.

 

1 byte = 8 bits (from bit 0 to bit 7)

1 KB (1 kilobyte) = 2 to the power of 8 = 1024 B (bytes)

1MB = 1024 KB = (1024 * 1024) B

0 events found

No Events found!

Top