• 제목/요약/키워드: Order of instruction

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

레지스터 재활용 사슬의 체계적 생성 (A Systematic Generation of Register-Reuse Chains)

  • 이혁재
    • 대한전기학회논문지:전력기술부문A
    • /
    • 제48권12호
    • /
    • pp.1564-1574
    • /
    • 1999
  • In order to improve the efficiency of optimizing compilers, integration of register allocation and instruction scheduling has been extensively studied. One of the promising integration techniques is register allocation based on register-reuse chains. However, the generation of register-reuse chains in the previous approach was not completely systematic and consequently it creates unnecessarily dependencies that restrict instruction scheduling. This paper proposes a new register allocation technique based on a systematic generation of register-reuse chains. The first phase of the proposed technique is to generate register-reuse chains that are optimal in the sense that no additional dependencies are created. Thus, register allocation can be done without restricting instruction scheduling. For the case when the optimal register-reuse chains require more than available registers, the second phase reduces the number of required registers by merging the register-reuse chains. Chain merging always generates additional dependencies and consequently enforces the execution order of instructions. A heuristic is developed for the second phase in order to reduce additional dependencies created by merging chains. For matrix multiplication program, the number of registers resulting from the first phase is small enough to fit into available registers for most basic blocks. In addition, it is shown that the restriction to instruction scheduling is reduced by the proposed merging heuristic of the second phase.

  • PDF

중학교 통계를 중심으로 한 웹사이트 개발 및 적용에 관한 연구 (A Study on Development and Application of Web Site for Learning Statistics in the Middle School)

  • 류희찬;정부자
    • 대한수학교육학회지:수학교육학연구
    • /
    • 제8권2호
    • /
    • pp.635-650
    • /
    • 1998
  • The purpose of this study is to develope a web site of statistics closely related to real life in the information society and to analyze the achievement and the response of the students about WBI between the web based instructiongroup and the traditional instruction group after applied the developed web site. The conclusions drawn from the results of this study are as follows: First, as compared the web based instructionclass with the traditional instruction class there was a significant difference in the high class but not in the low class. And there was a higher level of the achievement in the web based instruction classes than the traditional classes. Therefore, it is certain that the achievement will not fall through the web based instruction is applied. Second, the results of the investigated response using the paper sheets in order to see the response of the students about the web based instruction is that there was a more effect related to the interest and understand of studying in the web based instruction than in the traditional instruction. As synthesizing these study results, there will be a positive effect on the mathematical achievement as well as the interest of students about mathematics if the web based instruction is properly used.

  • PDF

고등학생들의 생물 오개념 처치를 위한 수업모형 연구 (A Study of Science Teaching Models for Management Biological Misconceptions on High School Students)

  • 정완호
    • 한국과학교육학회지
    • /
    • 제17권3호
    • /
    • pp.333-343
    • /
    • 1997
  • The purpose of the present study was to investigate an appropriate instructional model in order to remedy students' misconception. As hypotheses of this study, three instructional models, cognitive conflicting, hypothesis testing, and learning cycle models, on biological 'osmosis' concept were tested in 176 high school students. Results of the present study are as follows: 1. All groups used one of three instructional models showed a statistically significant improvement in conceptual change on the 'osmosis' concept between before and after the instruction. In addition, the three hypothesized instructional models were more effective in conceptual change than a traditional expository instruction. 2. There was a statistically significant difference among three experimental groups. Cognitive conflicting model and hypothesis testing model was more effective than learning cycle models. 3. An interviewing after instruction showed that students who had scientific concept on the 'osmosis' through the instruction could effectively apply the concept to other context more than students who had no scientific concept through instruction. The present study indicated that instructional model play an important role on students' conceptual change in science classroom. According to the result of this study, the instruction emphasizing students' active participation in class and scientific reasoning process is more appropriate to remedy misconception that the instruction using students' passive participation in class and expository teaching procedure. This study also indicated that students' concept acquired through instruction is one of important factors to apply it to other context.

  • PDF

스쿠버다이빙 지도자의 전문성과 지도자신뢰 및 지도효율성의 관계모형 분석 (Study on Relational Model of Scuba Diving Instructors' Expertise, Instructor Reliability and Instruction Efficiency)

  • 소훈;유현조;황영성
    • 수산해양교육연구
    • /
    • 제27권5호
    • /
    • pp.1436-1446
    • /
    • 2015
  • This study aims to understand how scuba diving instructors' expertise, instructor reliability and instruction efficiency are related to each other. In order to achieve the research goal, the study used a multi-stage stratified cluster sampling method and collected valid samples from 400 individuals at age of 20 and older who were scuba diving in scuba diving clubs in Busan, Gyeongnam, Gyeongbuk, Jeonnam and Jeonbuk. The 400 valid samples were applied to the data analysis. The study used SPSS 21.0 for processing the gathered data via a frequency analysis, a reliability analysis and a correlation analysis and in order to verify the hypotheses, the study applied AMOS 21.0 and conducted a confirmatory factor analysis and a structure equation model analysis. Findings that the study had extracted are summarized as follows. First, the study confirmed that the scuba diving instructors' expertise has a positive effect on the instructor reliability. Second, the scuba diving instructors' expertise was reported to positively influence the instruction efficiency. Third, the results revealed that the scuba diving club members' reliability in the instructors has a positive influence on the instruction efficiency.

Register Pressure를 고려한 다중 출력 명령어를 위한 개선된 코드 생성 방법 (Register Pressure Aware Code Selection Algorithm for Multi-Output Instructions)

  • 윤종희;백윤흥;고광만
    • 정보처리학회논문지A
    • /
    • 제19A권1호
    • /
    • pp.45-50
    • /
    • 2012
  • 최근 내장형 프로세서가 다양한 휴대 기기에서 사용이 급격히 증가됨에 따라, 빠른 수행 속도와 저전력을 지원하는 내장형 프로세서를 제작하기 위해 대상 응용 프로그램에 최적환 된 설계가 요구되고 있다. 이를 위해, 프로세서들은 다중 출력 명령어형태의, 특별한 명령어들을 추가하고 있다. 여기서 다중 출력 명령어란 다수의 결과값을 병렬적으로 출력하는 명령어를 말한다. 하지만, 이러한 다중 출력 명령어들은 기존 컴파일러에서 생성하지 못하는 문제점이 있다. 그래서, 이를 위한 컴파일 알고리즘이 개발되었지만, 이 알고리즘에서는 register pressure를 고려하지 않아서 최적의 성능을 발휘할 수가 없었다. 본 논문에서는 register pressure를 고려하는 알고리즘을 새롭게 제안하고, 그 결과 기존 알고리즘에 비해서 평균 3%의 코드 사이즈 감소와 2.7% 수행 시간 향상을 더 이룰 수 있었다.

소규모학급의 교육방법 다양화를 위한 국민학교 시설 활용에 관한 연구 - 포천군 국민학교를 중심으로 - (A Study on the Utilization of Educational Facilities in a Small Size Class Primary School for Diversifying Instruction Methods)

  • 이경희
    • 교육시설
    • /
    • 제1권2호
    • /
    • pp.33-46
    • /
    • 1994
  • This paper inquires into the most desirable measures which can diversify instruction-learning methodsand take advantage of educational facilities in order to carry out both education for the whole man and individualized instruction in a smallscale class primary school. For this purpose, this paper makes investigation into thirty primary schools at Pochon district(including one branch school) and analyzes the contents of investigation into as follows: 1) the general present status of primary schools at Pochon district educational facilities, 2) the educational environment and educational facilities, 3) the instructional systems design and instructional media, 4) the educational facilities for the scale of applying instructional media. And then, on the side of educational facilities, This paper makes proposal for eight accessible alternatives which diversify instruction learning methods and enforce individualized instruction (=open education) without expanding or reconstructing on alarge scale a building of the existing small-scaleprimary schools.

  • PDF

지도설명의무 - 판례 경향을 중심으로 - (The Instruction Explanation Obligation - Focusing on Cases -)

  • 이정선
    • 의료법학
    • /
    • 제14권2호
    • /
    • pp.143-172
    • /
    • 2013
  • In order to achieve the purpose of treatment for patients by a doctor, the instruction explanation obligation, which means that he should give patients the description in more details to prepare for postoperative sequelae or complications, is common with the advice explanation obligation as a doctor should ex-plain some information to patients. Since the advice explanation obligation is the benefit and protection of the law for self determination right, but the instruction explanation obligation is one for the integrity of body and life, one can be distinct from the other. Judgments giving the instruction on the concept of instruction explanation obligation, specific methods of implementation and a range of compensation for damage are recently being made by courts at all levels including the Supreme Court. It is the time to systematize them. The contents which have been mainly discussed so far include the essence of above mentioned instruction explanation obligation. However, when the tendency of practice is considered, the efforts are required to admit the organic relevance between instruction explanation obligation and advice explanation obligation and to explain the relationship without any contradiction. For whereabouts of li-ability of proof, patients theoretically demonstrate the failure to implement it. However, when the theoretical consistency is maintained, it is likely to fail the intent to recognize the instruction explanation obligation and it may ask patients to prove something impossible to be proven. Thus, these things should be considered. Moreover, as the instruction explanation obligation is associated with medicine instruction obligation of a pharmacist and the coverage is being extended, it is the time to require the systematic study on the theoretical limit.

  • PDF

Effects of Prereading Treatments on Low Level EFL Readers' Comprehension of Expository Texts

  • Chin, Cheongsook
    • 영어어문교육
    • /
    • 제16권3호
    • /
    • pp.1-18
    • /
    • 2010
  • This study examined the effects of previewing and providing background knowledge on low level EFL readers' comprehension of expository texts and their responses to these treatments. 130 college freshmen were randomly placed into one of three treatment groups and read two expository texts reflecting unfamiliar cultural information. Prior to reading, one group was given previewing instruction, which included vocabulary preteaching and summaries, and a second group was provided with culture-specific background knowledge through watching videos and slides. The third group read each text without any prereading instruction. Immediately after reading a passage, subjects answered a 10-item multiple-choice test. Results showed significant positive effects of the previewing treatment and weak positive effects of the providing background knowledge treatment. Students' responses on the questionnaires revealed that the majority felt that the experimental treatments contributed to comprehension enhancement, made reading more enjoyable, and expedited their reading process. Students in the control group, however, indicated that they needed explicit prereading instruction in order to understand the texts. Pedagogical implications of the findings for EFL reading instruction are provided.

  • PDF

The Effectiveness of Streaming Video with Web Based Text in Online Course: Comparative Study on Three Types of Online Instruction for Korean College Students

  • HEO, JeongChul;HAN, Su-Mi
    • Educational Technology International
    • /
    • 제14권1호
    • /
    • pp.1-26
    • /
    • 2013
  • This study is to identify whether three types of online instruction (text-based, video-based, and video-based instruction without text) and age category have a different influence on students' comprehension and motivation. Online students were randomly assigned to one of six groups, and they attended two-week online lectures via Course Management System. The comprehension test and the short form of IMMS were implemented when 114 participants accomplished two-week online lectures. The results revealed that using instructional video in online instruction is more effective instructional medium than text only in order to promote learner's motivation. Besides, older adults aged 41-60 are significantly different from younger adults (21-40 years old) in terms of students' comprehension. Furthermore, three types of online instructions are likely to be influenced by age category.

영어교과에서의 전략 지도(Strategy Instruction)의 효과: 메타분석 (Effects of Strategy Instruction in English Language Teaching: A Meta-analysis)

  • 이제영
    • 한국콘텐츠학회논문지
    • /
    • 제18권10호
    • /
    • pp.298-305
    • /
    • 2018
  • 본 연구는 영어 교과에서의 전략 지도의 효과를 메타분석을 통해 종합하여 살펴보는 것을 목적으로 한다. 이를 위해 총 46개 연구에 포함된 55개의 개별 연구 사례를 선정하여 메타분석을 실시하였고, 전략 지도에 대한 평균 효과크기를 산출하여 전략 지도가 영어 능력과 정의적 영역 등 영어 학습에 미치는 효과를 살펴보았다. 또한 연구대상, 처치 기간을 포함한 조절변인과 영어능력, 정의적 영역 등의 종속변인을 설정하여 변인별로 평균 효과크기에 통계적으로 유의한 차이가 있는지 검증하였다. 분석 결과 전략 지도의 중간 효과보다 조금 큰 수준을 나타내었으며(d=.536, p=.000), 조절변인과 종속변인별로 산출한 평균 효과크기 사이에는 통계적으로 유의한 수준의 차이가 없었다. 마지막으로 연구 결과를 근거로 영어교육 분야에서의 전략 지도와 관련한 후속 연구를 위한 제언을 논의하였다.