Journal:Informatica
Volume 7, Issue 4 (1996), pp. 419–430
Abstract
Teaching of computer programming by electronic mail has been held in Lithuanian schools since 1992. School students of upper grades (8–12) took part in the experiments. The experiments showed that students cope better with first stages of programming (specifying the problem, etc.) than with the last ones (programming, debugging). The analysis of programming products (made by their peers) by students themselves may be expected to be an important component of learning and teaching.
The outcome of three year work is summarized and discussed. Observations and conclusions are presented. Distance teaching perspectives are discussed.
Journal:Informatica
Volume 5, Issues 1-2 (1994), pp. 43–54
Abstract
A development of algorithms and writing of programs are considered as closely related but not identical parts of computer programming. Some differences between them are important for learning of computer programming, in particular, in distance learning. These differences are identified and discussed from the pedagogical point of view. The arguments for the selection of pedagogical based and cost-effective delivery modes in the case of distance learning are investigated. Practical examples supporting theoretical arguments are given on the activities of Lithuanian schools.
Journal:Informatica
Volume 4, Issues 3-4 (1993), pp. 295–302
Abstract
An algorithm testing methodology used in the programming teaching process is presented. Turbo Pascal system is used. Due to systematic use of some features of this system a pseudo-direct execution of algorithms expressed by Pascal procedures and functions may be ensured. The need to use data read and write statements is excluded. This enables a novice learner to concentrate himself on the main actions of an algorithm.