Activity 01
Pairs: ASCII Text Encoder
Pairs receive printed ASCII tables and sample text. They convert each character to 8-bit binary by hand, then verify using an online converter. Finally, they decode a binary string back to text and discuss patterns in bit usage.
Analyze how character encoding schemes like ASCII and Unicode work.
Facilitation TipDuring the ASCII Text Encoder activity, circulate to ensure pairs record both the ASCII lookup and binary conversion for each character to reinforce the connection.
What to look forProvide students with a short paragraph of text. Ask them to calculate the approximate file size in bytes if it were encoded using ASCII (8-bit). Then, ask them to identify one advantage of using Unicode for this text.