With the added pressure of Back to School Night in person (we hosted virtually last year in a modified format), I decided to stick with what I’m most comfortable with and just teach. In each class, I picked out a quick unplugged activity or discussion to give a truer sense of what a period in my classroom is like. Here are some ideas.
Titled “Unplug the Internet,” my nifty assignment is an unplugged simulation of how the internet works. Because students are taking on the role of different parts of the internet (DNS, router, client/server, TCP, etc) they are able to build a connection with that vocabulary. This year, I had my AP CSP students facilitate the simulation to my CS1 class as a review for their AP test. They gave lots of positive feedback and for the rest of the year referred back to the person playing the role in class discussions. Find out all the information about my nifty assignment here!
If you’re reading this, you better not be sleeping on CSTA Conferences. I’ve attended every year since I started teaching CS and I always walk away reinvigorated for the next school year. Like many early in my CS teaching career, I used to look for ready-to-go curriculum or fun gadgets. Now, I try to find new pedagogical techniques, engaging activities, and ways to go deeper with the material I’m already teaching. Here’s an unordered list of ideas, takeaways, and sites I want to revisit before school starts…
What do I want my students to leave my class knowing? It’s not the nitty gritty details of syntax and memory management. Rather, I want them to see computer science in their everyday activities. I want them to see their coding, iterative design, and critical thinking skills as tools in their toolboxes. And, I want them to have the skill set to investigate and research new ways to use these skills to solve problems. To prove to themselves that they have these skills, I end the year with a final project that I call their “Passion Project.”
Long story short, I ended up writing my own Taboo game to review vocabulary words. Check it out on Replit.com! The game currently offers the choice between AP CSA and AP CSP lists of words, but leave a comment if an important word is missing.
A few weeks ago I decided to work through this Mixtape tutorial on Repl.it that utilizes the Spotify API. While an excellent tutorial on it’s own, especially for someone teaching themselves, I saw an awesome opportunity to expand each part with rich discussions and discovery activities. Over the course of a few lessons, students explore HTTP requests, discuss the values set forth by the Developer’s Terms of Service, interpret JSON objects, write basic HTML, make use of Flask and Python, and put it all together in the original tutorial’s Mixtape project.
One concept that does need to be explicitly taught is broadcast and receive blocks. I’ve had difficulty getting students to buy into the use of broadcast and receive blocks over “wait” blocks. My hunch is that they’re difficult to understand because of the lack of a visual reaction on the Scratch stage. Unplugged activities to the rescue!
Never too late to the recursion party! Looking at traditional examples from a pedagogical standpoint.
Earlier this year, I shared how I introduce my students to the idea that their computer science skills can be used to create positive change in the world. In honor of #CSEdWeek, I wanted to share our first project – coding a public service announcement!
Simulations has always been a fun topic to explore with my computer science students. I know AP only includes it for a lesson or two, but I luxuriously explore it for a few periods since my students have already had some programming experience. If your students are familiar with Python, I’ve got a simulation for them!