tapestry workshop the university of virginia july 15 2009
play

Tapestry Workshop The University of Virginia July 15, 2009 And - PowerPoint PPT Presentation

Tapestry Workshop The University of Virginia July 15, 2009 And kinesthetic computer science activities Lynn Lambert Christopher Newport University Newport News, Virginia Author: Tim Bell (not pictured: Ian Witten and Mike Fellows) Tapestry


  1. Tapestry Workshop The University of Virginia July 15, 2009 And kinesthetic computer science activities Lynn Lambert Christopher Newport University Newport News, Virginia

  2. Author: Tim Bell (not pictured: Ian Witten and Mike Fellows) Tapestry 2009 Workshop Lynn Lambert July 15, 2009 The University of Virginia

  3. Global project New Zealand Sweden United Kingdom Korea Japan China Haiti Even USA (CSTA, Peter Denning, Carnegie- Mellon, SIGCSE, AP Reading, NECC) Tapestry 2009 Workshop Lynn Lambert July 15, 2009 The University of Virginia

  4. What is Unplugged How to teach important computer topics without using computers at all! Have Fun! www.csunplugged.org Tapestry 2009 Workshop Lynn Lambert July 15, 2009 The University of Virginia

  5. Like? Binary Numbers Sorting Networks Image Minimal Spanning Representation Trees Text Compression Routing and Deadlock Error Detection and Correction Finite-state Automata Searching Algorithms Programming Languages Sorting Algorithms Information Theory Tapestry 2009 Workshop Lynn Lambert July 15, 2009 The University of Virginia

  6. Magic Trick Magic Make a 5x5 grid with colored squares, some with one color, some the other. Tapestry 2009 Workshop Lynn Lambert July 15, 2009 The University of Virginia

  7. Parity Checking Even parity Can detect a bit that was corrupt ISBN detects adjacent swapped digits or a single incorrect digit X 10 = (1x 1 + 2x 2 + 3x 3 + 4x 4 + 5x 5 + 6x 6 + 7x 7 + 8x 8 + 9x 9 ) mod 11 Harry Potter and The Deathly Hallows: 0-545-01022-5 (0*1 + 5*2 + 4*3 + 5*4 + 0*5 + 1*6 + 0*7 + 2*8 + 2*9 ) (0 + 10 + 12 + 20 + 0 + 6 + 0 + 16 + 18) = 82 82 mod 11 = 5 Tapestry 2009 Workshop Lynn Lambert July 15, 2009 The University of Virginia

  8. Sorting network < Left > Right Tapestry 2009 Workshop Lynn Lambert July 15, 2009 The University of Virginia

  9. Have you used Unplugged? How? Tapestry 2009 Workshop Lynn Lambert July 15, 2009 The University of Virginia

  10. Binary Digits Tapestry 2009 Workshop Lynn Lambert July 15, 2009 The University of Virginia

  11. Characters in Binary 1 2 3 4 5 E A B C D E 01000 H 6 7 8 9 10 00101 E E F G H I J 15 01100 L 11 12 13 14 E L M N O 01100 L K O 16 17 18 19 20 01111 P Q R S E T 25 21 22 23 24 26 E E U V W X Y Z Tapestry 2009 Workshop Lynn Lambert July 15, 2009 The University of Virginia

  12. Characters and Sound Represented in Binary “ASCII” Modem Tapestry 2009 Workshop Lynn Lambert July 15, 2009 The University of Virginia

  13. Image Representation (black and white) Each pixel is a bit 1440 * 900 = 1,296,000 pixels/bits Tapestry 2009 Workshop Lynn Lambert July 15, 2009 The University of Virginia

  14. Image Representation (black and white) Each pixel is a bit 00001111111111100 for first row etc. Tapestry 2009 Workshop Lynn Lambert July 15, 2009 The University of Virginia

  15. Image Compression Run Length Encoding 4, 11, 2 4, 9, 2, 1, 1 4, 9, 2, 1, 1 4, 11, 2 4, 9, 4 4, 9, 4 5, 7, 5 0, 17 1, 15, 1 Tapestry 2009 Workshop Lynn Lambert July 15, 2009 The University of Virginia

  16. Tapestry 2009 Workshop Lynn Lambert July 15, 2009 The University of Virginia

  17. Tapestry 2009 Workshop Lynn Lambert July 15, 2009 The University of Virginia

  18. Image Representation (Color) Each pixel is a bit Still 1,296,000 pixels Now, each pixel is 32 bits Tapestry 2009 Workshop Lynn Lambert July 15, 2009 The University of Virginia

  19. Color Images RGB color 0 0 255 for blue 00000000 00000000 11111111 Microsoft Office Color Tapestry 2009 Workshop Lynn Lambert July 15, 2009 The University of Virginia

  20. Tapestry 2009 Workshop Lynn Lambert July 15, 2009 The University of Virginia

  21. Tapestry 2009 Workshop Lynn Lambert July 15, 2009 The University of Virginia

  22. Tapestry 2009 Workshop Lynn Lambert July 15, 2009 The University of Virginia

  23. 204/102/0 196/198/0 226/113/0 226/113/0 180/90/0 204/102/0 226/113/0 141/105/101 240/240/255 230/206/158 179/102/38 204/102/0 Tapestry 2009 Workshop 218/218/200 232/238/228 217/187/63 141/105/101 Lynn Lambert July 15, 2009 The University of Virginia

  24. “Yesterday” by The Beatles, L-Z Compression Yesterday love was such an easy game to play Now I need a place to hide away Oh, I believe in yesterday. Why she had to go I don’t know, she wouldn’t say. I said something wrong Now I long for yesterday. Tapestry 2009 Workshop Lynn Lambert July 15, 2009 The University of Virginia

  25. Routing and Deadlock Orange Game Tapestry 2009 Workshop Lynn Lambert July 15, 2009 The University of Virginia

  26. TREASURE HUNT: Finite State Automata (FSA) FSA are theoretical state models Unplugged uses a treasure hunt. Others: letters to accept particular words a metro map for getting to a particular location Tapestry 2009 Workshop Lynn Lambert July 15, 2009 The University of Virginia

  27. TREASURE HUNT Goal: Find Treasure Island Start: from Pirates' Island Friendly pirate ships sail along fixed routes between islands offering rides to travelers. Each island has two departing ships, A and B. Determine all possible sequences of ships that a traveler can take to arrive at Treasure Island. Use your map to record all the ship routes. Tapestry 2009 Workshop Lynn Lambert July 15, 2009 The University of Virginia

  28. TREASURE HUNT Pirate’s Island A B Tapestry 2009 Workshop Lynn Lambert July 15, 2009 The University of Virginia

  29. TREASURE HUNT Dead Man’s Island A B Tapestry 2009 Workshop Lynn Lambert July 15, 2009 The University of Virginia

  30. TREASURE HUNT Shipwreck Bay A B Tapestry 2009 Workshop Lynn Lambert July 15, 2009 The University of Virginia

  31. TREASURE HUNT Mutineers’ Island A B Tapestry 2009 Workshop Lynn Lambert July 15, 2009 The University of Virginia

  32. TREASURE HUNT: Smugglers’ Cove A B Tapestry 2009 Workshop Lynn Lambert July 15, 2009 The University of Virginia

  33. TREASURE HUNT: Musket Hill A B Tapestry 2009 Workshop Lynn Lambert July 15, 2009 The University of Virginia

  34. TREASURE HUNT: Treasure Island PLAY AGAIN Tapestry 2009 Workshop Lynn Lambert July 15, 2009 The University of Virginia

  35. TREASURE HUNT What is the quickest route? Finite State Automata Tapestry 2009 Workshop Lynn Lambert July 15, 2009 The University of Virginia

  36. Non CSUnplugged Activities Andy Begel, Steve Wolfman, Dan Garcia KLA (Kinesthetic Learning Activities), http://ws.cs.ubc.ca/~kla/, Binary Tree Recursion cons, car, cdr AP Reading Toy Night with Robert Duvall AP list, CSTA Tapestry 2009 Workshop Lynn Lambert July 15, 2009 The University of Virginia

  37. Your Turn Break up into groups, and answer at least one of the following: 1. What unplugged or unplugged-like activities have you done in your classroom? What worked/didn’t work? 2. Based on the ideas that we’ve talked about, how would you expand/modify these in your classroom? 3. What topics do you think would benefit from a kinesthetic learning activity? Tapestry 2009 Workshop Lynn Lambert July 15, 2009 The University of Virginia

  38. Your Turn Reporting Tapestry 2009 Workshop Lynn Lambert July 15, 2009 The University of Virginia

  39. Non CSUnplugged Activities Andy Begel, Steve Wolfman, Dan Garcia KLA (Kinesthetic Learning Activities), http://ws.cs.ubc.ca/~kla/, Binary Tree Recursion cons, car, cdr AP Reading Toy Night with Robert Duvall AP list, CSTA Internet, Sorting, Searching Tapestry 2009 Workshop Lynn Lambert July 15, 2009 The University of Virginia

  40. CSTA Membership The Southeastern Virginia Chapter of Computer Science Teachers Association Web Page for SEV-CSTA: http://www.cs.nsu.edu/csta/ Web Page for CSTA: http://www.csta.acm.org/ Membership to both is FREE!!! Tapestry 2009 Workshop Lynn Lambert July 15, 2009 The University of Virginia

  41. Peruvian coin toss Fair coin toss over the phone Tapestry 2009 Workshop Lynn Lambert July 15, 2009 The University of Virginia

  42. One way function Both have the same telephone book Pick a function Odd/even length of name Name begins with H/ T Tapestry 2009 Workshop Lynn Lambert July 15, 2009 The University of Virginia

  43. Select name Tapestry 2009 Workshop Lynn Lambert July 15, 2009 The University of Virginia

  44. Record phone number 332-6308 Tapestry 2009 Workshop Lynn Lambert July 15, 2009 The University of Virginia

  45. Presenter guesses: H or T? 332-6308 Tapestry 2009 Workshop Lynn Lambert July 15, 2009 The University of Virginia

  46. Presenter tries to find name 332-6308 Tapestry 2009 Workshop Lynn Lambert July 15, 2009 The University of Virginia

  47. CS Unplugged wants your ideas: Designing an activity What are the key elements? e.g. bits, states, compare, relationships What games/puzzles/toys use similar elements? Turn it into a challenge To find (best) solution Compare speed (of groups or methods) Team? Impediments? Evaluate Simplicity, engagement, cost, novelty Refine Show to lots of kids/teachers/profs Publish Tapestry 2009 Workshop Lynn Lambert July 15, 2009 The University of Virginia

  48. Questions? Tapestry 2009 Workshop Lynn Lambert July 15, 2009 The University of Virginia

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend