• Title/Summary/Keyword: Web-based project instruction

Search Result 13, Processing Time 0.018 seconds

Development of Evaluation Standard about Web-based Project Instruction (웹기반 프로젝트 학습 시스템의 평가 기준 개발)

  • Jeong, Su-Keun;Lee, Su-Jeong
    • 한국정보교육학회:학술대회논문집
    • /
    • 2004.01a
    • /
    • pp.349-357
    • /
    • 2004
  • 웹 기반 프로젝트 학습의 유용성 및 그 효과에 대한 긍정적 연구 결과로 인하여 웹 기반 프로젝트 학습 시스템을 설계하고 구현하여 적용하려는 노력이 많이 시도되고 있다. 그러나, 기반 프로젝트 시스템의 평가 기준이 부족하며 이에 대한 평가가 제대로 이루어지지 않아 어떤 것이 양질의 웹기반 프로젝트 학습 시스템인지에 대한 정보를 얻기가 쉽지 않았다. 이에 본 연구에서는 양질의 웹 기반 프로젝트를 선정하는 평가기준을 제시함으로써 효과적인 시스템을 구축하는데 도움을 주고자 하였다. 웹 기반 프로젝트 학습 시스템은 매체적으로 교육용사이트에 기반하고, 전략적으로 교육용 코스웨어의 범주에 포함할 수 있으므로, 교육용사이트 선정 기준 및 교육용 코스웨어의 선정 기준에 의거하여 평가기준을 교육전략적 차원, 운용적 차원, 매체적 차원의 세 차원으로 분류한 후 24개의 평가 요소와 24개이 평가 기준을 제안하였다. 본 연구는 웹 기반 프로젝트 학습 시스템의 평가 기준을 제공하여, 교수자, 교육관리자, 시스템 설계자, 학습자에게 효과적인 웹 기반 프로젝트 학습 시스템을 선정, 활용하는데 편리함을 제공할 수 있다는 것을 보였다.

  • PDF

Development of a Web-Based Soil Laboratory (인터넷을 이용한 가상 토질 실험실)

  • Lee, Kyu-Hwan;Lee, Song;Jung, Dae-Suk
    • Proceedings of the Korean Geotechical Society Conference
    • /
    • 2002.03a
    • /
    • pp.445-452
    • /
    • 2002
  • In the field of civil and geotechnical engineering, students conduct a variety of soil tests to fulfill undergraduate soil mechanics course requirement. There is a range of problems in soil laboratory instruction, such as, some students not getting hands on experience of conducting tests because of inadequate number of apparatus, time constraints and inability in exciting students to seriously conduit the experiments, However when these laboratory soil tests are simulated with multimedia interaction ann visualization techniques, the students conceptual understanding of soil mechanics is enhanced. The simulation program for website teaching is a computer based instructional package intended to complement, and potentially replace, some physical testing in a real soil laboratory. The overall aim of this project is to develop an experimental simulation program toward active learning and development of critical thinking skills, including data interpretation, understanding of the precesses and influential factors, and problem solving. Therefore enable students to access website to team experimental procedure at any time or place.

  • PDF

Detection of Potential Memory Access Errors based on Assembly Codes (어셈블리어 코드 기반의 메모리 오류 가능성 검출)

  • Kim, Hyun-Soo;Kim, Byeong-Man;Bae, Hyun-Seop;Chung, In-Sang
    • The KIPS Transactions:PartD
    • /
    • v.18D no.1
    • /
    • pp.35-44
    • /
    • 2011
  • Memory errors can cause not only program malfunctions but also even unexpected system halt. Though a programmer checks memory errors, some memory errors with low occurrence frequency are missed to detect. In this paper, we propose a method for effectively detecting such memory errors using instruction transition diagrams through analyzing assembly codes obtained by disassembling an executable file. Out of various memory errors, local memory return errors, null pointer access errors and uninitialized pointer access errors are targeted for detection. When applying the proposed method to various programs including well-known open source programs such as Apache web server and PHP script interpreter, some potential memory errors are detected.