Search

Published After
Published Before

Search Results

  • Information System’s experiences of EGERFOOD project making use of it in the education of the database management
    197-210
    Views:
    9
    We present in this article the background of a developed food safety tracking system searched and formed in the Regional Knowledge Centre of Eszterházy Károly College, the requirements following from this, and by way of the requirements towards the information system appearing expectations. The development of the consumer centre system is a complex task which provides fast and cost-effective information for consumers, food producers and concerned authorities. It accomplishes severe expectations of the tracking system in connection with data security and encryption beside all this. We demonstrate in this article that forming of database model why we chose the general model. We also demonstrate what kind of SQL server we chose for buffer servers and central data warehouse. We wish to support our choosing with the result of done efficiency examinations. It is important viewpoint what kind of database planning principles we base these examinations on and how we match them to the requirements of the system. As software engineers took part in the development effectively from the first minute of the planning of the system, we can examine with what this project work was able to raise students' qualification and knowledge in addition to the general curricular substance.
  • Let's learn database programming in an active way
    213-228
    Views:
    6
    This paper introduces how I applied the "learning by doing" method in the education of advanced knowledge of database systems in Software Engineering BSc program. The first goal of my method is to enable the students to use the PL/SQL and SQL as a skill, namely they get a practical competence which can be immediately used in business. In the laboratory the students independently practise the material learnt on the lecture. They get feedback for all their activities from the teacher. A software system helps administer the solutions, automatically verifies the syntax of them and helps the teacher to evaluate them. The paper summarises the results of three semesters. In the last year I compared the active learning method with the traditional method. I asked the students in a voluntary survey about the active learning method.
  • Normalization based on dependency diagram
    121-132
    Views:
    8
    Normalization is an important database planning method, although the understanding and application of this method brings up the utmost problem during data modelling. That is why we were looking for alternative normalization methods, from which the normalization with dependency diagram proved to be the most efficient. This was also confirmed by the statistical estimation of the carried out survey.
  • Application of computer algebra systems in automatic assessment of math skills
    395-408
    Views:
    9
    Mathematics is one of those areas of education, where the student's progress is measured almost solely by testing his or her ability of problem solving. It has been two years now that the authors develop and use Web-based math courses where the assessment of student's progress is fully automatic. More than 150 types of problems in linear algebra and calculus have been implemented in the form of Java-driven tests. Those tests that involve symbolic computations are linked with Mathematica computational kernel through the Jlink mechanism. An individual test features random generation of an unlimited number of problems of a given type with difficulty level being controlled flat design time. Each test incorporates the evaluation of the student's solution. Various methods of grading can be set at design time, depending on the particular purpose that a test is used for (self-assessment or administrative exam). Each test is equipped with the correct solution presentation on demand. In those problems that involve a considerable amount of computational effort (e.g. Gauss elimination), additional special tools are offered in a test window so that the student can concentrate on the method of solution rather than on arithmetic computations. (Another obvious benefit is that the student is thus protected from the risk of frustrating computational errors). Individual tests can be combined into comprehensive exams whose parameters can be set up at design time (e.g., number of problems, difficulty level, grading system, time allowed for solution). The results of an exam can be automatically stored in a database with all authentication and security requirements satisfied.
  • Task reformulation as a practical tool for formation of electronic digest of tasks
    1-27
    Views:
    10
    Creative thinking as well as thinking itself is being developed at active learning-cognitive activity of students. To make mathematic matter a subject of interest and work of students at classes, it is efficacious to submit it in a form of tasks. The tasks may be set up in a purposeful system of tasks by means of which reaching the teaching goals in the sense of quality and durability of gained knowledge may be more effective. A suitable means for presentation of tasks with their characteristics (as e.g. didactic function and cognitive level) as well as task systems themselves is an electronic digest of tasks as a database. The analysis of textbooks and digests of tasks commonly used at schools in Slovakia shows that they do not include all the types of tasks necessary for setting up complete (in the sense of didactic functions) task systems. One of the most important methods used for formation of the missing tasks is reformulation of tasks. The individual strategies of task reformulation are explained in details on examples in this article.
  • The effects of chess education on mathematical problem solving performance
    153-168
    Views:
    11
    We investigate the connection between the "queen of sciences" (mathematics) and the "royal game" (chess) with respect to the development of mathematical problem solving ability in primary school education (classes 1-8, age 7-15) where facultative chess education is present. The records of the 2014 year's entrance exam in mathematics – obligatory for the enrollment to secondary grammar schools in Hungary – are compared for the whole national database and for the results of a group containing chess-player students. The problems in the tests are classified with respect to the competencies needed to solve them. For the evaluation of the results we used standard mathematical statistical methods.
  • Interdisciplinary Secondary-School Workshop: Physics and Statistics
    179-194
    Views:
    47

    The paper describes a teaching unit of four hours with talented students aged 15-18. The workshop was designed as a problem-based sequence of tasks and was intended to deal with judging dice whether they are regular or loaded. We first introduced the students to the physics of free rotations of rigid bodies to develop the physics background of rolling dice. The highlight of this part was to recognise that cubes made from homogeneous material are the optimal form for six-sided objects leading to equal probabilities of the single faces. Experiments with all five regular bodies would lead to similar results; nevertheless, in our experiments we focused on regular cubes. This reinsures that the participants have their own experience with the context. Then, we studied rolling dice from the probabilistic point of view and – step-by-step – by extending tasks and simulations, we introduced the idea of the chi-squared test interactively with the students. The physics and the statistics part of the paper are largely independent and can be also be read separately. The success of the statistics part is best described by the fact that the students recognised that in some cases of loaded dice, it is easier to detect that property and in other cases one would need many data to make a decision with small error probabilities. A physical examination of the dice under inspection can lead to a quick and correct decision. Yet, such a physical check may fail for some reason. However, a statistical test will always lead to reasonable decision, but may require a large database. Furthermore, especially for smaller datasets, balancing the risk of different types of errors remains a key issue, which is a characteristic feature of statistical testing.

    Subject Classification: F90, K90, M50, R30

  • Development of classification module for automated question generation framework
    89-102
    Views:
    8
    Automatic question generation is in the focus of recent researches which includes bordering disciplines like education, text mining, knowledge-engineering. The elaborated system generates multi-choice questions from textbooks without using an external semantic database. One of the base modules of the system is the classification module defining the extracted word. This paper describes modules of the framework including a detailed analysis of the classification part. We show the operability of the elaborated system through a practical test.