Hexadecimal
Hexadecimal
Y10-02-P10: Hexadecimal
Learning objectives
In this lesson you will learn to:
For more information about this topic and additional student activities
see Topic 2 of the student book.
© Pearson Education Ltd 2020. Copying permitted for purchasing institution only.
Y10-02-P10: Hexadecimal
Quick test!
11110010111010110101000101100111
© Pearson Education Ltd 2020. Copying permitted for purchasing institution only.
Y10-02-P10: Hexadecimal
Human problems
That was difficult, wasn’t it?
Even if you had more than 5 seconds, chances are you’d make a
mistake.
This is because people find binary numbers hard to read, write and
understand.
© Pearson Education Ltd 2020. Copying permitted for purchasing institution only.
Y10-02-P10: Hexadecimal
An alternative solution
Computer scientists often use an alternative method of
representing long binary numbers.
© Pearson Education Ltd 2020. Copying permitted for purchasing institution only.
Y10-02-P10: Hexadecimal
© Pearson Education Ltd 2020. Copying permitted for purchasing institution only.
Y10-02-P10: Hexadecimal
Conversion
You can convert easily between binary and hexadecimal by
splitting the binary number into nibbles.
0 1 1 0 1 1 0 0
You convert each nibble into denary and then into one hexadecimal
digit.
4+2=6 8 + 4 = 12 = C
© Pearson Education Ltd 2020. Copying permitted for purchasing institution only.
Y10-02-P10: Hexadecimal
Conversion
Going from hexadecimal to binary is just as straightforward.
We take the hexadecimal, split it into its digits and convert these to
decimal and then into binary nibbles.
11 - 8 - 2 - 1 15 - 8 - 4 - 2 - 1
1011 1111
© Pearson Education Ltd 2020. Copying permitted for purchasing institution only.
Y10-02-P10: Hexadecimal
Where is it used?
© Pearson Education Ltd 2020. Copying permitted for purchasing institution only.
Y10-02-P10: Hexadecimal
© Pearson Education Ltd 2020. Copying permitted for purchasing institution only.