Hexadecimal to Denary Conversion
Part of Binary & Hex — GCSE Computer Science
This key facts covers Hexadecimal to Denary Conversion within Binary & Hex for GCSE Computer Science. Revise Binary & Hex in Memory & Storage for GCSE Computer Science with 15 exam-style questions and 22 flashcards. This topic appears regularly enough that it should still be part of a steady revision cycle. It is section 10 of 14 in this topic. Use this key facts to connect the idea to the wider topic before moving on to questions and flashcards.
Topic position
Section 10 of 14
Practice
15 questions
Recall
22 flashcards
Hexadecimal to Denary Conversion
Method: Multiply place values (161, 160)
Example 1: Convert 3F to denary
Place values: 16¹ 16⁰
16 1
Hex: 3 F
3F = (3 × 16) + (15 × 1)
= 48 + 15
= 63 (denary)
Example 2: Convert 2A5 to denary
Place values: 16² 16¹ 16⁰
256 16 1
Hex: 2 A 5
2A5 = (2 × 256) + (10 × 16) + (5 × 1)
= 512 + 160 + 5
= 677 (denary)