Sciweavers

ACSE
2000
ACM

Here, there and everywhere - on the recurring use of turtle graphics in CS1

13 years 9 months ago
Here, there and everywhere - on the recurring use of turtle graphics in CS1
The Logo programming language implements a virtual drawing machine—the turtle machine. The turtle machine is well-known for giving students an intuitive understanding of fundamental procedural programming principles. In this paper we present our experiences with resurrecting the Logo turtle in a new object-oriented way and using it in an introductory object-oriented programming course. While, at the outset, we wanted to achieve the same qualities as the original turtle (understanding of state, control flow, instructions) we realized that the concept of turtles is well suited for teaching a whole range of fundamental principles. We have successfully used turtles to give students an intuitive understanding of central object-oriented concepts and principles such as object, class, message passing, behaviour, object identification, subclasses and inheritance; an intuitive understanding of recursion; and to show students of abstraction in practice as the turtles at a late stage in the c...
Michael E. Caspersen, Henrik Bærbak Christen
Added 01 Aug 2010
Updated 01 Aug 2010
Type Conference
Year 2000
Where ACSE
Authors Michael E. Caspersen, Henrik Bærbak Christensen
Comments (0)