teaching object-oriented programming in primary education. the case of the alice programming...

28
“Teaching object-oriented programming in primary education. The case of the Alice programming environment” Sotiroudas Basileios 1 , Garitsis Ioannis 2 , Koundouros Markos 2 1 Teacher of Informatics, Med (AdultEd) 2 Teacher in primary education, Mhs (HealthSc) 3 Teacher of Informatics, Msc (CompSc)

Upload: vasilis-sotiroudas

Post on 12-Nov-2014

292 views

Category:

Education


1 download

DESCRIPTION

 

TRANSCRIPT

Page 1: Teaching object-oriented programming in primary education. The case of the Alice programming environment

“Teaching object-oriented programming in primary education. The case of the

Alice programming environment”

Sotiroudas Basileios1, Garitsis Ioannis2, Koundouros Markos2

1 Teacher of Informatics, Med (AdultEd)2 Teacher in primary education, Mhs (HealthSc)3 Teacher of Informatics, Msc (CompSc)

Page 2: Teaching object-oriented programming in primary education. The case of the Alice programming environment

Who, Where, When

•Pupils of the 6th class•30th Primary School of Thessaloniki•School Year: 2013-2014

Page 3: Teaching object-oriented programming in primary education. The case of the Alice programming environment

Integration into the curriculumThe present educational application developed:1.As part of the Cross-Thematic Integrated Curriculum Framework (C.T.I.C.F) for the Information Technology and 2.As part of the curriculum concerning the new teaching objects inserted in the all-day operating primary schools that operate according to the Uniform Restated Educational Program (U.R.E.P.) (FEK 1139/2010) and, in particular, on the topic of “Programming the Computer" for which, according to the curriculum, a total of 12 teaching hours is recommended

Page 4: Teaching object-oriented programming in primary education. The case of the Alice programming environment

However ...

•Due to the lack of prior experience of the pupils of the 6th class in the concept of “programming the computer”-pupils do not encounter the concept of programming in the preceding classes- the 12 dedicated teaching hours proved to be few, as the corresponding theory along with the complete implementation of the application lasted a total of twice as many

Page 5: Teaching object-oriented programming in primary education. The case of the Alice programming environment

Objective

Introduction to object-oriented programming and to the basic algorithmic

structures

Page 6: Teaching object-oriented programming in primary education. The case of the Alice programming environment

Main Targets

•In terms of knowledge:To recognise the key features of a programming environment

•In terms of skills:To use basic algorithmic structures for solving problems

•In terms of attitudes:To develop a positive attitude to programming

Page 7: Teaching object-oriented programming in primary education. The case of the Alice programming environment

The dilemma:

Structured or Object Oriented

Programming;

Page 8: Teaching object-oriented programming in primary education. The case of the Alice programming environment

What we have 1/4•Try teaching the concept of programming

to beginners at all the levels of education presents several difficulties and misconceptions

•The object-oriented design is more abstract than the technique of structured programming, requires new ways of thinking and is more demanding in terms of the processes of analysis and design

Page 9: Teaching object-oriented programming in primary education. The case of the Alice programming environment

What we have 2/4

•The development of programs using object-oriented languages is even more difficult for beginners On the other hand, however ... In the last decade, the introduction to the concept of programming is performed primarily using the object-oriented programming model

Page 10: Teaching object-oriented programming in primary education. The case of the Alice programming environment

What we have 3/4•For the pupils of primary school, it should

be seriously taken under consideration not only the abilities of programming tools but also the “virtual world” programming-which should be picturesque and, if possible, three-dimensional -and its playful characteristics, because it activates the maximum possible degree of pupils’ interest and induces their motivation to participate

Page 11: Teaching object-oriented programming in primary education. The case of the Alice programming environment

What we have 4/4

•Object-oriented programming is one approach that allows us to reach high levels of abstraction, reducing in this way the complexity of the problems we have to solve

Page 12: Teaching object-oriented programming in primary education. The case of the Alice programming environment

Alternative Options

Page 13: Teaching object-oriented programming in primary education. The case of the Alice programming environment

Our selection

The “Alice” programming environment http://www.alice.org

Page 14: Teaching object-oriented programming in primary education. The case of the Alice programming environment

Tool’s Characteristics

•Ability of creating animated cartoons via drag and drop

•Using drag and drop eliminates the appearance of syntactic errors

•Tackling with logical errors is performed at each stage of the development, as pupils can immediately see the result of their actions during the running of the program on the screen of the virtual world

Page 15: Teaching object-oriented programming in primary education. The case of the Alice programming environment

Tool’s Characteristics•3-dimensional virtual world•Given its particular characteristics, it

activates the pupils’ interest and causes the motivation for participation to such an extent, as in the case with video games or animated films

•Open Source Software•Pupils can upload the application they are

developing in the form of video directly to YouTube or save the application in the form of independent video file on their computer

Page 16: Teaching object-oriented programming in primary education. The case of the Alice programming environment

Furthermore …

•The instructions for the objects’ behaviors meet the standards of other programming languages like Java, C + + or C #

•By manipulating the objects in the virtual world, pupils can gain experience with all the programming structures commonly taught in an introductory programming course

Page 17: Teaching object-oriented programming in primary education. The case of the Alice programming environment

The application

•The application takes place on the seabed and concerns three fish, try to eat one another. The application is available at:

http://www.youtube.com/watch?v=QZQRSJH3P-w&feature=c4-overview&list=UU9_Vbcip3rQw_bAyMeGnovA

Page 18: Teaching object-oriented programming in primary education. The case of the Alice programming environment

The application

Page 19: Teaching object-oriented programming in primary education. The case of the Alice programming environment
Page 20: Teaching object-oriented programming in primary education. The case of the Alice programming environment

Key features of the application

•The objects’ movement•The display of messages on the screen•The use of variables•The use of procedures•The use of the structure of sequence and •The use of the structure of repetition

Page 21: Teaching object-oriented programming in primary education. The case of the Alice programming environment

Implementation stages

•The course of the educational process followed by briefly the following stages:

•Introduction to Classes and Objects•Basic actions of the objects•Using Variables•Using the sequence structure•Using the repetition structure•Using Procedures and Functions

Page 22: Teaching object-oriented programming in primary education. The case of the Alice programming environment

Methodology of Observation

•As for the methodology of observation-given the physical presence and participation of the teacher-the systematic covert observation of both verbal and non-verbal behaviors and reactions of subjects in the observation was selected, estimating that if the learners were aware that they were subject of the observation, this would alter the final results

Page 23: Teaching object-oriented programming in primary education. The case of the Alice programming environment

Remarks - Conclusions• The pupils were activated right from the first

lessons• The incentive for participation was increased

due to the new capabilities they had learned that led them to the ability of moving the objects in the game they were developing

• The pupils encountered significant problems in understanding the structure of repetition and the use of processes, which occurred with the posing of a large number of queries and questions

Page 24: Teaching object-oriented programming in primary education. The case of the Alice programming environment

Remarks - Conclusions

•The concepts of classes, objects and inheritance initially frightened students

•The friendly user interface, the depiction in 3 dimensions and the playful characteristics of the programming environment had a catalytic effect on participation of all the pupils’ working groups, regardless of their sex

Page 25: Teaching object-oriented programming in primary education. The case of the Alice programming environment

Remarks

•All groups of pupils handed the final product, others with less and others with more errors

Page 26: Teaching object-oriented programming in primary education. The case of the Alice programming environment

In conclusion...

•The practical use of the “Alice” programming environment in the teaching of object-oriented programming to the pupils of the 6th class of primary school can contribute to the development of their algorithmic thinking

•Pupils are also able to have a first contact with the basic principles of programming through a friendly environment, well equipped with playful characteristics

Page 27: Teaching object-oriented programming in primary education. The case of the Alice programming environment

This latter feature is of particular importance especially for the younger pupils, so the first contact they would have with programming would be attractive and interesting

Page 28: Teaching object-oriented programming in primary education. The case of the Alice programming environment

Thanks very much for your attention!