Search

Published After
Published Before

Search Results

  • Visualisation in geometry education as a tool for teaching with better understanding
    337-346
    Views:
    143

    In primary and secondary geometry education, some problems exist with pupils’ space thinking and understanding of geometric notions. Visualisation plays an important role in geometry education, and the development of pupils’ visualisation skills can support their spatial imagination. The authors present their own thoughts on the potential of including visualisation in geometry education, based on the analysis of the Hungarian National Core Curriculum and Slovak National Curriculum. Tasks for visualisation are also found in international studies, for example the Programme for International Student Assessment (PISA). Augmented reality (AR) and other information and communication technology (ICT) tools bring new possibilities to develop geometric thinking and space imagination, and they also support mathematics education with better understanding.

    Subject Classification: 97U10, 97G10

  • Decision based examination of object-oriented programming and Design Patterns
    83-109
    Views:
    6
    On the basis of our examination experience of Design Patterns the existing interpretations and descriptions of Design Patterns do not realise a clear and understandable answer for their aims. The reason for this is that the existing interpretation of the object-oriented paradigms is used for their description and formulation. In order that clear answers could be found for the aims of using Design Patterns, a new conception of their interpretation has to be established. In order to create a new conception, we have to analyze object-oriented paradigms.
    According to our new conception the object-oriented methodology is based on the elimination of decision repetition, thus sorting the decisions to class hierarchy, with the help of which the data structure and methodology of decision options can be determined by the subclasses of the given class. Sorting the decisions and decision options to a class and its subclasses only the first decision case will be executed, which will be archived and enclosed by instantiation of one of the subclasses. For the following decision cases the archived decision result can be used without knowledge of which decision option was used, so to say which subclass was instantiated, because it is enclosed by using the type of the parent class.
    The aim of the object-oriented technology is the elimination of decision repetition, which can be realized by sorting the decisions. The derivations are the abstract definitions of decisions, so the derivations can be interpreted as decision abstractions. The Design Patterns offer recipes for sorting the decisions. With the help of the decision concept the aim of Design Patterns can be cleared and a more natural classification of Design Patterns can be realized.