Activity 01
Conversion Relay: Binary to Hex
Divide class into teams. Each student converts a 16-bit binary string to hex by grouping into fours, passes to next teammate for denary check. First team with all correct wins. Provide printed binary cards for practice.
Explain why hexadecimal is often used by programmers instead of long binary strings.
Facilitation TipDuring Conversion Relay, provide coloured sticky notes so teams can mark nibbles directly on the binary string for immediate visual grouping checks.
What to look forPresent students with a binary number (e.g., 11010110). Ask them to group it into nibbles, convert each nibble to its hexadecimal digit, and write the final hexadecimal number. Check their grouping and conversion steps.