UNSOLVED

CHCarriersLLC

updated

20 years ago

0

10581

March 23rd, 2006 22:00

KB or MB

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

    21 Posts

    265

    0

    Posted March 23rd, 2006 22:00

    1 MB = 1024 KB
  • 265

    0

    Posted March 23rd, 2006 23:00

    groovy
     
    thanks
     
     
     
  • 265

    0

    Posted 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.
  • sbinh

    21 Posts

    265

    0

    Posted 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