Printable Version of this PageHome PageRecent ChangesSearchSign In

Teaching Notes

Jeroo is being used for three types of courses in secondary schools, colleges, and universities
  • Computer Literacy
  • Preparing for Programming (pre CS1-level)
  • Beginning Programming (CS1-level)

Using Jeroo in a CS1-Level Course

A common strategy is to use Jeroo for the first three or four weeks of the course then switch to the primary language for the remainder of the course. With this approach, Jeroo loses its some of its value because there are often several weeks between the time a topic is covered in Jeroo and the time it is revisited in the primary language.

We favor an approach that interweaves Jeroo and instruction in the primary language. We have found that students have no trouble switching back and forth between programming environments. A suggested outline appears below.
  1. Objects, Instantiation, Messages
    1. 3-4 days in Jeroo
    2. 1-2 weeks in the primary language
  2. Methods
    1. 3-4 days in Jeroo
    2. 2-3 weeks in the primary language
  3. Repetitions and Conditions
    1. 3 days in Jeroo
    2. 1-2 weeks in the primary language
  4. Selections
    1. 2 days in Jeroo
    2. 1-2 weeks in the primary language
  5. Done with Jeroo – use the primary language

Last modified 8 April 2008 at 1:42 pm by dorn