Learning Programming Patterns Using Games

Learning Programming Patterns Using Games

Alexis Vinícius de Aquino Leal, Deller James Ferreira
DOI: 10.4018/IJICTE.2016040103
OnDemand:
(Individual Articles)
Available
$37.50
No Current Special Offers
TOTAL SAVINGS: $37.50

Abstract

There is still no pedagogy to teach programming that stands out significantly from others and no consensus on what is the best way for learning programming. There is still a need to develop new teaching methods for learning in introductory programming courses. This paper presents a pedagogic approach in support of creativity in programming and the results of a successful case study, where the teacher facilitates the learning of programming patterns by means of students' involvement in game creation. The results show an improvement in motivation and learning introductory programming, when we combine programming patterns with games using concrete materials.
Article Preview
Top

Introduction

There is still no pedagogy to teach programming that stands out significantly from others and no consensus on what is the best way for learning programming. There is still a need to develop new teaching methods for learning in introductory programming courses. Researches have constantly addressed this issue (Quinson & Oster, 2015; Valerie & Guzdial, 2015; Dasgupta & Resnick, 2014; Kalelioglu & Gulbahar, 2014; Flannery et al., 2013).

Even though creativity is demanded in programming, the number of pedagogical methods addressing creative aspects of programming is low in computer science research. Despite students should be motivated to improve their creative abilities, computer science education researchers and teachers does not address creative aspects very often.

According to Donald E. Knuth, computer programming can be compared to an art form like the creation of music or poetry. This analogy has the intention to make a point of the intrinsic creative aspects of programming. Indeed, computer science experts and apprentices should improve their creativity. This is due to the fact that creativity is very evident and relevant in programming processes. Thus, the development of creativity is an important issue in teaching and learning programming.

Novice programming students show many bottlenecks when programming, such as issues related to the lack of ability of abstraction and lack of the creative ability to deal with problem-solving necessary to create computational solutions.

The two main challenges for students are learning a new programming language and learning how to create a solution for a given computational problem (Soloway, 1986). Considering the first issue, learning the syntax and semantics of a programming language is complex for novice learners. Nevertheless, problem interpretation, solving problems algorithmically and coding an algorithm into a programming language is also challenging for beginner programmers.

Experienced programmers can readily solve a problem, identifying what data types involved, which statements to use, as well as different ways to solve the same problem using distinct strategies. Previous research addressing programming experiences of students during learning programming (Johnson & Soloway, 1985) discuss that experienced programmers are able to solve new problems using prior experience, adapting previous solutions to solve them.

Some studies (Robins et al., 2003; Muller et al., 2004; Soloway & Ehrlich, 1984) show that programming expertise is greatly represented by a knowledge base of pattern-like chunks. Programming patterns are simple design patterns that can help programming novices, because they are solutions to basic recurring algorithmic problems and form the building blocks for the construction of new programs.

Programming patterns are solutions that commonly appear in computational problem solving. Programming patterns reflect programming strategies designed by experts. So, students take advantage of good programming practices by means of the application of programming patterns.

Alexander Christopher (1977) was the first researcher to approach design patterns. He originally defined design patterns as reusable solutions to approach frequently recurring problems in architectural design.

Design patterns have been adopted in various computer science fields such as software engineering, computer science education, human-computer interaction, and e-learning (Kolfschoten et al., 2010).

When students apply programming patterns they can “stand on the shoulders of giants”. By means of programming patterns, students can use a repertory of building blocks to exercise their creativity combining and recombining these blocks in an unlimited way. Besides, they know many pieces of solutions becoming able to concentrate more attention in problem solving process.

Complete Article List

Search this Journal:
Reset
Volume 20: 1 Issue (2024)
Volume 19: 1 Issue (2023)
Volume 18: 3 Issues (2022)
Volume 17: 4 Issues (2021)
Volume 16: 4 Issues (2020)
Volume 15: 4 Issues (2019)
Volume 14: 4 Issues (2018)
Volume 13: 4 Issues (2017)
Volume 12: 4 Issues (2016)
Volume 11: 4 Issues (2015)
Volume 10: 4 Issues (2014)
Volume 9: 4 Issues (2013)
Volume 8: 4 Issues (2012)
Volume 7: 4 Issues (2011)
Volume 6: 4 Issues (2010)
Volume 5: 4 Issues (2009)
Volume 4: 4 Issues (2008)
Volume 3: 4 Issues (2007)
Volume 2: 4 Issues (2006)
Volume 1: 4 Issues (2005)
View Complete Journal Contents Listing