Number Base Relationships F451 AS WBGS How to explain the relationship between binary and Octal/Hex values
Binary Number 172 denary into binary 172 denary into binary
Octal Number in denary 172 in denary is 254 in Octal is 254 in Octal 0*0=0 0*0=0 2*64=128 2*64=128 5*8=40 5*8=40 1*4=4 1*4= = =172 0*0=0 0*0=0 2*64=128 2*64=128 5*8=40 5*8=40 1*4=4 1*4= = =
Hex Number in denary 172 in denary is AC in Hex is AC in Hex 0*0=0 0*0=0 10*16=160 (A) 10*16=160 (A) 1*12=12 (C) 1*12=12 (C) = =172 0*0=0 0*0=0 10*16=160 (A) 10*16=160 (A) 1*12=12 (C) 1*12=12 (C) = = A 160 C 12
Explain the relationships between the binary and octal representations of this value Split the binary into 3’s Split the binary into 3’s 100 = = = 1+4=5 101 = 1+4=5 10 = 2 10 = = Octal value 254 = Octal value
Explain the relationships between the binary and Hex representations of this value Split the binary in half Split the binary in half 1100 = 4+8=12 (C) 1100 = 4+8=12 (C) 1010 = 2+8=10 (A) 1010 = 2+8=10 (A) AC = Hex value AC = Hex value