ICT
Computing
Responsive image

Converting Number Bases - Hexadecimal

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

🏁 Learning Objective Converting Number Bases - Hexadecimal


Lesson Video

Lesson Tasks

  • Watch the Lesson video
    Make notes on your notes sheet.
  • Read the lesson notes
    Make notes on your notes sheet.
  • Complete the learning activities
    Make any notes on your notes sheet.
  • Check the Learning outcomes
    Update your learning objectives

Converting between Hexadecimal, Decimal & Binary - Learning Activities


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

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. Can you make 100? Is there only one pattern of digits that make each number? As you can see, hexadecimal numbers get big quite quickly. What's the maximum value that you can store in a two-digit number like the one above? Does that number look familiar?

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

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

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


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: 2025-09-28


Guest