• Title/Summary/Keyword: Computer Instruction Method

Search Result 181, Processing Time 0.028 seconds

The Implementation of E-Learning System for Web Service based the Self-Regulated Learning (웹 서비스 기반 자기조절학습을 위한 이러닝 시스템의 구현)

  • Jeong, Hwa-Young
    • The Journal of Korean Association of Computer Education
    • /
    • v.11 no.2
    • /
    • pp.79-87
    • /
    • 2008
  • The self-regulated learning was making an alternative idea to improve a learning effect of student who takes part in a study course. This research aimed the self- regulated learning of E-learning system. Also. in this system, the students were able to select the learning object according to the learning method for improving learning effect that students take part in study spontaneously. And the learning logic was implemented for development efficiency and operation by web service. Finally, the test result of study group who had the similar studying level displayed that the proposal method was better learning effect than exist one.

  • PDF

A Study on Selective Control System for Web-Based Courseware Design (웹기반 코스웨어 설계를 위한 선택형 학습통제방식)

  • Kim, Mi-Kyung;Kang, Yun-Hee;Lee, Ju-Hong
    • Journal of the Korea Society of Computer and Information
    • /
    • v.11 no.1 s.39
    • /
    • pp.119-128
    • /
    • 2006
  • The web based coursewares that are operating currently can not support individual studying capabilities appropriately. To solve this problem, this paper can provide individual students with a tool that makes contents of lessons to be organized according to study subjects, study objective, and study scope by students. And it is designed for study contents to be condensed into a courseware and be operated in a courseware. Also this method can continuously stimulate a study motivation by providing selective control system without a predefined linear study plan. And it also can have the contents of study coincide with their interests and needs. Therefore this method maximizes accomplishments for the study contents and satisfaction for way of study.

  • PDF

On the Development of Microcomputer-Assisted Mathematics Teaching/Learning Method (마이크로 컴퓨터를 이용한 수학 교수.학습법 개발에 관한 연구)

  • Kim Chang Dong;Lee Tae Wuk
    • The Mathematical Education
    • /
    • v.27 no.1
    • /
    • pp.15-23
    • /
    • 1988
  • We are at the onset of a major revolution in education, a revolution unparalleled since the invention of the printing press. The computer will be the instrument of this revolution. Computers and computer application are everywhere these days. Everyone can't avoid the influence of the computer in today's world. The computer is no longer a magical, unfamiliar tool that is used only by researchers or scholars or scientists. The computer helps us do our jobs and even routine tasks more effectively and efficiently. More importantly, it gives us power never before available to solve complex problems. Mathematics instruction in secondary schools is frequently perceived to be more a amendable to the use of computers than are other areas of the school curriculum. This is based on the perception of mathematics as a subject with clearly defined objectives and outcomes that can be reliably measured by devices readily at hand or easily constructed by teachers or researchers. Because of this reason, the first large-scale computerized curriculum projects were in mathematics, and the first educational computer games were mathematics games. And now, the entire mathematics curriculum appears to be the first of the traditional school curriculum areas to be undergoing substantial trasformation because of computers. Recently, many research-Institutes of our country are going to study on computers in orders to use it in mathematics education, but the study is still start ing-step. In order to keep abreast of this trend necessity, and to enhance mathematics teaching/learning which is instructed lecture-based teaching/learning at the present time, this study aims to develop/present practical method of computer-using. This is devided into three methods. 1. Programming teaching/learning method This part is presented the following five types which can teach/learn the mathematical concepts and principle through concise program. (Type 1) Complete a program. (Type 2) Know the given program's content and predict the output. (Type 3) Write a program of the given flow-chart and solve the problem. (Type 4) Make an inference from an error message, find errors and correct them. (Type 5) Investigate complex mathematical fact through program and annotate a program. 2. Problem-solving teaching/learning method solving This part is illustrated how a computer can be used as a tool to help students solve realistic mathematical problems while simultaneously reinforcing their understanding of problem-solving processes. Here, four different problems are presented. For each problem, a four-stage problem-solving model of polya is given: Problem statement, Problem analysis, Computer program, and Looking back/Looking ahead. 3. CAI program teaching/learning method This part is developed/presented courseware of sine theorem section (Mathematics I for high school) in order to avail individualized learning or interactive learning with teacher. (Appendix I, II)

  • PDF

Development of Education Program for Line-Tracer Simulation using Scratch EPL (스크래치 EPL을 활용한 라인트레이서 시뮬레이션 교육 프로그램 개발)

  • Sin, Gap-Cheon;Hur, Kyeong
    • Journal of The Korean Association of Information Education
    • /
    • v.15 no.4
    • /
    • pp.533-542
    • /
    • 2011
  • In this paper, we have selected traveling algorithms of Line-Tracer as the focused learning elements with the PBL-based programming instruction method. Line-Tracer traveling algorithm programming has been simulated using the Scratch EPL. Development of robot web courseware such as Line-Tracer can create an effective educational environment and also provide solutions for lack of environmental conditions, such as time or spatial factor restrictions and excessive expense issues; these are major obstacles to developing robot programming education. Finally, we analyzed the effects on growth of student's logical thinking and problem solving abilities by demonstrating the Scratch application courseware to the field of elementary education.

  • PDF

Study on Low-Latency overcome of Stock Trading system in Cloud (클라우드 환경에서 주식 체결 시스템의 저지연 극복에 관한 연구)

  • Kim, Keun-Heui;Moon, Seok-Jae;Yoon, Chang-Pyo;Lee, Dae-Sung
    • Journal of the Korea Institute of Information and Communication Engineering
    • /
    • v.18 no.11
    • /
    • pp.2658-2663
    • /
    • 2014
  • To minimize low latency and improve the processing speed of the stock trading system, various technologies have been introduced. However, expensive network equipment has limitation for improving speed of trading system. Also, it is true that there is not much advantage by introducing those kind of systems. In this paper, we propose a low-Latency SPT(Safe Proper Time) scheme for overcoming the stock trading system in a cloud. The proposed method minimizes the CPI in order to reduce the CPU overhead that is based on the understanding of the kernel. and this approach satisfies the data timeliness.

Branch Misprediction Recovery Mechanism That Exploits Control Independence on Program (프로그램 상의 제어 독립성을 이용한 분기 예상 실패 복구 메커니즘)

  • Yoon, Sung-Lyong;Lee, Won-Mo;Cho, Yeong-Il
    • Journal of KIISE:Computer Systems and Theory
    • /
    • v.29 no.7
    • /
    • pp.401-410
    • /
    • 2002
  • Control independence has been put forward as a new significant source of instruction-level parallelism for superscalar processors. In branch prediction mechanisms, all instructions after a mispredicted branch have to be squashed and then instructions of a correct path have to be re-fetched and re-executed. This paper presents a new branch misprediction recovery mechanism to reduce the number of instructions squashed on a misprediction. Detection of control independent instructions is accomplished with the help of the static method using a profiling and the dynamic method using a control flow of program sequences. We show that the suggested branch misprediction recovery mechanism improves the performance by 2~7% on a 4-issue processor, by 4~15% on an 8-issue processor and by 8~28% on a 16-issue processor.

A Register-Based Caching Technique for the Advanced Performance of Multithreaded Models (다중스레드 모델의 성능 향상을 위한 가용 레지스터 기반 캐슁 기법)

  • Go, Hun-Jun;Gwon, Yeong-Pil;Yu, Won-Hui
    • The KIPS Transactions:PartA
    • /
    • v.8A no.2
    • /
    • pp.107-116
    • /
    • 2001
  • A multithreaded model is a hybrid one which combines locality of execution of the von Neumann model with asynchronous data availability and implicit parallelism of the dataflow model. Much researches that have been made toward the advanced performance of multithreaded models are about the cache memory which have been proved to be efficient in the von Neumann model. To use an instruction cache or operand cache, the multithreaded models must have cache memories. If cache memories are added to the multithreaded model, they may have the disadvantage of high implementation cost in the mode. To solve these problems, we did not add cache memory but applied the method of executing the caching by using available registers of the multithreaded models. The available register-based caching method is one that use the registers which are not used on the execution of threads. It may accomplish the same effect as the cache memory. The multithreaded models can compute the number of available registers to be used during the process of the register optimization, and therefore this method can be easily applied on the models. By applying this method, we can also remove the access conflict and the bottleneck of frame memories. When we applied the proposed available register-based caching method, we found that there was an improved performance of the multithreaded model. Also, when the available-register-based caching method is compared with the cache based caching method, we found that there was the almost same execution overhead.

  • PDF

A Study on the CAI Development for Vocal Training in Applied Music (보컬 가창 훈련을 위한 CAI 개발 연구)

  • Moon, Won Kyoung;Lee, Seungyon-Seny
    • Journal of the HCI Society of Korea
    • /
    • v.11 no.3
    • /
    • pp.13-22
    • /
    • 2016
  • Vocal and instrument apprenticeship in applied music has been accepted without significant changes since the introduction of applied music education to South Korea. Few discussions or suggestions about other types of teaching than 'one-to-one lessons' or 'education of apprentices by assigned specialists' have been made. Since the introduction of applied music education to South Korea late in the 1980s, the CAI(Computer Aided Instruction) courseware development for applied music education has not actively been under way. The area of applied music has also made rapid progress in terms of music producing or music videos using computers. Actually, the improved computer program is not positively applied to applied music education. This study aimed to present learning methods using the improved functions of music production softwares to improve the traditional apprenticeship system in the area of vocal training in applied music. In particular, it used the technique of auto tune-pitch shift developed for interval correction in sound sources. By giving real-time feedbacks concerning intervals or monitors visually after recording, it intended to present a learning method to induce improvement in accuracy of intervals in vocal training. This study is expected to present a method that allows vocal trainers to overcome temporal and spatial limitations in applied music and make their vocal training more efficient.

Integration of computer-based technology in smart environment in an EFL structures

  • Cao, Yan;AlKubaisy, Zenah M.
    • Smart Structures and Systems
    • /
    • v.29 no.2
    • /
    • pp.375-387
    • /
    • 2022
  • One of the latest teaching strategies is smart classroom teaching. Teaching is carried out with the assistance of smart teaching technologies to improve teacher-student contact, increase students' learning autonomy, and give fresh ideas for the fulfillment of students' deep learning. Computer-based technology has improved students' language learning and significantly motivating them to continue learning while also stimulating their creativity and enthusiasm. However, the difficulties and barriers that many EFL instructors are faced on seeking to integrate information and communication technology (ICT) into their instruction have raised discussions and concerns regarding ICT's real worth in the language classroom. This is a case study that includes observations in the classroom, field notes, interviews, and written materials. In EFL classrooms, both computer-based and non-computer-based activities were recorded and analyzed. The main instrument in this study was a survey questionnaire comprising 43 items, which was used to examine the efficiency of ICT integration in teaching and learning in public schools in Kuala Lumpur. A total of 101 questionnaires were delivered, while each responder being requested to read the statements provided. The total number of respondents for this study was 101 teachers from Kuala Lumpur's public secondary schools. The questionnaire was randomly distributed to respondents with a teaching background. This study indicated the accuracy of utilizing Teaching-Learning-Based Optimization (TLBO) in analyzing the survey results and potential for students to learn English as a foreign language using computers. Also, the usage of foreign language may be improved if real computer-based activities are introduced into the lesson.

A Hybrid Value Predictor using Static and Dynamic Classification in Superscalar Processors (슈퍼스칼라 프로세서에서 정적 및 동적 분류를 사용한 혼합형 결과 값 예측기)

  • 김주익;박홍준;조영일
    • Journal of KIISE:Computer Systems and Theory
    • /
    • v.30 no.10
    • /
    • pp.569-578
    • /
    • 2003
  • Data dependencies are one of major hurdles to limit ILP(Instruction Level Parallelism), so several related works have suggested that the limit imposed by data dependencies can be overcome to some extent with use of the data value prediction. Hybrid value predictor can obtain the high prediction accuracy using advantages of various predictors, but it has a defect that same instruction has overlapping entries in all predictor. In this paper, we propose a new hybrid value predictor which achieves high performance by using the information of static and dynamic classification. The proposed predictor can enhance the prediction accuracy and efficiently decrease the prediction table size of predictor, because it allocates each instruction into single best-suited predictor during the fetch stage by using the information of static classification. Also, it can enhance the prediction accuracy because it selects a best- suited prediction method for the “Unknown”pattern instructions by using the dynamic classification mechanism. Simulation results based on the SimpleScalar/PISA tool set and the SPECint95 benchmarks show the average correct prediction rate of 85.1% by using the static classification mechanism. Also, we achieve the average correction prediction rate of 87.6% by using static and dynamic classification mechanism.