Activity 01
Pairs Activity: ASCII Message Encoder
Provide ASCII charts to pairs. Students encode short messages like their names into binary, then decode classmates' versions. Verify accuracy by converting back to text and discuss errors.
Analyze how different encoding schemes impact the representation of text.
Facilitation TipDuring ASCII Message Encoder, circulate and ask pairs to justify their binary choices by reading the ASCII table aloud.
What to look forPresent students with a short string of text (e.g., 'Hi!'). Ask them to identify the number of bits required to represent this string using 7-bit ASCII and then using UTF-8 (assuming 2 bytes per character for simplicity). This checks their understanding of character encoding and bit calculation.