• Title/Summary/Keyword: Logical

Search Result 2,661, Processing Time 0.028 seconds

A Study on Object-Oriented Programming Education for Improving Logical Thinking Ability of Elementary School Students (초등학생의 논리적 사고력 향상을 위한 객체지향 프로그래밍 교육 연구)

  • Park, Kyeong-Mo;Hong, Tae-Jin
    • Journal of Digital Contents Society
    • /
    • v.10 no.2
    • /
    • pp.367-373
    • /
    • 2009
  • Computer programming education helps students understand abstract concepts better and solve given problems independently. Many previous studies on programming education have focused on procedural programming languages such as BASIC and C, but studies on objected-oriented program ming language like JAVA is rare. This paper examines how an architectural neural, objected-oriented JAVA programming study system can improve logical thinking ability and encourage self-led study and stimulate interests in computers among elementary school students. The system has been developed and is suitable for distributed Internet environment. The experiment results demonstrated that the objected-oriented programming education enhances logical thinking ability, exerts a positive impact on student achievement in math and science, and stimulate interests in computers.

  • PDF

Comparison and analysis of typical metrological data by in korea (대한민국의 지역별 표준기상데이터 비교분석)

  • Yoo, Ho-Chun;Noh, Kyoung-Hwan;Kang, Hyun-Gu;Shin, In-Hwan
    • 한국태양에너지학회:학술대회논문집
    • /
    • 2009.11a
    • /
    • pp.361-366
    • /
    • 2009
  • Amid the crisis of global climate change, interest in low carbon and energy-saving building has been increasingly growing. Korea is likely to be designated as one of the countries subject to CO2 reduction under the 'Post-2012 Climate System' The efforts to minimize the building energy has been made and in line with the increasing need of low carbon and eco-friendly building, a demand for building evaluation programs has been on the rise. However, the metro logical data which is necessary for such program has not been effectively provided and moreover, the source, calculation method and period remain uncertain. This study was intended to evaluate the regional typical metro logical data (ISO TRY) provided by Korean Solar Energy Society and compile the month of test reference years (TRY), and analyze the regional weather using dry-bulb temperature, wet-bulb temperature and solar irradiance which are regarded the representative metro logical data.

  • PDF

Estimation of Growth Parameters of Corbicula (Corhiculina) papyracea Heude from Chungpyeong (청평 내수면에 서식하는 엷은재첩, Corbicula (Corbiculina) papyracea Heude의 성장모수 추정)

  • Kwon Dae Hyeon;Kang Yong Joo;Kim Dae Hee
    • Korean Journal of Fisheries and Aquatic Sciences
    • /
    • v.35 no.6
    • /
    • pp.557-562
    • /
    • 2002
  • This study was to estimate population growth parameters of the freshwater bivalve, Corbicula (Corbiculina) papyacca (Heude) in Korea. Samples were collected from Jojong stream in Chungpyeong from September 1999 to August 2000. Ages were determined from the ring of shell, The shell length of the samples ranged from 4,2 mm to 28.1 mm, The ring on the surface of shell was formed once a year from January to March, Marginal increment analysis of shell rings indicated that annuli were formed in June. Spawning period was estimated to be May to August with a peak between June and July through fatness analysis, and thus rings were considered to be true annual marks. Von Bertalanffy's growth parameter were estimated from a nonlinear method with the value of logical maximum shell length ($L_{propto}$) was 34,36 mm, K was 0.1531/year, logical age of shell length 0 ($t_{0}$) was -0,5246 year, and logical maximum total weight ($W_{propto}$) was 11.42 g.

Spanning Tree Aggregation Using Attribute of Service Boundary Line (서비스경계라인 속성을 이용한 스패닝 트리 집단화)

  • Kwon, So-Ra;Jeon, Chang-Ho
    • The KIPS Transactions:PartC
    • /
    • v.18C no.6
    • /
    • pp.441-444
    • /
    • 2011
  • In this study, we present a method for efficiently aggregating network state information. It is especially useful for aggregating links that have both delay and bandwidth in an asymmetric network. Proposed method reduces the information distortion of logical link by integration process after similar measure and grouping of logical links in multi-level topology transformation to reduce the space complexity. It is applied to transform the full mesh topology whose Service Boundary Line (SBL) serves as its logical link into a spanning tree topology. Simulation results show that aggregated information accuracy and query response accuracy are higher than that of other known method.

Scalable Service Placement in the Fog Computing Environment for the IoT-Based Smart City

  • Choi, Jonghwa;Ahn, Sanghyun
    • Journal of Information Processing Systems
    • /
    • v.15 no.2
    • /
    • pp.440-448
    • /
    • 2019
  • The Internet of Things (IoT) is one of the main enablers for situation awareness needed in accomplishing smart cities. IoT devices, especially for monitoring purposes, have stringent timing requirements which may not be met by cloud computing. This deficiency of cloud computing can be overcome by fog computing for which fog nodes are placed close to IoT devices. Because of low capabilities of fog nodes compared to cloud data centers, fog nodes may not be deployed with all the services required by IoT devices. Thus, in this article, we focus on the issue of fog service placement and present the recent research trends in this issue. Most of the literature on fog service placement deals with determining an appropriate fog node satisfying the various requirements like delay from the perspective of one or more service requests. In this article, we aim to effectively place fog services in accordance with the pre-obtained service demands, which may have been collected during the prior time interval, instead of on-demand service placement for one or more service requests. The concept of the logical fog network is newly presented for the sake of the scalability of fog service placement in a large-scale smart city. The logical fog network is formed in a tree topology rooted at the cloud data center. Based on the logical fog network, a service placement approach is proposed so that services can be placed on fog nodes in a resource-effective way.

MBS-LVM: A High-Performance Logical Volume Manager for Memory Bus-Connected Storages over NUMA Servers

  • Lee, Yongseob;Park, Sungyong
    • Journal of Information Processing Systems
    • /
    • v.15 no.1
    • /
    • pp.151-158
    • /
    • 2019
  • With the recent advances of memory technologies, high-performance non-volatile memories such as non-volatile dual in-line memory module (NVDIMM) have begun to be used as an addition or an alternative to server-side storages. When these memory bus-connected storages (MBSs) are installed over non-uniform memory access (NUMA) servers, the distance between NUMA nodes and MBSs is one of the crucial factors that influence file processing performance, because the access latency of a NUMA system varies depending on its distance from the NUMA nodes. This paper presents the design and implementation of a high-performance logical volume manager for MBSs, called MBS-LVM, when multiple MBSs are scattered over a NUMA server. The MBS-LVM consolidates the address space of each MBS into a single global address space and dynamically utilizes storage spaces such that each thread can access an MBS with the lowest latency possible. We implemented the MBS-LVM in the Linux kernel and evaluated its performance by porting it over the tmpfs, a memory-based file system widely used in Linux. The results of the benchmarking show that the write performance of the tmpfs using MBS-LVM has been improved by up to twenty times against the original tmpfs over a NUMA server with four nodes.

A Review on Track Design Standards for Selection of Rule Items for Railway BIM (철도 BIM의 룰 항목 도출을 위한 설계기준 검토)

  • Park, Su-yeul;Bae, Young-hoon;Park, Young-Kon;Kim, Seok
    • Journal of KIBIM
    • /
    • v.12 no.3
    • /
    • pp.30-38
    • /
    • 2022
  • Railway is compsed in various components, such as subgrade, track bed, sleeper, rail, and overhead line, on a linear space. Therefore, comprehensive work for various design standards and guidelines is required when designing a railway facility. For this reason, much time and effort are required to review the relevant design standards and guidelines. While, automatic legal check system for BIM models has been developed in the architectural engineering, it has not been developed in the railway engineering. This study reviews the korean design standard and the korean code for railway engineering, and suggests some rule items of logical information. Comparing the suggested rule items to the railway BIM library, items of logical information and additional attribute information are obtained. The analysis results of railway design standards and BIM library presented in this study would be utilized for defining rule-set items that is essential for development of the automatic legal check system for railway BIM models.

A Study on the Loss Cost of Delayed Weaponization of Weapons System (무기체계 전력화 지연이 미치는 손실비용에 대한 연구)

  • Juhong Park;Myoungjin Choi
    • Journal of Korean Society of Industrial and Systems Engineering
    • /
    • v.46 no.4
    • /
    • pp.321-330
    • /
    • 2023
  • The Korean military has sought to build an all-round military force against the national and international security environment and future asymmetric threats as well as the military threats it faces. However, while raising the need for timely electrification, there are few cases of quantitatively evaluating the loss when electrification is delayed, making it difficult for our military to provide a logical basis to support the importance of the electrification period. Therefore, through this study, we tried to analyze the index of loss cost that can support the need for timely electrification with logical and quantitative data and present it as a logical basis. To this end, the loss cost was calculated in terms of combat efficiency, equipment utilization rate, and maintenance requirements, which can be quantitatively calculated based on "combat readiness," a general impact on the military in case of delayed timely electrification.

A Comparative Study of the Logical Thinking Skills and Integrated Process Skills of Junior High School Students in Korea and Japan (중학생의 논리적 사고력과 통합적 과학탐구 능력에 관한 한.일 비교연구)

  • Soh, Won-Joo;Woo, Jong-Ok
    • Journal of The Korean Association For Science Education
    • /
    • v.14 no.3
    • /
    • pp.312-320
    • /
    • 1994
  • The purpose of this study is to analyze the relationship of logical thinking skills and integrated process skills, and to investigate the differences in general tendency of subskills by grade level and gender between Korean middle school students and Japanese one. The performance level of skills was measured using GALT and TIPS II. The results are compared with those of Japan (Mattheis et al., 1992). Summary of the results are as follow. 1. Percentages of formal and transitional stage of males are more than females in developmental level. It has been found out that the males attained significantly higher scores of logical thinking skills than the females in middle school stage. The significant differences in scores by gender show a good correlation with those for Japanese middle school students. Developmental level of Korean middle school students shows a remarkable improvement as they move up from 8th grade to 9 one. The significant differences in developmental level by grade also show a good correlation with those for Japanese middle school students. Total scores of GALT for Japanese middle school students are higher than Korean one, but it has been found nearly same scores for 9th grade in both countries. Scores of subskills of logical thinking skills, except correlational reasoning, for Korean students show lower than those for Japanese students. It could be noted that the combinatorial reasoning is considered to be easiest and the correlational reasoning to be most difficult in both countries. 2. It also has been found out similar pattern for integrated process skills in both countries because the males and females did not examplify significant differences, although males gain somewhat higher scores than females in Korea. Scores of subskills of integrated process skills for Japanese middle school students show higher them Korean one. It could be noted that the identifying variables is considered to be easiest and stating hypothesis to be most difficult in both countries. 3. There was a significant relationship (r= .65) between logical thinking skills and integrated process skills, and there were statistically significant differences of the integrated process skills for developmental level. In integrated process skills, the students who belong to the higher grade levels acquired better score than who belong to the lower grade level. It has been also found remarkable improvement between 8th and 9th grade, and there are significant differences for grade level in both countries.

  • PDF

Designation of Logical Bicycle Accident Dangerous Zone by Digital Map-Based Accident Characteristics Analysis (디지털 맵 기반 사고특성 분석을 통한 자전거 사고 논리 위험존 설정 연구)

  • Sung, Kwang-mo;Kim, Ki-cheol;Lee, Choul-ki;Kim, Sung-jin;Lee, Jung-uck
    • The Journal of The Korea Institute of Intelligent Transport Systems
    • /
    • v.16 no.1
    • /
    • pp.117-130
    • /
    • 2017
  • Bicycles are leading to serious accidents in the event of a side collision, and it is very important to prevent accidents in advance because it is difficult to actively deal with them in a dangerous situation. As a part of the bicycle safety driving support technology, this study establishes bicycle accidents dangerous zone based on bicycle accident data and road property information of digital map nationwide and provides timely safety information to cyclists. The point selected by using actual accident data was called 'dangerous zone', and the potential accident occurrence point generated by modeling based on this 'dangerous zone' was called 'logical dangerous zone'. As a result of the research on the Designation of Logical Bicycle Accident Dangerous Zone, the regional specificity of the bicycle accident points across the nation was generalized to the form of the logical dangerous zone through the network data.