Selecting a right programming language for introductory CS courses is not an easy task. The pressure to use a commercially successful language can easily be the most significant factor in choosing the language. However, several studies suggest that it is preferable to use a language specifically designed for teaching. These languages are usually some kind of pseudo languages, defined by the programming educators. The idea of using a pseudo language is to keep the syntax of the code as simple as possible allowing the students to focus on learning the programming concepts, instead of specific syntactical features. Pseudo languages are usually subsets of existing programming languages, and thus can be used to teach all the basic programming concepts. This however leads to a fact that programs written in pseudo code are usually not executable as-is. With this in mind we have developed a program visualization tool called ViLLE. The tool has a built-in pseudo language, a subset of Python. User can add programming examples written in Java and translate them to other languages. Additionally, a user can define own pseudo languages and modify the existing syntaxes.
[1]
Tapio Salakoski,et al.
Effectiveness of Program Visualization: A Case Study with the ViLLE Tool
,
2008,
J. Inf. Technol. Educ. Innov. Pract..
[2]
L. McIver,et al.
Seven deadly sins of introductory programming language design
,
1996,
Proceedings 1996 International Conference Software Engineering: Education and Practice.
[3]
Robert McCartney,et al.
A multi-national study of reading and tracing skills in novice programmers
,
2004,
ITiCSE-WGR '04.
[4]
Minjie Hu.
Teaching Novices Programming with Core Language and Dynamic Visualisation
,
2004
.
[5]
Tapio Salakoski,et al.
VILLE: a language-independent program visualization tool
,
2007
.
[6]
Tapio Salakoski,et al.
Why complicate things?: introducing programming in high school using Python
,
2006
.
[7]
Mark Guzdial,et al.
A multi-national, multi-institutional study of assessment of programming skills of first-year CS students
,
2001,
ITiCSE-WGR '01.
[8]
Anne L. Olsen.
Using pseudocode to teach problem solving
,
2005
.