• Title/Summary/Keyword: computer program works

Search Result 141, Processing Time 0.031 seconds

Development of Think-aloud Program for Acquiring Abstraction Concept

  • Kim, Ji-Yun;Lee, Tae-Wuk
    • Journal of the Korea Society of Computer and Information
    • /
    • v.21 no.12
    • /
    • pp.227-234
    • /
    • 2016
  • In this paper, we propose a think-aloud program for acquiring abstraction concept. Think-aloud is a technique, which is good for teaching higher-order thinking skills to learner. We intend to propose a program for teaching abstraction concept to learners directly, as software education is being reinforced in the current education policy. For the study, we develop a program depending on ADDIE model. According to these steps, we analyzed related works such as computational thinking, think-aloud technique, and direct instructional model. After that, we split and structuralized the learning tasks for achieving a goal. And then, we constructed steps for the instruction and detailed contents of the program. We did a survey for verification to nine experts and we corrected the program according to it.

A graphical user interface for stand-alone and mixed-type modelling of reinforced concrete structures

  • Sadeghian, Vahid;Vecchio, Frank
    • Computers and Concrete
    • /
    • v.16 no.2
    • /
    • pp.287-309
    • /
    • 2015
  • FormWorks-Plus is a generalized public domain user-friendly preprocessor developed to facilitate the process of creating finite element models for structural analysis programs. The lack of a graphical user interface in most academic analysis programs forces users to input the structural model information into the standard text files, which is a time-consuming and error-prone process. FormWorks-Plus enables engineers to conveniently set up the finite element model in a graphical environment, eliminating the problems associated with conventional input text files and improving the user's perception of the application. In this paper, a brief overview of the FormWorks-Plus structure is presented, followed by a detailed explanation of the main features of the program. In addition, demonstration is made of the application of FormWorks-Plus in combination with VecTor programs, advanced nonlinear analysis tools for reinforced concrete structures. Finally, aspects relating to the modelling and analysis of three case studies are discussed: a reinforced concrete beam-column joint, a steel-concrete composite shear wall, and a SFRC shear panel. The unique mixed-type frame-membrane modelling procedure implemented in FormWorks-Plus can address the limitations associated with most frame type analyses.

Survey Analysis on the Application of Computer Software in Landscape Architecture (조경분야에서 컴퓨터 이용의 실태분석)

  • 허상현
    • Journal of the Korean Institute of Landscape Architecture
    • /
    • v.29 no.3
    • /
    • pp.81-89
    • /
    • 2001
  • The purpose of this research is to provide for some useful data for computer-related courses of the landscape science, assuming that computers are being and should be used more and more in landscape architecture and therefore, that landscape science students need to respond positively to such a trend. For this purpose, landscape architecture studios and their landscape architects were surveyed for their computer and its program uses as well as their satisfaction with the utility of computer for their landscape works. The results of this research are as follows; 1) 10.7% of the landscape architects surveyed answered that they had learned about their necessary softwares at school, while 61.6% of the studios surveyed were less satisfied with their employees' poor computing ability. Such findings suggest a lack of computer-related courses in landscape science and therefore, that more computer-related courses should be introduced for landscape science students together with the necessary software education. 2) Too few landscape softwares are being used by the landscape architecture studios; such softwares as AutoCAD, Photoshop, 3D Max, Excel, PowerPoint and 한글 account for more than 90% of the landscape architecture softwares being used currently. Quite naturally, landscape students need to be trained on these softwares above all. 3) It was found hat he area of work using the computer most was ˝design works˝(84.5%), followed by ˝documentation˝(83.8%), ˝image editing˝(75.1%), ˝cost calculation˝(68.2%), ˝presentation˝(68.1%), ˝analysis˝(37.8%) and ˝rendering˝(35%). It was regretable to discover that such areas requiring more computing work as ˝analysis˝ and ˝rendering˝ were still worked manually. So it sis deemed necessary for landscape science courses to enhance their computer education of such areas first of all.

  • PDF

Development of Model for the Analysis of Reinforced Concrete Axi-symmetric structures (철근 콘크리트 축대칭 구조물 해석 모형의 개발)

  • 조진구
    • Magazine of the Korean Society of Agricultural Engineers
    • /
    • v.37 no.2
    • /
    • pp.86-94
    • /
    • 1995
  • This study aimes at developing an analysis model for axisymmetric RC structures on an elastic foundation and also, at checking its practical adaptability through some case studies. The computer program developed in this study is general-purpose one, applicable not only to 8-noded isoparametric elements, but also to 3, 4, 6 and g-noded element cases. And for the economies of input data processing works, automatic system for data prepa- ration including division of elements is included in the computer program. Although these are not exemplified in the case studies, the program developed in this study can be easily applicable without any modification to axisymmetric structures with roof and PC structures.

  • PDF

Constructing the Development of Solids by Personal Computer (개인용 컴퓨터를 이용한 전개도 작성에 관한 연구)

  • 채희창;정인성
    • Transactions of the Korean Society of Mechanical Engineers
    • /
    • v.14 no.2
    • /
    • pp.367-375
    • /
    • 1990
  • A data structure representing 3-D objects was designed for the personal computer. It is very simple to be used in the personal computers which have small memory and low speed. A homogeneous transformation for developing 3-D objects was derived. Each developing procedure consists of five transformations : one translational-three rotational-one translational. Developing a solid is a creative work. So the results of developing vary with the order of surfaces to be developed. One method to reduce the length of seam was considered. The programs used in this study were written in Pascal and Assembly and a modeller that generates 3-D primitives was included. This program is an interactive dual-screen system. While all the menus in Korean are displayed at the monochrome monitor, the development figures with projective views are drawn at the color monitor. The program has wide applications for plate works.

UniPy: A Unified Programming Language for MGC-based IoT Systems

  • Kim, Gayoung;Choi, Kwanghoon;Chang, Byeong-Mo
    • Journal of the Korea Society of Computer and Information
    • /
    • v.24 no.3
    • /
    • pp.77-86
    • /
    • 2019
  • The advent of Internet of Things (IoT) makes common nowadays computing environments involving programming not a single computer but several heterogeneous distributed computers together. Developing programs separately, one for each computer, increases programmer burden and testing all the programs become more complex. To address the challenge, this paper proposes an RPC-based unified programming language, UniPy, for development of MGC (eMbedded, Gateway, and Cloud) applications in IoT systems configured with popular computers such as Arduino, Raspberry Pi, and Web-based DB server. UniPy offers programmers a view of classes as locations and a very simple form of remote procedure call mechanism. Our UniPy compiler automatically splits a UniPy program into small pieces of the program at different locations supporting the necessary RPC mechanism. An advantage of UniPy programs is to permit programmers to write local codes the same as for a single computer requiring no extra knowledge due to having unified programming models, which is very different from the existing research works such as Fabryq and Ravel. Also, the structure of UniPy programs allows programmers to test them by directly executing them before splitting, which is a feature that has never been emphasized yet.

NUMERICAL METHOD FOR THE ASTRONOMICAL ALMANAC AND ORBIT CALCULATIONS (천체력 및 궤도 계산법)

  • Kim, Gap-Seong
    • Publications of The Korean Astronomical Society
    • /
    • v.8 no.1
    • /
    • pp.137-151
    • /
    • 1993
  • We have calculated the astronomical almanac 1994 and simulated the trajectory of a satellite orbit considering all perturbative forces with various initial conditions. In this work, Gauss Jackson multistep integration method has been used to calculate our basic equation of motion with high numerical accuracy. It has beer. found that our results agree well with the Astronomical Almanac Data distributed by JPL of NASA and the orbit simulations have been carried out with fast speed, stability and excellent round-off error accumulation, comparing with other numerical methods. In order to be carried out our works on almanac and orbit calculations easily by anyone who uses a personal computer, we have made a computer program on graphical user interface to provide various menus for detail works selected by a mouse.

  • PDF

Capacitive sensor for the detection of residual quantity of intravenous drip solution in a plastic intravenous bag

  • Wei, Qun;Woo, Sang-Hyo;Mohy-Ud-Din, Zia;Kim, Dong-Wook;Won, Chul-Ho;Cho, Jin-Ho
    • Journal of Sensor Science and Technology
    • /
    • v.19 no.4
    • /
    • pp.271-277
    • /
    • 2010
  • Intravenous(IV) drip therapy is extensively used for all kinds of treatments. It works by delivering medicine directly into the vein. When the medicine has been fully dispensed, a dangerous situation occurs since air in the IV drip bag could enter the patient's vein, which is hazardous to the patient’s safety. In this paper, using capacitive sensors to detect the residual quantity of a plastic IV drip pack is proposed. A simulation model of this technology was shown by a finite elements analysis(FEA) program to find out its feasibility and analyze the proper geometrical dimension of a capacitive sensor. According to the FEA simulation, 3 kinds of capacitive sensors were attached to the bottom surface of the plastic IV drip bag to detect the residual quantity in the experiment. Experimental data showed an agreement with the FEA simulation model estimation and confirmed that the sensor works.

Development and Application of a Computer Program for the Analysis of Heat Transfer and Fluid Flow of Water Body: Lake and Primary Clarifier (水體 熱流動 數値解析 프로그램 개발 및 응용 : 湖沼, 일차침전조)

  • 박병수;김경미
    • Water for future
    • /
    • v.29 no.6
    • /
    • pp.141-154
    • /
    • 1996
  • A computer program is developed in order to investigate the fluid flow and heat ransfer of a water body in a 2-D vertical rectangular coordinate. The specific purpose of this study is to obtain a physical insight of several fluid flow problems which occur in a lake and the water and wastewater treatment facility like a primary clarifier. The performance of computer program developed is successfully evaluated by the comparison of other two experimental and computational data in open literature : the first comparison is made against the numerical data associated with the cooling water discharge and the other is numerical and experimental works for the primary clarifier of Sarina City at Ontario. Further, the computer program is applied to investigate the feature of lake flow, say lake turnover, and 2-D vertical channel flow in terms of temperature, wind velocity and flow rate, etc. The computational results appear to be physically acceptable and consistent. The computer program developed in this study shows the possibility of the viable tool to figure out the flow characteristics of water reservoir.

  • PDF

A Study on Application of RIMS for City Rail-road Management and Ordering Programs. (도시철도차량 운영 및 발주관련 프로그램의 RIMS 적용)

  • Jeon, Seo-Tak;Kim, Hyun-Cheol;Lee, Do-Sun
    • Proceedings of the KSR Conference
    • /
    • 2008.06a
    • /
    • pp.1301-1307
    • /
    • 2008
  • The Seoul-Metro is the first city railroad corporation to operate RIMS(Rolling-stock Information Maintenance System). The development of "RIMS Project" and trial running task were started from Mar 29, 2001. Finally, this project was completed successfully on Dec 31, 2005, as integrated systems including light or heavy maintenance works in Ji-Chuk and Chang-Dong Rolling-stock Offices. After that, from 2006 to Dec 31, 2007, we promoted a this new program to other four rolling-stock offices (Su-Seo, Gun-Ja, Sin-Jeong) and the headquarter. For the duration of trial running, we developed and applied new complementary program having made up for the weak points or defects. The series of new program which were newly developed and applied are comprised of an operation management, trouble management, wheel management, heavy maintenance table automatic creation programs and ordering prediction programs to purchase goods smoothly. The Seoul-Metro have registered these programs(RIMS) to Computer Program Protection Committee. We'd like to introduce a composition of program for enhancement of a city railroad Information Systems.

  • PDF