• 제목/요약/키워드: Computer Use Instruction

검색결과 124건 처리시간 0.026초

정적분 단원에 관한 CAI프로그램 개발 연구 (A Study on the Development of Computer Assisted Instruction for Definite Integral)

  • 우제환
    • 한국학교수학회논문집
    • /
    • 제1권1호
    • /
    • pp.97-109
    • /
    • 1998
  • The activities of teaching and learning are to try to reach the lesson object most closely in many ways. Considering that the lesson objects are to get the principle or law of a concept, to acquire the mathematical function, to master it through repeated exercises and to solve mathematical problems, we need many ways to reach such objects. Among the many ways, we can first think of one: the students will learn with curiosity and according to their own ability or advancing level in learning when teachers study and prepare necessary contents enough in advance by using computers, showing the right program to learners' needs. For example, defining definite integral by measuration by parts will help understand measuration by parts well and know the meaning of definite integral correctly, In teaching and learning by the use of this program, the educational effects are expected as follows. 1. It is thought that this program will stimulate the desire for and interest in learning because it used animation and acoustic effect. And voluntary and positive thinking activity will be shown. 2. It is expected that the conviction of formulas will be got and the concept of definite integral will be remembered firmly by showing how to measure the width of circle with the use of measuration by parts in various other ways instead of the ways used at present. 3. It is expected that students will feel the pleasure of mathematics in life when they recognize mathematical facts scattered really in our life rather than mathematical difficulties. 4. It is expected that the repeated review of programs already designed will remove the fear of incomplete parts and help review again. 5. It is certain that positive attitude in life will be formed as teacher-centered class is changed into learner-centered class and unwilling study is changed into self-oriented study. However, I think this program is insufficient for humanbeing-centered education given directly in contact with students on the ground of the variety in mathematical education and applications in many ways. And mechanically inhuman computers leave some solutions to be desired

  • PDF

복수의 메모리 접근 명령어의 효율적인 이용을 통한 코드 크기의 감소 (Code Size Reduction Through Efficient use of Multiple Load/store Instructions)

  • 안민욱;조두산;백윤흥;조정훈
    • 한국정보과학회논문지:소프트웨어및응용
    • /
    • 제32권8호
    • /
    • pp.819-833
    • /
    • 2005
  • 하나의 instruction으로 여러 메모리 블록을 읽거나 쓰는 MLS(Multiple Load/store) 명령어를 사용하면 전체 코드에서 메모리 명령어의 수를 최소화해서 코드 사이즈를 축소할 수 있다. 이러한 장점 때문에 많은 마이크로 프로세서에서 이 명령어를 지원하고 있으나 현재까지 개발되어 있는 컴파일러들은 MLS 명령어의 장점을 효과적으로 이용하고 있지 못하고 있고 오직 제한적인 용도로 MLS 명령어를 사용하고 있다. 기존의 컴파일러에서 MLS 명령어를 효율적으로 지원하지 못하는 것은 일반적으로 MLS 명령어를 효과적으로 이용하기 위해서 해결해야 할 문제가 NP-hard의 범주에 속하기 때문이다. 이것은 stack frame에서 변수들에 대한 최적의 메모리 옵셋을 찾는 문제와 레지스터 할당에 관련된 복합적인 문제이다. 본 논문에서는 heuristic 기법을 효율적으로 이용하여 위에 언급된 문제를 polynomial time bound에 해결할 수 있는 기법을 제안한다.

Interactive learning in oral and maxillofacial radiology

  • Ramesh, Aruna;Ganguly, Rumpa
    • Imaging Science in Dentistry
    • /
    • 제46권3호
    • /
    • pp.211-216
    • /
    • 2016
  • Purpose: The use of electronic tools in teaching is growing rapidly in all fields, and there are many options to choose from. We present one such platform, Learning Catalytics$^{TM}$ (LC) (Pearson, New York, NY, USA), which we utilized in our oral and maxillofacial radiology course for second-year dental students. Materials and Methods: The aim of our study was to assess the correlation between students' performance on course exams and self-assessment LC quizzes. The performance of 354 predoctoral dental students from 2 consecutive classes on the course exams and LC quizzes was assessed to identify correlations using the Spearman rank correlation test. The first class was given in-class LC quizzes that were graded for accuracy. The second class was given out-of-class quizzes that were treated as online self-assessment exercises. The grading in the self-assessment exercises was for participation only and not accuracy. All quizzes were scheduled 1-2 weeks before the course examinations. Results: A positive but weak correlation was found between the overall quiz scores and exam scores when the two classes were combined (P<0.0001). A positive but weak correlation was likewise found between students' performance on exams and on in-class LC quizzes (class of 2016) (P<0.0001) as well as on exams and online LC quizzes (class of 2017) (P<0.0001). Conclusion: It is not just the introduction of technological tools that impacts learning, but also their use in enabling an interactive learning environment. The LC platform provides an excellent technological tool for enhancing learning by improving bidirectional communication in a learning environment.

Proposition and Evaluation of Parallelism-Independent Scheduling Algorithms for DAGs of Tasks with Non-Uniform Execution Time

  • Kirilka Nikolova;Atusi Maeda;Sowa, Masa-Hiro
    • 대한전자공학회:학술대회논문집
    • /
    • 대한전자공학회 2000년도 ITC-CSCC -1
    • /
    • pp.289-293
    • /
    • 2000
  • We propose two new algorithms for parallelism-independent scheduling. The machine code generated from the compiler using these algorithms in its scheduling phase is parallelism-independent code, executable in minimum time regardless of the number of the processors in the parallel computer. Our new algorithms have the following phases: finding the minimum number of processors on which the program can be executed in minimal time, scheduling by an heuristic algorithm for this predefined number of processors, and serialization of the parallel schedule according to the earliest start time of the tasks. At run time tasks are taken from the serialized schedule and assigned to the processor which allows the earliest start time of the task. The order of the tasks decided at compile time is not changed at run time regardless of the number of the available processors which means there is no out-of-order issue and execution. The scheduling is done predominantly at compile time and dynamic scheduling is minimized and diminished to allocation of the tasks to the processors. We evaluate the proposed algorithms by comparing them in terms of schedule length to the CP/MISF algorithm. For performance evaluation we use both randomly generated DAGs (directed acyclic graphs) and DACs representing real applications. From practical point of view, the algorithms we propose can be successfully used for scheduling programs for in-order superscalar processors and shared memory multiprocessor systems. Superscalar processors with any number of functional units can execute the parallelism-independent code in minimum time without necessity for dynamic scheduling and out-of-order issue hardware. This means that the use of our algorithms will lead to reducing the complexity of the hardware of the processors and the run-time overhead related to the dynamic scheduling.

  • PDF

웹기반 강의지원시스템에 대한 대학교수의 활용도분석 (Utility Analysis on Activating Web-Based Course Support System by Faculty in Universities)

  • 김경우
    • 한국컴퓨터정보학회논문지
    • /
    • 제14권11호
    • /
    • pp.221-232
    • /
    • 2009
  • 본 연구는 4년제 대학에서 교수자에 따른 웹기반 강의지원시스템의 활용도를 분석하였다. 수집 자료는 수도권 S대학, D대학, K대학의 2009년1학기 강의에서 담당교수 5,023명과 12,733강좌를 대상으로 웹기반 수업지원시스템의 활용도를 서버에 저장된 로그파일을 이용하여 분석하였다. 구체적으로 교수자 및 계열별 강좌의 웹기반 수업지원시스템의 활용빈도 및 백분율을 제시하였다. 뿐만 아니라 수업지원시스템의 주요기능의 활용빈도 및 백분율이 분석되었고, 주요기능 중 공지사항, 수업자료, 공유게시판, 자유게시판 이용횟수에 대하여 교수자 및 계열별 이용횟수에 대하여 카이분석을 실시하였다. 연구결과 전체교수자의 62.28%와 전체강좌의 50.3%가 웹기반 수업지원시스템을 활용하였다. 주요 기능의 이용도를 분석한 결과 수업자료공유의 목적이 43.8%로 가장 높았으며, 공지사항이나 토론 기능의 이용은 다소 낮은 편이다. 이는 대부분의 교수자나 강좌에서 웹기반수업지원 시스템을 오프라인수업의 보충적 수단으로 활용하고 있어 실제적인 운용과 설계가 요구된다.

수준별 평가를 위한 문제은행 시스템 (An Item Pool System for Leveled Assessment)

  • 홍종기;전우천
    • 정보교육학회논문지
    • /
    • 제6권3호
    • /
    • pp.298-307
    • /
    • 2002
  • 최근 정보화 시대에 들어서면서 교육은 그 방법이나 내용 면에서 변화를 강력히 요구받고 있다. 이러한 시대적 요구에 따라 교육에 정보${\bullet}$통신${\bullet}$기술을 적극 수용하려는 다양한 시도가 이루어지고 있다. 그 중에서도 특히, WBI (Web-based Instruction) 교수모형은 웹의 특성상 학생들에게 도움이 될 수 있는 다양한 형태의 교육자료를 제공해 줄 수 있으며, 교육시간 및 공간 등의 범위를 확대해 줄 수 있다는 점에서 더욱 관심이 집중되고 있다. 하지만, 현재 웹 기반 교수-학습 활동에 있어서 학습자가 학습 목표에 도달되었는지를 온라인 상에서 직접 평가할 수 있는 실시간 평가 시스템에 대한 연구가 미미한 상황이다. 따라서, 본 연구는 웹을 이용한 교수-학습의 결과를 학습 과정 중에 실시간으로 평가할 수 있도록 하고, 공들여 만든 좋은 문제들을 문제은행에 저장하고 이를 모든 교사가 검색하여 적절하게 이용할 수 있도록 문제은행을 공유하도록 설계하였다. 또한, 교과-학기-단원의 카테고리를 이용해 문제와 평가지를 쉽게 검색할 수 있도록 하였고, 전통적 문항 분석방법인 문항 난이도를 적용하여 문제은행에 저장된 문항의 양호도를 확보함으로써 학생들의 수준에 맞는 적절한 평가 문항을 제공할 수 있도록 하였다. 무엇보다도 본 시스템을 진단 평가나 형성평가에 활동한다면, 7차 교육과정에서 강조되고 있는 수준별 교육과정을 진행하기 위해 필요한 학습자의 출발점 행동 파악이나, 수준별 학습을 위한 학습자 수준 진단이 보다 효과적으로 이루어 질 수 있다.

  • PDF

적응적 학습객체 설계 이론을 위한 개념적 연구 (A Discourse for the Theory of Adaptive Learning Object Design)

  • 조일현
    • 정보교육학회논문지
    • /
    • 제9권3호
    • /
    • pp.483-500
    • /
    • 2005
  • 학습 객체는 생산 및 효율성과 구성주의적 학습 효과성을 겸비하면서, 컴퓨터 기반 학습 환경에 잘 적용될 수도 있는 차세대 학습 개념으로 각광 받고 있다. 그 탄생의 연원을 소프트웨어 공학에서의 객체지향 설계 이론에 기초한 이 학습 객체 설계 이론은, 그러나 학습자라는 학습의 주체에 대한 고려의 부족, 맥락성과 연계성, 그리고 의미론적 응집성이라는 "학습"의 논리를 담아내기에 충분한 수준의 이론적 기반을 갖추고 있지 못한 것이 현실이다. 본 연구에서는 학습 객체 설계 이론이라는 독특한 설계 모델을 지향하면서, 그 기초 작업으로서 관련 이론들을 정리해 내고, 메타포 수준의 개념틀 속에 자리 잡아 두며, 나아가 그 설계를 위한 원리들에 대한 분석을 시도하였다. 본 연구는 향후 구체적인 개발 사례를 통한 실증 연구와, 아울러 LCMS, 하이퍼텍스트의 노드와 링크 개념 등과 연결되면서, 본격적인 디지털 학습 콘텐츠 개발을 위한 이론을 지향하는 이론 연구로서의 의미를 갖는다.

  • PDF

스마트기기에 대한 교사의 활용 수준과 개선 사항에 대한 실태 분석 (Analysis on the Teachers' Utilization Levels of Smart Devices for Their Improvement)

  • 김종우
    • 정보교육학회논문지
    • /
    • 제18권4호
    • /
    • pp.483-490
    • /
    • 2014
  • 지식기반사회에서 스마트기기를 활용한 교수 학습을 위하여 전국적으로 스마트교실을 설치하고 있다. 이러한 경향은 빠르게 확산돼 갈 것으로 예상되며, 현재 사용 중인 스마트기기를 교육적 활용을 위하여 교사들을 중심으로 활용 수준과 사용에 따른 문제점을 조사하였다. 스마트기기의 접근 용이성에 따른 영향 평가를 위해 스마트교실 업무를 담당하고 있는 교사와 일반교실을 주로 사용하는 교사로 대상을 구분하여 스마트 수업을 위해 요구되는 스마트기기에 대한 요구사항, 학생들의 변화에 대한 교사의 기대 수준 등에 대해 조사하였으며, 스마트교실 및 스마트기기에 대한 활용 및 만족 정도를 통해 현재 설치된 스마트기기에 대한 수준을 분석하였다. 교사들은 스마트기기에 대한 막연한 기대효과를 갖고 있으며, 활용도 높은 기자재와 주변 기기와의 호환성 개선, 수업에 적합한 전자칠판을 필요로 하고 있으며, 정보검색, 동영상 등 기본적인 활용 수준으로 교사에게 익숙한 전자칠판의 기능 향상이 교육에 효과적인 것으로 나타났다.

효율적인 영상처리 교육을 위한 통합 환경 개발에 관한 연구 (The development of CAI systems for an efficient education of image processing)

  • 이정헌;안용학;채옥삼
    • 대한전자공학회논문지SP
    • /
    • 제41권6호
    • /
    • pp.127-135
    • /
    • 2004
  • 멀티미디어 기술의 광범위한 보급으로 여러 분야에서 영상처리 기술 인력에 대한 수요가 증가하고 있으나, 실무능력을 가진 전문 인력의 수는 시장의 요구에 비해 매우 적다. 영상처리 분야에 실무능력을 갖춘 전문 인력을 양성하기 위해서는 이론 교육과정과 함께 학습한 이론을 실제 영상자료에 적용하고 적용된 결과를 분석해 볼 수 있는 실습과정을 체계적으로 지원할 수 있는 통합된 교육 환경이 필요하다. 본 논문에서는 효율적인 영상처리 교육이 이루어지도록 이론적인 내용과 이론에 따른 다양한 해법을 직접 체험해 볼 수 있고 학습과정에서 얻어진 새로운 아이디어를 쉽게 구현해 볼 수 있는 통합 환경인 MTES(Multimedia Technology Education System)를 제안한다. MTES는 영상처리 개발 환경인 Hello-Vision을 시뮬레이션 환경으로 사용할 수 있도록 수정하였으며, 이론교육환경과 이론과 실습이 체계적으로 이루어지도록 제어하는 제어관리자를 개발하여 효과적인 영상처리 교육 환경이 되도록 개발하였다.

대학 간 통합 웹기반 중환자간호실습 콘텐츠 개발 및 적용 (Development of Web-based Multimedia Contents for the Critical Care Practice of Nursing Students through Inter-College Collaboration)

  • 소향숙;배영숙;김영옥;김수미;강희영;최자윤;양진주;김남영;고은;황선영
    • 성인간호학회지
    • /
    • 제20권5호
    • /
    • pp.778-790
    • /
    • 2008
  • Purpose: This study was conducted to develop Web-based multimedia contents for supporting student nurses' clinical practice on critical care, and to evaluate learners' responses. Methods: Based on the steps of Assessment, Design, Development, Implementation, & Evaluation(ADDIE) model, a total of 13 self-directed learning modules including live lectures and real video clips were developed through faculty collaboration of nine nursing colleges in Gwangju and Chonnam province. The finally developed multimedia contents were published on the Web of the learning management system at a local e-learning center. Results: The Web contents were evaluated after self-learning by 81 junior college nursing students who were encouraged to study it at their own pace during their two-week clinical practice at a medical or surgical intensive care unit of a university hospital and two hospitals. The knowledge (t = -27.66, p < .001) and self-evaluated clinical performance level(t = 7.54, p < .001) were significantly increased after learning of the Web contents and clinical practice, and satisfaction level that measured post-test only was 4.0 out of 5 point. Conclusion: The use of Web contents for critical care need to be extended as a complimentary material in a class room lecture or clinical practice of students to increase their self-learning ability and understandings of clinical knowledge and situation.

  • PDF