Activity 01
Simulation Game: Build a Paper Blockchain
Groups of four students each maintain their own copy of a paper ledger. One student acts as the proposer, writing a transaction on a new block card, hashing it with a simplified hash function (e.g., sum of ASCII values mod 100), and broadcasting it. The class agrees using a majority-rules consensus vote. Then one student secretly alters a historical block and the class detects the tamper by re-checking hashes.
Explain how blockchain technology ensures data integrity and immutability.
Facilitation TipDuring the Paper Blockchain activity, have student groups present their chain to the class to encourage ownership of the learning process.
What to look forPose the question: 'Imagine a scenario where a company wants to use blockchain for employee time tracking. What are the potential benefits compared to a traditional database, and what are the significant challenges or drawbacks they might face?' Facilitate a class discussion focusing on data integrity, privacy, and implementation complexity.