Concept:A binary fraction is converted to decimal by using negative powers of 2.Explanation:Write the binary fraction in expanded form using place values.0.11012=0+1×2−1+1×2−2+0×2−3+1×2−4This becomes 0+21+41+0+161.Convert to sixteenths: 168+164+161=1613.Since 1613=0.8125, the decimal equivalent is 0.812510.Answer:0.8125, which is option A.