This video is a step by step guide on how to convert binary into hexadecimal.
Here's the method:
From right to left, split the binary code into groups of 4 bits.
Write the correct base 2 headings above each group of binary code.
Work out the decimal value of each group of binary code.
Change any of the decimal values that are above 9 into the corresponding hex code.
Downloadable resources:
https://www.computerscience.gcse.guru/shop
Free revision theory:
https://www.computerscience.gcse.guru
#BinaryToHex #ComputerScience