• Title/Summary/Keyword: Information Problem-Centered

Search Result 173, Processing Time 0.027 seconds

A Study on the Design and Effect of Computational Thinking and Software Education

  • Kwon, Jungin;Kim, Jaehyoun
    • KSII Transactions on Internet and Information Systems (TIIS)
    • /
    • v.12 no.8
    • /
    • pp.4057-4071
    • /
    • 2018
  • The software centered world following the fourth industrial revolution is rapidly approaching us. Countries around the world attach importance to software's ability as one of the key elements for training future human resources. In order to train software centered human resources, each university has designated Software Education as an essential curriculum for not only major but also non-majors. In the past Software Education was an education for a major, but recent Software Education was changed to the essential education that is necessary for all living in the software centered world. In the past the curriculum was focused on software development and implementation-oriented education, but recent curriculum emphasizes sequential arranging and thinking of problem solving. In order to reflect trends in recent Software Education in detail, we integrate Software Education with major concept of Computational Thinking. In this paper, we analyzed the effect of the main concept of Computational Thinking on Software Education for non-majored learners who received Software Education based on Computational Thinking (here refers to learners who major in humanities, social sciences and arts). In addition, research models of satisfaction, self-efficacy, and occupational change was established as the elements of Software Education, and it was found that there was a relation between Computational Thinking and Software Education.

Development and application of program for mathematically gifted students based on mathematical modeling : focused on Voronoi diagram and Delaunay triangulation (영재교육을 위한 수학적 모델링 프로그램의 개발 및 적용 :보로노이 다이어그램과 들로네 삼각분할을 중심으로)

  • Yu, Hong-Gyu;Yun, Jong-Gug
    • Communications of Mathematical Education
    • /
    • v.31 no.3
    • /
    • pp.257-277
    • /
    • 2017
  • The purpose of this research is divide into two kinds. First, develop the mathematical modeling program for mathematically gifted students focused on Voronoi diagram and Delaunay triangulation, and then gifted teachers can use it in the class. Voronoi diagram and Delaunay triangulation are Spatial partition theory use in engineering and geography field and improve gifted student's mathematical connections, problem solving competency and reasoning ability. Second, after applying the developed program to the class, I analyze gifted student's core competency. Applying the mathematical modeling program, the following findings were given. First, Voronoi diagram and Delaunay triangulation are received attention recently and suitable subject for mathematics gifted education. Second,, in third enrichment course(Student's Centered Mathematical Modeling Activity), gifted students conduct the problem presentation, division of roles, select and collect the information, draw conclusions by discussion. In process of achievement, high level mathematical competency and intellectual capacity are needed so synthetic thinking ability, problem solving, creativity and self-directed learning ability are appeared to gifted students. Third, in third enrichment course(Student's Centered Mathematical Modeling Activity), problem solving, mathematical connections, information processing competency are appeared.

Task-Based Ontology of Problem Solving Adapters for Developing Intelligent Systems

  • Ko, Jesuk;Kitjongthawonkul, Somkiat
    • International Journal of Fuzzy Logic and Intelligent Systems
    • /
    • v.4 no.3
    • /
    • pp.353-360
    • /
    • 2004
  • In this paper we describe Task-Based Problem Solving Adapters (TPSAs) for modeling a humam solution (through activity-centered analysis) to a software solution (in form of computer-based artifact). TPSAs are derived from the problem solving pattern or consistent problem solving structures/strategies employed by practitioners while designing solutions to complex problems. The adapters developed by us lead toward human-centeredness in their design and underpinning that help us to address the pragmatic task constraints through a range of technologies like neural networks, fuzzy logic, and genetic algorithms. We also outline an example of applying the TPSAs to develop a working system for assisting sales engineers of an electrical manufacturing firm in preparing indent and monitoring the status of orders in the company.

Block-Centered Symmetric Motion Estimation for Side Information Generation in Distributed Video Coding (분산 비디오 부호화에서 보조정보 생성을 위한 블록중심 대칭형의 움직임 탐색 기법)

  • Lee, Chan-Hee;Kim, Jin-Soo
    • The Journal of the Korea Contents Association
    • /
    • v.10 no.6
    • /
    • pp.35-42
    • /
    • 2010
  • Side information generation techniques play a great role in determining the overall performance of the DVC (Distributed Video Coding) coding system. Most conventional techniques for side information generation are mainly based on the block matching algorithm with symmetric motion estimation between the previously reconstructed key frames. But, these techniques tend to show mismatches between the motion vectors and the real placements of moving objects. So these techniques need to be modified so as to search well the real placements of moving objects. To overcome this problem, this paper proposes a block-centered symmetric motion estimation technique which uses the same coordinates with the given block. Through computer simulations, it is shown that the proposed algorithm outperforms the conventional schemes in the objective quality.

A Role-play base PBL(Problem-Based Learning) for Information Security Learning (정보보호 학습을 위한 롤-플레이 기반 문제중심학습)

  • Lee Byong-Rok;Ji Hong-Il;Shin Dong-Hwa;Cho Yong-Hwan;Lee Jun-Hee
    • The Journal of the Korea Contents Association
    • /
    • v.6 no.3
    • /
    • pp.85-92
    • /
    • 2006
  • Problem-Based Learning(PBL) is one of constructionism's model which is learner-centered learning. In this paper, a role-play base PBL using character is proposed to study importance of information security. It is different from the other PBL models in that it reflects the characteristics of learners, learning task. And it is learning support system which the learners preside their own learning activities using Internet and mobile devices. By experimental result showed that proposed method was more effective than traditional teacher-oriented teaching method about information security in self-directed learning, cooperative learning, contents-making and attraction.

  • PDF

Domain Centered Query Expansion Technique using Topic Model (토픽 모델을 사용한 도메인 중심 질의 확장 기술)

  • Lee, Sanghoon;Moon, Seung-Jin
    • KIISE Transactions on Computing Practices
    • /
    • v.23 no.11
    • /
    • pp.611-616
    • /
    • 2017
  • In the area of Information Retrieval, Query Expansion is a well-known technique that uses external knowledge to increase an inquiry generated by users. However, ambiguous words used in the query decrease the performance of search tools. In this paper, we propose a solution to the above problem, by using domain knowledge which identifies the meaning of words in the query. In particular, we present a domain centered query expansion technique that magnifies a query using domains. By comparing with various query expansion models, we demonstrate that the proposed model performs better than the other models.

Subtree-based XML Storage and XPath Processing

  • Shin, Ki-Hoon;Kang, Hyun-Chul
    • KSII Transactions on Internet and Information Systems (TIIS)
    • /
    • v.4 no.5
    • /
    • pp.877-895
    • /
    • 2010
  • The state-of-the-art techniques of storing XML data, modeled as an XML tree, are node-based in the sense that they are centered around XML node labeling and the storage unit is an XML node. In this paper, we propose a generalization of such techniques so that the storage unit is an XML subtree that consists of one or more nodes. Despite several advantages with such generalization, a major problem would be inefficiency in XPath processing where the stored subtrees are to be parsed on the fly in order for the nodes inside them to be accessed. We solve this problem, proposing a technique whereby no parsing of the subtrees involved in XPath processing is needed at all unless they contain the nodes of the final query result. We prove that the correctness of XPath processing is guaranteed with our technique. Through implementation and experiments, we also show that the overhead of our technique is acceptable.

A study on the image design PBL class that can be used for e-Digital contents production

  • Ahn, In-Soo
    • Journal of the Korea Society of Computer and Information
    • /
    • v.23 no.2
    • /
    • pp.77-82
    • /
    • 2018
  • In this paper, we propose an improvement plan to increase the learning effect and satisfaction through the PBL - related video design class. PBL To prepare for the Fourth Industrial Revolution era, we must acquire diverse knowledge and skills to discover problems and solve them creatively. Therefore, various learning methods are being studied, and one of them is PBL learning. PBL is a learner-centered education that explores problems that may arise from specific topics other than existing curriculum-based education methods and finds solutions to problems. In this study, two lectures on video design related to video contents and image contents were taught in PBL class, and PBL class problem was analyzed and the improvement plan was studied.

Education Strategy based on EPL for Heightening of Reasoning and Problem-solving Skills (논리력과 문제해결력 신장을 위한 EPL기반 교육전략)

  • Han, Jae-Hyub;Sohn, Won-Sung
    • 한국정보교육학회:학술대회논문집
    • /
    • 2010.08a
    • /
    • pp.95-99
    • /
    • 2010
  • In this study, using the program in elementary school, scratch, based on user-centered design model, a high-level (High Level) step by applying prototyping techniques for application development, training and present a model applied to investigate reports that validate the effectiveness. The results of this study, problem solving and logical thinking ability in elementary school for the education of the new approach to application development is expected to be.

  • PDF

Problem Based Learning in Physical Therapy (물리치료학에서의 문제중심학습(Problem Based Learning))

  • Lee, Kyung-Hee;Kim, Chul-Yong;Kim, Seong-Hak
    • Journal of Korean Physical Therapy Science
    • /
    • v.9 no.4
    • /
    • pp.141-153
    • /
    • 2002
  • Problem based learning(PBL) is one of the learning strategies from the constructivism. It is a learning centered students. The tutors are facillitators as activators, helpers and cooperators not organizer in the classrooms. PBL makes that students learn creativity, independence, reasoning skits, communication and collaboration for problem solving. As the PBL process, students get the problems that are in real situation, discussed with others for brain storming, self directed study and revisited to the situation. They think critically and apply to the real situation. When students are to be physical therapists, they are easy to adopt their job and efficient to manage well. But inspite of a lot of advantages to them, there are much conflict to use as the learning strategies. Students perceived one of best learning method that they have experienced, but there are stress, burden, anxiety, timeless to prepare, lack of information and so on. PBL is effective to learning health oriented subjects, problem solving, even a lot preparation and processing for learning. It is reduced the differences between theories in colleges and practices in the fields. In processing of PBL, students get more many skills than the conventional learning. As trying many times to the classrooms, we can fixed to PBL with mistakes and conflict for better the development of the teaching and learning.

  • PDF