Memory address

Discussion in 'PC Hardware' started by bzata, Dec 24, 2012.

  1. bzata

    bzata MDL Novice

    Dec 15, 2012
    17
    0
    0
    Hello

    How could something like

    000f0000-000fffff

    translated to simple memory in bytes or MB, GB?

    Thanks
     
  2. Pr3acher

    Pr3acher MDL Member

    Aug 24, 2012
    143
    48
    10
    Hi, well a bit is 0 or 1. A byte is 8 bit, e.g: 00011011. 000f0000 is simply in hexadecimal (base 16), but a CPU only understands the binary (0 and 1). Hope i answered your question.