Ask Me Help Desk

Ask Me Help Desk (https://www.askmehelpdesk.com/forum.php)
-   Computers for Beginners (https://www.askmehelpdesk.com/forumdisplay.php?f=79)
-   -   Kilobytes Equals How Many Gigabytes, Etc. (https://www.askmehelpdesk.com/showthread.php?t=439065)

  • Jan 25, 2010, 02:28 PM
    Clough
    Kilobytes Equals How Many Gigabytes, Etc.
    Hi, All!

    Would you please refresh my memory? I used to know about this stuff, but have now forgotten...

    How many Kilobytes does it take to make a Gigabyte, and so forth?

    I guess that I'm looking for some kind of conversion chart as well as some professional advice concerning the storing of documents online.

    Thanks!
  • Jan 25, 2010, 02:31 PM
    Stratmando

    1000 kilobytes is 1 Gig, 1000 Gigs is 1 Terrabyte.
    1 K may actually be 1024 or an some other odd number.
  • Jan 25, 2010, 02:33 PM
    Stratmando

    If you have a large computer you may want to exceed 1024 Terabytes:
    Terabyte - Wikipedia, the free encyclopedia
  • Jan 25, 2010, 02:40 PM
    Clough
    Hi, Stratmando!

    What are the designations that are below Kilobytes, please?

    Thanks!
  • Jan 25, 2010, 03:02 PM
    Curlyben
    Kilobyte - Wikipedia, the free encyclopedia ;)

    Nice chart on the right
  • Jan 25, 2010, 04:30 PM
    donf
    Clough

    A "Bit" (Single unit)
    A "Nibble" (4 bits) Sorry, I left this one out. Nibbles are used in Octal (8) datastreams, such as PostScript
    A "Byte" (Eight Bits)
    A "Kilobyte" = 1024 Bytes*
    A "Megabyte" = 1000, Kilo bytes
    A "Gigabyte" = 1000 Mega Bytes
    A "Tera Byte" = 1000 Giga Bytes


    * There is now a move on to return a "Kilo", to a value of 1000, but I don't know if it will happen.
  • Jan 25, 2010, 04:34 PM
    Stratmando

    K kila
    M mega
    G giga
    T tera
    P peta
    E exa
    Z zetta
    Y yotta
    As for Kila and the others, 1000 is Decimal, and 1024 is considered Binary.
  • Jan 25, 2010, 09:06 PM
    Stratmando

    Here is some other interesting stuff, but the Big Letters look like they stop at yodda:
    Orders of magnitude (numbers) - Wikipedia, the free encyclopedia
  • Jan 26, 2010, 08:28 AM
    donf
    Strat,

    You need to make sure that you use the "B" for bytes and "b" for bits.

    For example Kb - Kilo Bits and KB for Kilo Bytes. Enormously different values. Lower case K"b" would indicate 1024 "Bits".

    KB would equal 1024 Bytes or 8,192 bits.
  • Jan 26, 2010, 08:43 AM
    Stratmando

    I was thinking like Mega dollars is a Million, and a Megacents would be 10,000 dollars.
    It's whatever you put at the end, its still a million?
  • Jan 26, 2010, 09:01 AM
    donf
    That's part of the logic behind the changing the destination values back into powers of 10.

    However, in computer math, binary numbers do not map into powers of 10.

    For instance, powers of 10 are very easy to map out. However a "Byte" is decoded using either binary numbers, if it is a number or Hexadecimal values if it a command, symbol, print character.

    For example, if your printer responds to ASCII characters, you would use the ASCII character position. A decimal 18 would be a one byte command to feed a page out of a printer. That same command in Hexadecimal would be a 0x0C. The "0x" tells you that the number sequence is a you are about is a Hexadecimal number a printer would get a "0C" for the form feed command. Hexadecimal digits are from "0 to F" and the bits represented by the Hex vale will map out to exactly the same binary number. In fact Hexadecimal is considered to be the equivalent of Shorthand for binary.
  • Jan 26, 2010, 09:17 AM
    Stratmando

    We use Hex Data in Security Systems, it allows you to go beyond 10(to 16)using a single bit.

  • All times are GMT -7. The time now is 10:54 PM.