• Title/Summary/Keyword: web-based instruction programs

Search Result 29, Processing Time 0.026 seconds

A Courseware for the Learning of Visual Basic on the Web (초등학생을 위한 비주얼베이식 교육 시스템 개발)

  • Jin, Hyun-Sik;Park, Phan-Woo
    • Journal of The Korean Association of Information Education
    • /
    • v.7 no.3
    • /
    • pp.299-308
    • /
    • 2003
  • Programming education in the area of ICT instruction is usually considered as contributing to the improvement of one's analytical power, logic in thinking, and procedural problem-solving capabilities. However, it is hard to get access to adequate web coursewares in suit with their intellectual level of development of Korean elementary students. Most of the existing coursewares, if any, are dealing with high level and theory-oriented contents, and accordingly are quite difficult for the elementary students to understand them. In addition, it is very difficult to practice them on the Web. Drawing upon some ideas on the theories of Web-based design and learning, this study tries to develop and materialize a fresh learning courseware for Visual Basic. The Web courseware thus developed allows students to learn the basics of visual basic programming as well as the basic grammar. It also provides students with an environment that enables students to code and run programs on the Web.

  • PDF

A Developement of Group-Level Distance Education System Using the Generator of Hierarchical WBI Documents on the WWW (WWW에서 계층적 WBI 문서 생성기를 이용한 수준별 원격교육시스템 개발)

  • Kim, Chang-Geun;Choi, Jun-Young;Kim, Byung-Ki
    • The Journal of Korean Association of Computer Education
    • /
    • v.3 no.1
    • /
    • pp.135-142
    • /
    • 2000
  • Recently the user of distance education system using Intemet-Web are increasing rapidly. This paper shows that Hierarchical WBI documents generator by using CGI is devised and applied to development of distance education system for group-level spoken english. This overcomes the problems of the ready-made programs, which took a lot of time and cost. To generate WBI documents, The key is established to each document saved in server by types of the hierarchical structure and is transmitted to client. By client transmitting this key to server when next documentary is required. Sever can know what documents the client needs. The WBI documentary generator tells the keys transmitted from the client, automatically generates a new documentary to send, and delivery it.

  • PDF

The development of CAl Courseware for Basic Life Support - Centered on the Foreign-Body Airway Obstruction in Adult- (기본 인명구조술 교육을 위한 CAI 코스웨어 개발 - 성인의 이물질에 의한 기도폐쇄를 중심으로 -)

  • Kim, Mi-Seon
    • The Korean Journal of Emergency Medical Services
    • /
    • v.7 no.1
    • /
    • pp.109-118
    • /
    • 2003
  • With the rapid development of information and communication technology, a lot of multi-media learning programs are being developed and reported in the field of Emergency medicine both home and abroad. In this connection, this study was aimed at developing a foreign-body airway obstruction courseware in adults for EMT. The development period of CAI courseware lasted from May 2003 through November 2003. Among CAI courseware patterns, private instruction and repeat practice and simulation patterns were used as an instruction-learning strategy. The learning contents of the CAI courseware consisted of five chapters concerning (1) A relief of partial FBAO in the responsible victim, (2) A relief of complete FBAO in the responsible victim, (3) In case of unconsciousness in the responsible victim without removing all foreign body, (4) In case of consciousness in all victims after getting removed all foreign body and (5) A complete airway obstruction in victims without consciousness on the basis of assess responsiveness and the degree of airway obstruction. The way to use this courseware, with just a click on one specific chapter, was developed to proceed a course with progressive algorithm, a method of solving problems by choosing one between two situations. A characteristic of this CAI courseware is the enhanced efficiency of an instruction-learning method by providing an opportunity of choice based on situations in its effort to encourage learners to use a self-initiated learning method, not one-way method and to enhance problem solving skills among situations. Moreover, this courseware went through the diverse phases such as development, application, feedback in connection with learning process by practicing teachers, so that the courseware could be used frequently in the future. The contents of this courseware were written with the web, so that, if necessary, the contents could be continuously modified and complemented and handed out in the form of CD-ROM. This study indicates that the development of a variety of CAI courseware requires institutional and financial assistance and initiatives reflecting a reality in terms of learning process, technical assistance and resources.

  • PDF

Setting Instructional Goals for Nutritional Education Program Through an Analysis of Problems Identified in Junior/senior High School Students (중 고등학생 대상 영양교육 목표 설정을 위한 영양 관련 문제점 분석)

  • 양일선;이해영;김혜영;강여화
    • Korean Journal of Community Nutrition
    • /
    • v.8 no.4
    • /
    • pp.495-503
    • /
    • 2003
  • For the purpose of developing 'Web-Based Nutritional Education Program', this study analyzed nutritional problems of junior/senior high school students and set appropriate instructional goals for nutritional education program. Survey questionnaires were distributed from October 21,2002 to October 26, 2002 to a total of 564 students at three junior high schools and five senior high schools located in Seoul. The total number of questionnaires collected and used in our study was 479, which is 84.9% of the total questionnaires distributed. According to the survey results, three student groups (male and female students at junior high schools and female students at senior high schools) had lower than an ideal body weight. In case of their Basal Metabolic Indices (BMI), the female students and junior high school students showed a tendency to be underweight, while the other three student groups were within the normal range. The result of the survey showed that all four groups of students showed a deficiency in nutrient intake of calories, calcium and thiamin when compared with Korean RDA. Particularly, in the case of the female students at senior high schools, the deficiency of iron intake was a problem. The survey about food attitudes and food habits of the students showed that the senior high school students had more problems when compared with their junior high school counterparts (p < .001). Therefore, the instructional goals of nutritional education program were set as follows: 1) To improve the level of understanding and the perception of junior and senior high school students about the importance of a dietary lifestyle. 2) To change food attitudes and nutritional knowledge related to individual dietary 1ifestyle, so as to maintain good health through the enhancement of the students' physical activities. We found out that it is critically important to factor in the existing problems of food attitudes and food habits, as well as nutrient intake among junior and senor high school students when setting objectives for nutritional education programs. (Korean J Community Nutrition 8(4) : 495-503, 2003)

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.

Detection of Potential Invalid Function Pointer Access Error based on Assembly Codes (어셈블리어 코드 기반의 Invalid Function Pointer Access Error 가능성 검출)

  • Kim, Hyun-Soo;Kim, Byeong-Man
    • Proceedings of the Korean Institute of Information and Commucation Sciences Conference
    • /
    • 2010.05a
    • /
    • pp.938-941
    • /
    • 2010
  • Though a compiler checks memory errors, it is difficult for the compiler to detect function pointer errors in code level. Thus, in this paper, we propose a method for effectively detecting Invalid function pointer access errors, by analyzing assembly codes that are obtained by disassembling an executable file. To detect the errors, assembly codes in disassembled files are checked out based on the instruction transition diagrams which are constructed through analyzing normal usage patterns of function pointer access. When applying the proposed method to various programs having no compilation error, a total of about 500 potential errors including the ones of well-known open source programs such as Apache web server and PHP script interpreter are detected among 1 million lines of assembly codes corresponding to a total of about 10 thousand functions.

  • PDF

An online learning system for evaluating learner's activities and study level (수준별 학습과 학습 관심도를 고려한 학습평가시스템)

  • Kim, Hye-Em;Yu, Seok-Jong
    • Journal of the Korea Society of Computer and Information
    • /
    • v.13 no.6
    • /
    • pp.69-76
    • /
    • 2008
  • The biggest strength of the Internet is to enable to access information without any limitation of time and space. As the Internet and IT technologies have been developed, various kinds of teaching ways in education field such as remote lectures, video lectures, and CAI(Computer Adapted Instruction) have emerged. In terms of education, evaluation can be a basic foundation to help teach students in the next learning stage according to each student's level. In addition, it is able to give the information of students'abilities and provides proper learning programs to teach students on a case-by-case basis. The purpose of the paper is to establish evaluation system on the WWW(World Wide Web) that can reflect learning activities part of students in their evaluation scores based on the two important learning theories, Behaviorism and constructivism, which are mainly used in evaluation procedures to judge learning ability of students. This system will give information about learners, and analyze the learning interest of learners. The proposed system enables teachers to evaluate learning ability of students through various kinds of information of learners, and to execute level-based education.

  • PDF

The Effects of Learners' Cognitive Styles and Visual Organizer Types on Contents Comprehension and Awareness of Structure in Electronic Text Documents (학습자 인지양식과 시각적 조직자 유형이 전자 텍스트 문서의 내용이해 및 구조파악에 미치는 효과)

  • Han, Ahnna
    • The Journal of Korean Association of Computer Education
    • /
    • v.11 no.4
    • /
    • pp.47-58
    • /
    • 2008
  • The purpose of the study was to reveal the effects of visual organizer types and cognitive styles in electronic text understanding. 126 graduate students were divided into a field-dependent group and a field-independent group, and then assigned to two different types of web- based instruction programs which included visual organizers of 'reduction' type and 'abstraction' type. Regarding the comprehension of contents, there were no significant effects of visual organizer types and cognitive styles. However, it was revealed that there were significant interaction effects between visual organizer types and cognitive styles on the awareness of structure in electronic texts. That is to say, while Type 2 ('abstraction' type) was more effective to field-dependent learners, Type 1 ('reduction' type) was more effective to field-independent learners in awareness of structure in electronic texts.

  • PDF

Effects of Web-based STEAM Program Using 3D Data: Focused on the Geology Units in Earth Science I Textbook (3차원 데이터 활용 웹기반 STEAM 프로그램의 효과 : 지구과학I의 '지질 단원'을 중심으로)

  • Ho Yeon Kim;Ki Rak Park;Hyoungbum Kim
    • Journal of the Korean Society of Earth Science Education
    • /
    • v.16 no.2
    • /
    • pp.247-260
    • /
    • 2023
  • In this study, when applying the 'geological structure' content element of high school earth science I developed according to the 2015 curriculum to the STEAM program using a web-based expert system using 3D data of Google Earth and drones, the creative problem-solving ability of high school students, attitudes toward STEAM, and the results of this study are as follows. First, after applying the STEAM program, high school students' creative problem-solving ability showed meaningful results at the p<.001 level. Second, STEAM attitudes showed a significant value at the p<.001 level, confirming that they had a positive impact on high school students' attitudes towards STEAM. It was judged that web-based class activities using Google Earth and drones were useful for integrated thinking such as learners' sense of efficacy and value recognition for usefulness of knowledge. High school students' satisfaction with the STEAM program was 3.251, showing a slightly high average. It was confirmed that web-based class activities such as drones and Google Earth had a positive impact on learners' class satisfaction. However, it was interpreted that the lack of time for class activities limited the ability of the learners to increase their interest in class. The proposal of this research is as follows. First of all, in consideration of the production of presentation materials and practical training in the STEAM program, activities such as block time and advance instruction for class understanding before class are necessary. Secondly, in order to revitalize STEAM education in the high school curriculum, we judge that research on the development of various integrated education programs that can be applied to the high school grade system is necessary.