Search
Search Results
-
An interactive animation for learning sorting algorithms: How students reduced the number of comparisons in a sorting algorithm by playing a didactic game
45-62Views:202Learning programming and understanding algorithms is one of the hardest tasks for novice computer science students. One of the basic algorithms they learn during the introductory programming and algorithms courses are the sorting algorithms. Students like learning these and other algorithms by animations and didactic games, however, these animations are not educationally useful in every case. In this article, we present our educational sorting game, which can be used to introduce the topic of sorting algorithms. The didactic game can be used later too, as a demonstrative tool for explaining the more efficient, quicksort algorithm. We conducted a pedagogical experiment, in which we examined the process of development of sorting algorithms by students while they used the mentioned didactic game. The results showed that students were able to create an algorithm to solve the sorting problem, and they improved its effectiveness by reducing the number of comparisons in the algorithm. They were also able to understand the importance of the efficiency of algorithms when we demonstrated them the quicksort algorithm using the same tool after the experiment. -
Report of meeting Researches in Didactics of Mathematics and Computer Sciences: January 28 – January 30, 2011, Satu Mare, Romania
159-179Views:150The meeting Researches in Didactics of Mathematics and Computer Science was held in Satu-Mare, Romania from the 28th to the 30th of January, 2011. The 46 Hungarian participants – including 34 lecturers and 12 PhD students – came from 3 countries, 14 cities and represented 20 institutions of higher education. The abstract of the talks and the posters and also the list of participants are presented in this report. -
How do secondary school students from the Kurdistan Region of Iraq understand the concept of function?
221-244Views:297The study investigates secondary school students' understanding of the concept of function. The paper focuses on three main aspects: students' ability to define the concept of function; students' ability to recognize different representations of function; and students' ability to convert between different representations. A test was developed to assess the three main constructs of the study and administered to 342 students in secondary schools in the Kurdistan Region of Iraq. According to the results, students have diffculties in recognizing different representations of function and conversion between them. Connections between different parts of the test may provide hints on educational challenges of how to appropriately teach functions.
Subject Classification: 26Bxx, 97D60
-
Virtual worlds in education – best practice, design and research considerations
309-323Views:144The article briefly describes and characterizes the virtual worlds, different kinds of virtual worlds and possibilities of their use in education. The virtual worlds beyond the passive learning opportunities offer active, constructive and collaborative learning possibilities as well. In the middle section of this article we present the most common ways of different kinds of learning methods, which are illustrated by practical examples as well. In the final sections of the article we deal with the design research approach of 3D virtual worlds. -
Better understanding mathematics by algorithmic thinking and computer programming
295-305Views:304Tamás Varga’s mathematics education experiment covered not just mathematics, but also other related topics. In many of his works he clearly stated that computer science can support the understanding of mathematics as much as mathematics supports informatics. On the other hand, not much later than the introduction of the new curriculum in 1978, personal computers started to spread, making it possible to teach informatics in classes and in extracurricular activities. Varga’s guided discovery approach has a didactic value for other age groups as well, not only in primary school. Its long-lasting effect can be observed even in present times. Having reviewed several educational results in the spirit of Tamás Varga, we have decided to present an extracurricular course. It is an open study group for age 12-18. Students solve problems by developing Python programs and, according to our experiences, this results in a deeper understanding of mathematical concepts.
Subject Classification: 97B10, 97B20, 97D50, 97N80, 97P20, 97P30, 97P40, 97P50, 97U70
-
Expressiveness of programming languages and environments: a comparative study
111-141Views:162In written and oral communication tools, the support of the understanding of our message have an important role: we can increase the expressiveness and the level of understanding of our topic by approaching it in several ways, i.e. in written methods by highlighting the important parts; in oral by changing tone and other elements of non-verbal communication. In this paper programming languages and developing environments are compared with each other in terms of their methods and their level of support to the solution of programming tasks.
There is a need to have these tools in programming and, of course, in teaching programming. What are the factors that define the distinctness and the legibility of a program? What are the basic principles which give an instrument in programmers' and students' hands in order to create a properly working program from already existing algorithms in the most efficient way? We search for the answers to these questions in this paper.