GCSE COMPUTING
NUMBER
THEORY9. Converting hexadecimal into decimal
This is quite simple. Multiply the second hex digit by 16 and then add the first digit to it.
Example 1: Convert 2E into decimal
2 x 16 = 32
E = 14
14 + 32 = 46
Challenge see if you can find out one extra fact on this topic that we haven't already told you
Click on this link: Number conversion
Copyright © www.teach-ict.com


