Jeroo

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by BassHero55 (talk | contribs) at 14:23, 7 February 2014 (Added "give" command. Fixed descriptions of other commands.). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Jeroo is a cross-platform educational tool for learning object oriented programming concepts. In particular, the program helps learning concepts such as objects, methods and basic control structures.[1]

The program features a GUI split in two sub-windows. In the first one, the user can type code, whereas in the second one he/she can immediately see the effect of his/her Coding. The second window shows an island populated by Jeroos. The user can instruct the Jeroos, via programming, to accomplish various actions such as moving, eating or picking up flowers.

The tool received a NEEDS "Premier Award Winner Associate Editor's Choice" in 2004.[2]

Jeroo uses many different methods to engage its students such as telling stories to them and animating execution.

Commands

A Jeroo can do a few of things such as:

Action Code Extra info
hop hop(n); When n is an integer greater than 0, this moves the Jeroo n spaces forward.
pick pick(); Picks a flower.
plant plant(); Plants a flower.
turn turn(); This can turn the Jeroo left or right. turn(LEFT); or turn(RIGHT);
toss toss(); This makes the Jeroo toss a flower, disabling a net.
give give(relative direction); This makes the Jeroo give a flower to a Jeroo in an adjacent space in the specified direction.

References

  1. ^ "Sanders, Eddy - Using Jeroo To Teach Programming Concepts". International Society for Technology in Education. Retrieved 2009-06-10.
  2. ^ "Learning Resource: Jeroo". NEEDS. Retrieved 2009-06-10.

External links