Skip to document

4 Converting Hex to Binary and Binary to Hex worksheet

IGCSE Computer Science
Course

Computer science (0478)

75 Documents
Students shared 75 documents in this course
Academic year: 2020/2021
Uploaded by:
0followers
5Uploads
23upvotes

Comments

Please sign in or register to post comments.
Was this document helpful?

4 Converting Hex to Binary and Binary to Hex worksheet

Course: Computer science (0478)

75 Documents
Students shared 75 documents in this course

University: Cambridge College

Was this document helpful?
Converting Hex to Binary and Binary to Hex: Worksheet
Example Binary = 0100101000111101
Split into groups
of 4 bits
0100 1010 0011 1101
Convert each
group
4 A 3 D
Answer in Hex 4A3D
Task 1 Binary = 1100 0110 1111 0100
Split into groups
of 4 bits
Convert each
group
Answer in Hex
Task 2 Binary = 0100100111011110
Answer in Hex
Task 3 Binary = 1111100110111100
Answer in Hex
Example Hex = 4 7 A D
Convert each Hex digit to
binary 4 bit
4 7 A D
0100 0111 1010 1101
Answer in Binary 0100 0111 1010 1101
Task 1 Hex = 3 F F 1
Answer in Binary
Task 2 Hex = 7DE2
Answer in Binary
Task 3 Hex = FFFF
Answer in Binary