Search
Search Results
-
Report of Meeting Researches in Didactics of Mathematics and Computer Sciences: 31 March – 2 April, 2023 Oradea, Romania
83-107Views:408The meeting Researches in Didactics of Mathematics and Computer Sciences was held in Oradea, Romania, at Partium Christian University, from 31 March to 2 April, 2023. It was organized by the Doctoral School of Mathematical and Computational Sciences of the University of Debrecen and Partium Christian University. The 85 participants – including 18 PhD students – came from 9 countries and represented 30 institutions of higher and secondary education. There were 4 plenary and 53 session talks in the program.
-
Entwicklung eines Messinstruments zu den Grunderfahrungen des Informatikunterrichts
159-178Views:195The three basic experiences of computer science education (GI) take into account the personal perceptions and attitudes of students to computer science education. The aim of this study is to develop an inventory to capture these learners' perceptions and perspectives in order to select content or to track learners' development in relation to computer science. Exploratory factor analysis (EFA), partial least square analysis (PLS) and con rmatory factoranalysis (CFA) was used in this study to generate and select items and establish reliability and validity.
Subject Classification: Q20, Q50
-
Integrating elements of data science into high-school teaching: Naïve Bayes-classification algorithm and programming in Python
307-316Views:322Probability theory and mathematical statistics are traditionally one of the most difficult chapters of mathematics to teach. One of the authors, Péter Princz has experience in teaching various topics via computer programming of the problem at hand as a class activity. The proposed method is to involve programming as a didactic tool in hard-to-teach topics. The intended goal in this case is to implement a naïve Bayes-classifier algorithm in Python and demonstrate the machine-learning capabilities of it by applying it to a real-world dataset of edible or poisonous mushrooms. The students would implement the algorithm in a playful and interactive way. The proposed incremental development process aligns well with the spirit of Tamás Varga who considered computers as modern tools of experimental problem solving as early as in the 1960s.
Subject Classification: 97D40, 97D50, 97K50, 97K99, 97M60, 97P40, 97P50, 97U50
-
Application of a color education software to improve color aptitude
267-285Views:235The ability to handle colors smoothly and consciously may be vital to professionals in various fields, including engineers specializing in architecture or design. Education in sciences related to colors and a developed color aptitude are essential. In our experience, many secondary school graduates in Hungary exhibit inadequate competence and need to be trained in both fields by college instructors, thereby laying the foundations for their future professional work. In our paper, we introduce a computer-based method to teach color theory using a self-developed interactive educational software. We also demonstrate the results of a test measuring the efficiency of the software. Our method was shown to be capable of familiarizing students with the basic fields of visual computing, e.g. graphics and image processing. -
Metadata and education
325-343Views:206This article is a (possible) conceptual educational model, which introduces data representation, information storage and retrieval possibilities on the Web in a way analogous to the levels of organization of metadata.
The model uses the traditional library and information systems as a starting point, referring to the levels and types of information organization, and describes directions of its development. General acquaintance with the dominant organizational levels and types helps to understand the information organization on the internet, the coexistence of both structured and unstructured elements, the closedness and deficiencies of the content of information, and also helps to find possible ways of correcting these deficiencies. One of the main advantages of model-driven approaches is that they, by using the well-known classical systems, make tangible the development of physical and content data organization types and levels of organization of information for medical students that usually do not possess informatics knowledge.
The conceptual model presented in details in the article can provide a basis for a general introduction to metadata and to develop curricula equally appropriate for traditional face to face classes, trainings and online courses. -
Comparison of teaching exponential and logarithmic functions based on mathematics textbook analysis
297-318Views:238Exponential and logarithmic functions are key mathematical concepts that play central roles in advanced mathematics. Unfortunately these are also concepts that give students serious difficulties. In this paper I would like to give an overview – based on textbook analysis – about the Hungarian, Austrian and Dutch situation of teaching exponential and logarithmic functions. This comparison could also provide some ideas for Hungarian teachers on how to embed this topic in their practice in another more "realistic" way. -
Computer cooking vs. problem solving
35-58Views:367Computer cooking is a task-related phenomenon where students (end-users) must blindly follow a long list of orders without any connection to the content of the problem, if there is any. Despite its low efficacy, this method is widely used and accepted in informatics both in the learning-teaching process and testing. The National Base Curriculum 2020 in Hungary is in complete accordance with the ‘Informatics Reference Framework for Schools’, but the course books hardly use the latest results of computer education research. The present paper provides examples of how the results of computer education research can be integrated into teaching-learning materials and classroom practices and discusses the effectiveness and consequences of the different solutions, where tool-centred approaches are compared to problem-focused solutions.
Subject Classification: 94-01
-
Introductory Computer Programming Courses in Mathematics Curriculum
19-30Views:310We present the results of surveys and curricular research on introductory computer programming courses that are required or recommended for mathematics degrees at U.S. colleges and universities. Our target schools were those with populations between 5,000 and 20,000 undergraduate students. A key result is a synopsis of programming languages in use in these introductory courses with Java, Python and C + + holding the top three spots. We found that 85% of the 340 schools in our pool require or recommend an introductory programming course as a component of a mathematics degree. Furthermore, most of these introductory programming courses are taught by faculty outside of the mathematics department. These results indicate that mathematics faculty value computer programming and should be actively involved in setting learning outcomes, incorporating skills and concepts learned in introductory programming courses into subsequent mathematics courses, and determining programming languages in use.
Subject Classification: 97D30, 97P20, 97P40
-
Overview of the accessibility of webpages, related research, advantages, guidelines and recommendation
233-262Views:285The essay aims to provide a survey of web accessibility, introduce the relevant research results along with describing the advantages of obstacle free webpages. Furthermore, I will attempt to promote the awareness of the significance of accessibility and equal access to information in case of educational webpages especially in the higher education sphere. My primary audience are educational policy makers and leaders of higher education institutions along with in-service teachers who regularly use webpages during their daily work with students struggling with various impairments. The article's focus is expanded onto the relevant professional and legal background, the most important accessibility principles in addition to discussing the tools assuring accessibility and the presentation of best practices for web developers elaborating the electronic learning environments for higher education institutions. -
Verification of human-level proof steps in mathematics education
345-362Views:216Automated mathematics tutorial systems need support from a reasoning module which can verify the correctness of students' contributions. However, current systems typically do not reason at a level similar to the student's reasoning level, and do not fully account for underspecified or ambiguous inputs. We present a domain-independent method for automatically verifying correct proof steps and detecting standard reasoning errors. We use a depth limited BFS proof search to determine and maintain multiple possible interpretations consistent with the given proof step, we are able to resolve or otherwise propagate underspecification and ambiguity which occurs due to unrestricted user input. Our approach has been implemented in ΩmegaCoRe. -
Mechanisms for teaching introductory programming using active learning
407-421Views:123One of the requirements of teaching introductory programming to students whose branch of learning is engineering or science is bridging the gap between in-class lectures and real-world applications. Traditional passive approaches to lecturing often focus on the syntax of a language with little or no discussion of the process involved in using the language to design algorithms to solve real-world problems. One way of overcoming the limitations of traditional lecturing is by tailoring lectures towards becoming more student-oriented, a pedagogical methodology known as active learning. This paper explores mechanisms for implementing active learning in introductory programming courses in computer science. -
A case study of the integration of Algorithm Visualizations in Hungarian programming education
51-66Views:342In this study, I will introduce how Algorithm Visualizations (AV) can help programming education or, in this case, the acquisition of basic programming theorems. I used two di erent methods to test this: in the first round, I examined in a larger group how much the students' ability to solve specific tasks changes after being introduced to a visualization tool, and then, what was their motivation and experience during this process. In the second round, I looked for the components that could be important when choosing a tool with the help of an in-depth interview with a smaller number of individuals. In both cases, I describe the research, experience, and results of the study, and then summarize them at the end.
Subject Classification: 97P10
-
Artworks as illustrations in Hungarian high school Mathematics textbooks
103-117Views:225Three different series of Hungarian Mathematics textbooks used in grade 9-12 education for the past 30 years have been analysed in this research. Our aim is to show and evaluate how the visual arts have been connected to mathematical ideas in these textbooks. We have applied the six dimensions of evaluation, which have recently been introduced in (Diego-Mantec on, Blanco, Búa Ares, & González Sequeiros, 2019) to categorise the illustrations of the three different series. We show examples for each dimension from the textbooks, and we find that even if the number of artistic illustrations in these coursebooks have significantly increased, in most cases these sporadic examples are not closely related to the mathematical context, mainly used for ornamental purposes to decorate the core text. Based on this classification we conclude that the number of artistic illustrations with underlying math concepts making students' participation more active could and should be significantly increased.
Subject Classification: 97U20