Search

Published After
Published Before

Search Results

  • Concept systematization with concept maps in data modelling
    149-166
    Views:
    42
    An important goal of concept learning is that students can allocate concepts in the hierarchical system of concepts. In the data modelling course, first, we supported concept systematization with worksheets in which the students had to fill in the blank hierarchical figures of classification of the concepts or blank Venn diagrams describing the relationships between concepts. The hierarchical systems, however, are somewhat restricted to the description of connections. The filling in Venn diagrams did not deliver the expected result, so our attention turned to concept maps. In this paper we introduce the concept maps we drew. Then we evaluate the results of concept mapping survey conducted among students. The survey was done in three courses. We compare the results of our survey with the result of an earlier concept systematising survey.
  • Key concepts in informatics: documents
    97-115
    Views:
    35
    "The system of key concepts contains the most important key concepts related to the development tasks of knowledge areas and their vertical hierarchy as well as the links of basic key concepts of different knowledge areas. When you try to identify the key concepts of a field of knowledge, you should ask the following questions: Which are the concepts that are the nodes of the concept net and can be related to many other concepts? Which are the concepts that necessarily keep re-appearing in different contexts when interpreting what you have learnt before? Which are the concepts that arrange specific facts in structures, which contribute to interpreting and apprehending new information and experience? Which are the concepts that – if you are unfamiliar with and unaware of – inhibits you in systematizing various items of knowledge or sensibly utilizing them?" [8] One of the most important of these concepts is the document.
  • General key concepts in informatics: data
    135-148
    Views:
    37
    "The system of key concepts contains the most important key concepts related to the development tasks of knowledge areas and their vertical hierarchy as well as the links of basic key concepts of different knowledge areas. When you try to identify the key concepts of a field of knowledge, you should ask the following questions: Which are the concepts that are the nodes of the concept net and can be related to many other concepts? Which are the concepts that necessarily keep re-appearing in different contexts when interpreting what you have learnt before? Which are the concepts that arrange specific facts in structures, which contribute to interpreting and apprehending new information and experience? Which are the concepts that – if you are unfamiliar with and unaware of – inhibits you in systematizing various items of knowledge or sensibly utilizing them?" [9] One of the most important of these concepts is the data.
  • Decision based examination of object-oriented programming and Design Patterns
    83-109
    Views:
    28
    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.