• Title/Summary/Keyword: 개념문제이용

Search Result 1,308, Processing Time 0.033 seconds

An Instructional Learning of Algorithm using a Mathematics (수학 문제를 활용한 알고리즘 교수학습)

  • Rim Hwa-Kyung;Jeon Soung-Soon
    • Proceedings of the Korea Information Processing Society Conference
    • /
    • 2006.05a
    • /
    • pp.767-770
    • /
    • 2006
  • 초등학교에서의 컴퓨터 교육의 방향은 컴퓨터의 원리를 바르게 이해하고 활용하며, 이를 통해 문제해결능력을 기르는 것이다. 본 논문에서는 컴퓨터의 원리 중에서 가장 중요한 알고리즘 개념에 대하여 초등학교 4학년 수학-나 여러 가지 문제 푸는 방법 찾기 단원을 기반으로 문제중심활동 방법을 이용하여 수업을 설계하고 현장에 적용하였다. 적용 결과를 통하여, 수학문제를 이용한 알고리즘 학습이 기존의 교수방법보다 효과가 있음을 보인다.

  • PDF

The Effects of Discussion Learning Using 'Concept Cartoons' on Middle School Students' Learning Attitude and Achievement (개념 만화를 이용한 토의학습이 중학생들의 과학 학습 태도와 학업 성취도에 미치는 영향)

  • Kim, Sung-Won;Kim, Eun-Mi
    • Journal of The Korean Association For Science Education
    • /
    • v.21 no.2
    • /
    • pp.299-315
    • /
    • 2001
  • In this modern society, the students should be able to recognize problems for themselves, and search the information which is valuable for them, and apply and utilize it. For these, we analyzed the effect of the discussion learning using the concept cartoons on the students' learning attitude and achievement. Even though there was no meaningful difference in the achievement between the experimental group and the control group, it was found that the discussion learning using the concept cartoons could be one of the ways that improve the students' problem solving ability. The fact that there was the significant affirmative effect on the students' positiveness when they were solving the problems was also found.

  • PDF

페트리 네트와 퍼지 개념을 이용한 자동 조립 시스템 제어

  • 고인선;전광호
    • ICROS
    • /
    • v.1 no.3
    • /
    • pp.92-100
    • /
    • 1995
  • 본 연구에서는 페트리 네트를 사용하여 모델링된 이산 사건 시스템의 제어시 발생하는 충돌 현상을 해결하기 위하여 퍼지 개념을 사용하였다. 이를 통하여 페트리 네트로 시스템을 제어할 경우 발생하는, 큰 문제점인 외부 시스템과의 데이터 입출력 설정의 어려움을 해결하는 방법을 보였다. 또한 제시된 규칙 행렬의 단순성으로부터 쉽게 충돌 현상하의 우선 순위를 변화시킬 수 있다. 시스템을 제어하는 전문가의 지식이 모호하여 단순히 상수값으로 우선순위를 표현할 수 없는 경우에는 퍼지개념을 이용하여 해결하였다. 이러한 방법들은 소규모의 모터 자동 조립 시스템을 제어하는데 부품의 수량, 작업의 대기 상태를 퍼지화하여 규칙행렬을 만들어 제어신호를 발생시켰다. FMS, CIM을 제어할 때 발생하는 Scheduling 문제도 본 논문의 방법을 사용하면 해결할 수 있다고 본다.

  • PDF

ZFC and Non-Denumerability (ZFC와 열거불가능성)

  • An, Yohan
    • Korean Journal of Logic
    • /
    • v.22 no.1
    • /
    • pp.43-86
    • /
    • 2019
  • If 1st order ZFC is consistent(has a model($M_1$)) it has a transitive denumerable model($M_2$). This leads to a paradoxical situation called 'Skolem paradox'. This can be easily resolved by Skolem's typical resolution. but In the process, we must accept the model theoretic relativity for the concept of set. This relativity can generate a situation where the meaning of the set concept, for example, is given differently depending on the two models. The problem is next. because the sentence '¬denu(PN)' which indicate that PN is not denumerable is equally true in two models, A indistinguishability problem that the concept <¬denu> is not formally indistinguishable in ZFC arise. First, I will give a detail analysis of what the nature of this problem is. And I will provide three ways of responding to this problem from the standpoint of supporting ZFC. First, I will argue that <¬denu> concept, which can be relative to the different models, can be 'almost' distinguished in ZFC by using the formalization of model theory in ZFC. Second, I will show that <¬denu> can change its meaning intrinsically or naturally, by its contextual dependency from the semantic considerations about quantifier that plays a key role in the relativity of <¬denu>. Thus, I will show the model-relative meaning change of <¬denu> concept is a natural phenomenon external to the language, not a matter of responsible for ZFC.

Simplification of Parallel Programming Concept LINDA (병렬 프로그래밍 개념 LINDA의 간편화)

  • 박영환
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 2000.10c
    • /
    • pp.642-644
    • /
    • 2000
  • 본 논문은 병렬 프로그래밍 개념 LINDA에서 read()와 in() 프리미티브의 역전에 따른 데드락 문제를 read() 프리미티브를 제거하고 in() 프리미티브와 튜플에 계수(counter) 필드를 추가하는 간편화를 통하여 해결하는 방법에 대하여 기술한다. 기존의 LIMDA 개념에서 read()와 in() 프리미티브의 차이는 전자는 튜플을 읽기만 하고 후자는 읽은 후 그 튜플을 지운다는 점에 있다. 결국 같은 튜플에 대하여 in() 프리미티브가 먼저 실행된다면 read() 프리미티브의 서비스를 요구한 프로세스는 한없이 기다리게 되는 문제가 있다. 따라서 각 프리미티브를 사용해야 하는 시점을 사용자가 주의 깊게 결정해야 하지만 이것이 병렬 프로그램의 개발에서는 그리 쉬운 일이 아니다. 따라서 본 논문에서는 read(0와 in() 프리미티브 2가지를 결합하여 in() 프리미티브 한가지와 튜플에 추가된 counter 필드를 이용하여 이 문제를 해결할 수 있는 방법을 소개한다.

  • PDF

An Alignment method for Extracting English-Korean translations of term constituents (정렬기법을 이용한 전문분야 조어단위 대역쌍 추출)

  • 오종훈;황금하;최기선
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 2003.10a
    • /
    • pp.529-531
    • /
    • 2003
  • 전문용어는 전문분야의 개념을 표현하는 언어적 표현이다. 전문용어의 조어단위는 전문용어를 구성하는 최소의 형태적 단위이다. 이러한 조어단위는 전문용어의 의미를 파악하는데 중요할 뿐만 아니라 전문분야 문서에 대한 기계번역과 같은 작업에 중요한 언어자원으로 사용될 수 있다. 하지만‘조어단위와 개념단위의 불일치 문제’, 조어 단위의‘동형이의어’,‘동의이형어’문제 등으로 인하여, 하나의 전문분야 개념을 나타내는 조어단위들의 덩어리를 파악할 필요가 있다. 본 논문에서는 이러한 문제점을 조어분석 된 한영 대역 전문용어사전에 대한 한국어-영어 조어단위 정렬문제로 해결하고자 한다. 본 논문의 기법은 97%의 정확률로 조어단위 간의 정렬을 수행하였다.

  • PDF

Indexing Scheme for Case-Based Designs using Memory-Based Learning (기억기반학습을 이용한 사례기반설계시 참조사례의 인덱싱)

  • Gang, Jae-Ho;Ryu, Gwang-Ryeol;Lee, Dong-Gon
    • Journal of KIISE:Computing Practices and Letters
    • /
    • v.5 no.1
    • /
    • pp.79-87
    • /
    • 1999
  • 사례기반추론(Case-Based Reasoning , CBR)은 새로운 문제가 주어질 때 과거의 유사한 문제 해결 사례를 기반으로 그 해법을 적절히 변용함으로써 새로운 문제에 적합한 해결책을 효율적으로 도출하고자 하는 문제 해결 접근 방법이다. 사례기반설계는 사례기반추론을 설계에 응용한 방법으로 유사한 요구 조건하에서 설계된 과거사례를 설계에 참고 및 활용하는 방법으로 선박개념설계 등 여러 분야에서 활용하고 있다. 이러한 사례기반설계기법을 이용하여 효율적으로 고품질의 설계를 도출하기 위해서는 설계하고자 하는 대상의 설계상의 요구조건과 부합되는 사례를 적절히 선정해야 하고, 선정된 사례와 현 설계조건과의 차이점을 명확하게 인지하여 현 상황에 맞게 변용할 수 있어야 한다. 본 논문에서는 과거 사례 선정 기록을 활용하여 그 선정 경향을 기억기반학습기법을 이용하여 학습함으로써 새로운 설계 시 적절한 사례를 선정하는 인덱싱 기법을 제시한다. 사례기반설계의 전형적인 예인 선박개념설계에서 설계 시 참조용도로 사용할 실적선을 선정하는 문제에 적용하여 실험에 본 결과 decision tree 나 간단한 휴리스틱을 적용하여 참조사례를 제시한 방법에 비해 본 논문에서 제시하는 기억기반학습을 적용한 방법이 우수함을 확인하였다.

법제코너- 디지털콘텐츠의 저작권 문제 ①

  • Seong, Seon-Je
    • Digital Contents
    • /
    • no.7 s.134
    • /
    • pp.124-128
    • /
    • 2004
  • 초기 저작권은 낱말 뜻 그대로 카피할 권리(right to copy), 즉 복사권을 의미했다. 그러나 IT의 발전과 더불어 방송권, 영화 판권 등이 이에 포함됐으며, 새로운 이용방법의 발달과 더불어 대여권이 저작권의 내용으로 논의되기에 이르렀다. 이렇듯 저작권은 사이버스페이스의 등장과 더불어 확장일로에 있으며 새로운 해석과 개념정립이 요구되고 있다. 특히 최근 들어 정보화사회로 나아가면서 지적재산권의 개념은 정보 자체를 보호대상으로 하기 위해 본질적인 면까지 바꾸면서 정보재산권으로 발전하고 있다. 여기서는 디지털콘텐츠를 둘러싸고 벌어지는 저작권을 포함한 지적재산권 등 주요 법적인 문제를 일반인이 쉽게 이해할 수 있도록 사례 중심으로 설명한다.

  • PDF

법제코너- 디지털콘텐츠의 저작권 문제 ②

  • Seong, Seon-Je
    • Digital Contents
    • /
    • no.8 s.135
    • /
    • pp.114-118
    • /
    • 2004
  • 초기 저작권은 낱말 뜻 그대로 카피할 권리(right to copy), 즉 복사권을 의미했다. 그러나 IT의 발전과 더불어 방송권, 영화 판권등이 이에 포함됐으며, 새로운 이용방법의 발달과 더불어 대여권이 저작권의 내용으로 논의되기에 이르렀다. 이렇듯 저작권은 사이버스페이스의 등장과 더불어 확장일로에 있으며 새로운 해석과 개념정립이 요구되고 있다. 특히 최근 들어 정보화사회로 나아가면서 지적재산권의 개념은 정보 자체를 보호대상으로 하기 위해 본질적인 면까지 바꾸면서 정보재산권으로 발전하고 있다. 여기서는 디지털콘텐츠를 둘러싸고 벌어지는 저작권을 포함한 지적재산권 등 주요 법적인 문제를 일반인이 쉽게 이해할 수 있도록 사례 중심으로 설명한다.

  • PDF

The relationship among Emotional Intelligence, Critical Thinking Disposition, Professional Self-Concept and Problem Solving Skills for Nursing Students (간호대학생의 감성지능, 비판적 사고성향, 전문직 자아개념 및 문제해결능력 간의 관계)

  • Lee, Oi Sun;Noh, Yoon Goo
    • Journal of Digital Convergence
    • /
    • v.15 no.12
    • /
    • pp.349-358
    • /
    • 2017
  • This study was done to identify the relationship between emotional intelligence, critical thinking disposition professional self-concept and problem solving skills of nursing students. Subjects were 212 associate nursing students associate nursing students(3rd and 4th grade) in Korea. The data were collected using self -report questionnaire from February 20 to March 30, 2017. Data were analyzed by frequencies, t-test, ANOVA, Pearson's correlation using SPSS Win 18.0. The score for emotional intelligence was 3.59, critical thinking disposition scoring 3.47, professional Self-Concept scoring 3.45 and problem solving skills scoring 3.45. Problem solving skills were significantly strong positive correlation with emotional intelligence(r=.68, p<.001), critical thinking disposition(r=.77, p<.001), Professional Self-Concept(r=.66, p<.001) in nursing students. Emotional intelligence, critical thinking disposition and professional self-concept explained 65.1% of total variance of problem solving skills of nursing students. Therefore, To increase problem solving skills of nursing students, it is necessary to develop and test the program for increase emotional intelligence, critical thinking disposition and professional self-concept of nursing students.