Top Banner
Introducing Primary Students to Computational Thinking with a Giant Chess Board Maria Beatrice Rapaccini IIS Volterra Elia - Ancona (Italy)
33

Introducing Primary Students to Computational Thinking ...londonchessconference.com/wp-content/uploads/2014/12/Introducin… · Giant Chess Board Maria Beatrice Rapaccini IIS Volterra

Oct 19, 2020

Download

Documents

dariahiddleston
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Introducing Primary Students to Computational Thinking ...londonchessconference.com/wp-content/uploads/2014/12/Introducin… · Giant Chess Board Maria Beatrice Rapaccini IIS Volterra

Introducing Primary Students to Computational Thinking with a

Giant Chess Board

Maria Beatrice RapacciniIIS Volterra Elia - Ancona (Italy)

Page 2: Introducing Primary Students to Computational Thinking ...londonchessconference.com/wp-content/uploads/2014/12/Introducin… · Giant Chess Board Maria Beatrice Rapaccini IIS Volterra

Menu

● Psycomotricity on Chess● Computational Thinking in Education● Activities at Kindergarden and Primary School

Page 3: Introducing Primary Students to Computational Thinking ...londonchessconference.com/wp-content/uploads/2014/12/Introducin… · Giant Chess Board Maria Beatrice Rapaccini IIS Volterra

Psycomotrycity in Chess

Page 4: Introducing Primary Students to Computational Thinking ...londonchessconference.com/wp-content/uploads/2014/12/Introducin… · Giant Chess Board Maria Beatrice Rapaccini IIS Volterra

Inspiration

Page 5: Introducing Primary Students to Computational Thinking ...londonchessconference.com/wp-content/uploads/2014/12/Introducin… · Giant Chess Board Maria Beatrice Rapaccini IIS Volterra

Psyicomotricity● The psychomotor practice is a fundamental element for a

healthy development of the child, which is favoured by

sense-motor play in which “the pleasure of acting enhances the pleasure of thinking”(B. Aucouturier).

● Furthermore, from last studies on neurosciences, it has been confirmed how psychomotor activity favours learning, speech development and abstract thinking, thus enhancing creativity and social abilities in children.

Page 6: Introducing Primary Students to Computational Thinking ...londonchessconference.com/wp-content/uploads/2014/12/Introducin… · Giant Chess Board Maria Beatrice Rapaccini IIS Volterra

PSG ApproachThe PSG methodology has been used for several years at kindergarden and primary school in Fabriano (Italy), starting with Mauro Gaspari, a chess player and computer scientist.

The aim of the workshop is to let children approaching the world of chess with the same engagement they have when listening to a fairy tale, trying to enter it gradually, until they become part of it.

Page 7: Introducing Primary Students to Computational Thinking ...londonchessconference.com/wp-content/uploads/2014/12/Introducin… · Giant Chess Board Maria Beatrice Rapaccini IIS Volterra

The Chess Board

Reversible Square 25x25 cm2

Page 8: Introducing Primary Students to Computational Thinking ...londonchessconference.com/wp-content/uploads/2014/12/Introducin… · Giant Chess Board Maria Beatrice Rapaccini IIS Volterra

Scheme of activities

begin with an “Opening” sung rhyme while building up the chessboard

<Animated narration of a fairy tale>

<Sung rhyme relevant to the piece and presentation of its movement>

<Individual and group exercises>

end with a “Closing” sung rhyme and dismantling of the chessboard

Page 9: Introducing Primary Students to Computational Thinking ...londonchessconference.com/wp-content/uploads/2014/12/Introducin… · Giant Chess Board Maria Beatrice Rapaccini IIS Volterra

Video

http://youtu.be/sUrn3MDpli4

Page 10: Introducing Primary Students to Computational Thinking ...londonchessconference.com/wp-content/uploads/2014/12/Introducin… · Giant Chess Board Maria Beatrice Rapaccini IIS Volterra

Computational thinking

Page 11: Introducing Primary Students to Computational Thinking ...londonchessconference.com/wp-content/uploads/2014/12/Introducin… · Giant Chess Board Maria Beatrice Rapaccini IIS Volterra

Computational Thinking

“Computational thinking is an approach to solving problems, designing systems, and understanding human behavior by drawing on concepts fundamental to computer science” [Wing, 2006]

Thinking as a computer scientist https://www.cs.cmu.edu/~15110-s13/Wing06-ct.pdf

Page 12: Introducing Primary Students to Computational Thinking ...londonchessconference.com/wp-content/uploads/2014/12/Introducin… · Giant Chess Board Maria Beatrice Rapaccini IIS Volterra

Computer Scientist Skills

Someone who enjoys solving problems, and who can think analytically, can do well at computer science…The study requires mathematical aptitude, but mostly an ability to organize and to think both creatively and logically.

[Bill Freeman and John Guttag]

Page 13: Introducing Primary Students to Computational Thinking ...londonchessconference.com/wp-content/uploads/2014/12/Introducin… · Giant Chess Board Maria Beatrice Rapaccini IIS Volterra

Computer scientist /

Chess PlayerThese are the same requirements for a

good chess player!

Page 14: Introducing Primary Students to Computational Thinking ...londonchessconference.com/wp-content/uploads/2014/12/Introducin… · Giant Chess Board Maria Beatrice Rapaccini IIS Volterra

Activities

Page 15: Introducing Primary Students to Computational Thinking ...londonchessconference.com/wp-content/uploads/2014/12/Introducin… · Giant Chess Board Maria Beatrice Rapaccini IIS Volterra

Initializing Constraints Chessboard building

Problem solving Debugging „ it is awefull!

Construction and Destruction

Page 16: Introducing Primary Students to Computational Thinking ...londonchessconference.com/wp-content/uploads/2014/12/Introducin… · Giant Chess Board Maria Beatrice Rapaccini IIS Volterra

Square Perimeter WalkThe chessboard construction requires 64 squares to be arranged in a square perimeter, marked by four large black bands.

In this activity children were asked to prompt simple commands (Forward/Stop/Turn) which a blind teacher had to follow, to walk along the perimeter of the square, in such a way as to avoid “falling”. The children were then asked to try the activity themselves.

Page 17: Introducing Primary Students to Computational Thinking ...londonchessconference.com/wp-content/uploads/2014/12/Introducin… · Giant Chess Board Maria Beatrice Rapaccini IIS Volterra

Graph Paper Programming

Page 18: Introducing Primary Students to Computational Thinking ...londonchessconference.com/wp-content/uploads/2014/12/Introducin… · Giant Chess Board Maria Beatrice Rapaccini IIS Volterra

A sample algorithm:

> Step forward, change colour , step forward, return

> Change colour, step forward, change colour, return

> Step forward, change colour , step forward, return

In Paper: Change colour=Fill in

Graph Paper Programming

Page 19: Introducing Primary Students to Computational Thinking ...londonchessconference.com/wp-content/uploads/2014/12/Introducin… · Giant Chess Board Maria Beatrice Rapaccini IIS Volterra

Graph Paper Programming

Step forward, change colour , return

Page 20: Introducing Primary Students to Computational Thinking ...londonchessconference.com/wp-content/uploads/2014/12/Introducin… · Giant Chess Board Maria Beatrice Rapaccini IIS Volterra

Symbol-Action

Page 21: Introducing Primary Students to Computational Thinking ...londonchessconference.com/wp-content/uploads/2014/12/Introducin… · Giant Chess Board Maria Beatrice Rapaccini IIS Volterra

Iteration

Page 22: Introducing Primary Students to Computational Thinking ...londonchessconference.com/wp-content/uploads/2014/12/Introducin… · Giant Chess Board Maria Beatrice Rapaccini IIS Volterra

Meeting the King

In the patway all chess characters are gradually met

Children resolved a secret message to help the White King joining the Black King

Page 23: Introducing Primary Students to Computational Thinking ...londonchessconference.com/wp-content/uploads/2014/12/Introducin… · Giant Chess Board Maria Beatrice Rapaccini IIS Volterra

Meeting the King

Children A (male 5ys old) Children B (female 5ys old)

Page 24: Introducing Primary Students to Computational Thinking ...londonchessconference.com/wp-content/uploads/2014/12/Introducin… · Giant Chess Board Maria Beatrice Rapaccini IIS Volterra

Symbol-Action

Page 25: Introducing Primary Students to Computational Thinking ...londonchessconference.com/wp-content/uploads/2014/12/Introducin… · Giant Chess Board Maria Beatrice Rapaccini IIS Volterra

Bee-Bot

Action-Symbol

Page 26: Introducing Primary Students to Computational Thinking ...londonchessconference.com/wp-content/uploads/2014/12/Introducin… · Giant Chess Board Maria Beatrice Rapaccini IIS Volterra

Chess

Page 27: Introducing Primary Students to Computational Thinking ...londonchessconference.com/wp-content/uploads/2014/12/Introducin… · Giant Chess Board Maria Beatrice Rapaccini IIS Volterra

Exploring Chess Boards

Page 28: Introducing Primary Students to Computational Thinking ...londonchessconference.com/wp-content/uploads/2014/12/Introducin… · Giant Chess Board Maria Beatrice Rapaccini IIS Volterra

Reversible chess board

http://www.puzzles.com/puzzlesineducation/handsonpuzzles/BattleRoyalT.htm

A Victorian Chequerboard Puzzle

Page 29: Introducing Primary Students to Computational Thinking ...londonchessconference.com/wp-content/uploads/2014/12/Introducin… · Giant Chess Board Maria Beatrice Rapaccini IIS Volterra

Pythagorean theorem

Page 30: Introducing Primary Students to Computational Thinking ...londonchessconference.com/wp-content/uploads/2014/12/Introducin… · Giant Chess Board Maria Beatrice Rapaccini IIS Volterra

Conclusion

Page 31: Introducing Primary Students to Computational Thinking ...londonchessconference.com/wp-content/uploads/2014/12/Introducin… · Giant Chess Board Maria Beatrice Rapaccini IIS Volterra

Conclusion

● Abstracting and decomposing a complex task● Learning to be not ambigous● Finding the best way to solve a problem

Page 32: Introducing Primary Students to Computational Thinking ...londonchessconference.com/wp-content/uploads/2014/12/Introducin… · Giant Chess Board Maria Beatrice Rapaccini IIS Volterra
Page 33: Introducing Primary Students to Computational Thinking ...londonchessconference.com/wp-content/uploads/2014/12/Introducin… · Giant Chess Board Maria Beatrice Rapaccini IIS Volterra

http://scacchi012.wordpress.com

[email protected]

THANKS!

THANKS!