Computer Science LearnITWithMrC ⛯ Year 7 Year 8 Year 9 GCSE
Responsive image

Introducing Hexadecimal

Overview
Flight Path
Learning Objectives
0 results forGuest
IDSkill_name
 2 I can convert in both directions between binary and hexadecimal
 2 I can convert in both directions between decimal and hexadecimal.

🏁 Learning Objective Introducing Hexadecimal


Converting between Hexadecimal, Decimal & Binary - Learning Activities

Lesson Video


Hexadecimal | Interactive | Computing 

Hexadecimal


You are probably familiar with the idea that the same number can be written down in different ways - as a tally, as a normal digital, as a roman number, or even as binary. Hexadecimal is a number system that's based on 16s, and it's useful in ICT and computing for representing large numbers (and also because it's easily converted to binary). Hexadecimal appears in most GCSE Computer Science courses, which also require you to convert between denary and hexadecimal.

In a number system based on tens, each column heading (units, tens, hundreds, etc.) is ten times the value of the column heading to its right, and you can use one of ten values (1-9 and 0) in each position. In a number system based on sixteens, each column heading is sixteen times the one to its right, and you can use one of sixteen values in each position.

There aren't sixteen different digits, though, so what comes after 9? Well, hexadecimal uses the digits 0-9, followed by the letters A-F. This means that counting in hexadecimal would give the sequence 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E, F, 10, 11, 12, etc.

Conversion Table

Decimal 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Hexadecimal 1 2 3 4 5 6 7 8 9 A B C D E F

Why we need hexadecimal

Which of the following numbers is easier to remember?
  • 1011 0111
  • B7

If you think B7 is easier to remember, then perhaps you now understand why often binary is represented in hexadecimal format. Also, as technology has become very advanced computers can now represent very long pieces of binary data with shorter hexadecimal ones. B7 is the same value in hex as 1100 0101 is in binary.

Hexadecimal adding machine

You can click the digits below investigate how to make a hexadecimal number.

Clicking each digit with the left mouse button increases it by one, and when it gets to 15, it goes back to 0.

Clicking the right mouse button (or a long-tap on a touch-screen) decreases the digit by one.


16
0
1
0
= 0



If you change the hexadecimal number so that it reads A4, for example, that means that you want ten 16s and four 1s, so the value of A4 is 164. It's as simple as that!

Click the digits to investigate.

  1. Can you make 100?
  2. Is there only one pattern of digits that make each number?
  3. What's the maximum value that you can store in a two-digit number like the one above? Does that number look familiar?

created by https://www.advanced-ict.info/interactive/binary.html

Hexadecimal numbers are most commonly used in ICT and computing to represent colours on web-pages, in drawing applications and in programming.


Hexadecimal - Learning Activity Tasks


Task 1: Complete the following questions

Questions

Convert the following hexadecimal numbers to binary.

  1. 68
  2. 92
  3. 1A
  4. A7
  5. CC
  6. EA

Convert the following binary numbers to hexadecimal.

  1. 10010001
  2. 10101000
  3. 10011010
  4. 10101010
  5. 11001110

Convert the following hexadecimal numbers to decimal.

  1. 35
  2. 1A
  3. 2C
  4. 4B
  5. DF
  6. AE

Convert the following decimal numbers to hexadecimal.

  1. 31
  2. 49
  3. 63
  4. 111
  5. 144
  6. 201

Task 2: Now try these

Click on the word icon below to download the Word activity sheet!

Look at the extension activity on page 3


Task: Flippy Bit Hex

Click on the image below and see how well you can do at Flippy bit Hexadeciaml.



Learning Outcomes

  • I can explain what hexadecimal is and and how
    it represents numbers.

  • I can convert both ways between hexidecimal and binary.
  • I can convert both ways between hexidecimal and denary.


0 results forGuest
Recent Comments

Teacher Date: 2026-05-10


Guest