Tag Archives: teaching ideas

Jeroo While Loops #2

#2 A Create the map below with a flower in 0,0 Jeroo to its right (0,1) using while loop(s) traverse around the border of the island at the end pick the flower you can only use hop() (ie you can’t hop more than 1 space)   #2 B Create the map below Jeroo to its … Continue reading Jeroo While Loops #2 →

IB Computer Science IA Ideas

The IB computer Science Internal Assessment is a large, long term undertaking.  One of your first tasks is to come up with your project idea! The breakdown of the IA components is as follows   Here’s a list of IA  ideas that you could potentially pursue. Any database driven website that performs a non trivial … Continue reading IB Computer Science IA Ideas →

While Loop Example-Spell Letter Z

  We’re beginning to flesh out the details of more advanced Penjee coding challenges, ones that require loops. We are adapting a Jeroo assignment , that I wrote for my student coders, and  we are applying it to Penjee. The goal of this assignment is straightforward :  “Spell the letter Z’ by dropping Fish .  Kids … Continue reading While Loop Example-Spell Letter Z →