• 제목/요약/키워드: computer programming,

검색결과 2,147건 처리시간 0.028초

기초적인 프로그래밍 교육을 위한 컴퓨터 언어의 특성 및 개발 환경의 임상적 비교 분석 (Clinical Comparative Analysis of Characteristics of Computer Programming Languages and their Development Environments for Basic Programming Education)

  • 강대기
    • 공학교육연구
    • /
    • 제15권3호
    • /
    • pp.66-71
    • /
    • 2012
  • In this paper, we try to explore basic factors that defines easy-to-learn programming language and easy-to-learn development environments for novice students who have not been exposed to computer programming language education. For these purpose, we investigate and analyze computer programming languages that are widely used in industrial environments, and present the summary and analyzed results. From the experimental results, most novice programmers understand computer programming languages in terms of procedural programming languages rather than in terms of functional programming languages or object oriented programming languages. Furthermore, we have found that, for effective education of basic level programming languages, factors of development environments are much more important than factors of programming paradigms that the computer programming languages are based on.

A Study on Programming Ability Assessment Tool Development for the No-Programming Experienced

  • Jun, Woochun
    • International Journal of Internet, Broadcasting and Communication
    • /
    • 제9권1호
    • /
    • pp.56-63
    • /
    • 2017
  • Programming is very important subject in computer science and similar computer-related areas such as electronics engineering, etc. Programming is also important for information education for elementary, middle, and high school students since programming is one of the most basic subjects in computer science courses and other similar areas. In current information and knowledge society, raising programming ability is a key factor for everyone's competitiveness. With highly-competitive programming ability, one can enjoy his or her daily life abundantly. He or she also can get a highly-paid job, and make money using his or her programming ability. In this paper, a programming ability assessment tool is developed and introduced for the no-programming experienced. It is very difficult to test programming ability for the no-programming experienced with non-programming tools or activities. In this paper, a programming ability assessment tool is developed based on logical thinking ability. Especially the proposed tool consists of 15 questions for test one's logical thinking ability. The tool does not require any computer science or programming background. The proposed tool will be helpful as criteria for entrance examination or job screening examination for programming-related areas or subjects.

A Case Study of Puzzle Solving Applied to Programming Practice

  • Kang, Dae-Ki
    • 공학교육연구
    • /
    • 제13권2호
    • /
    • pp.3-6
    • /
    • 2010
  • In this paper, we report a case study of applying puzzle solving as a programming practice. There are many students, who have attended computer programming language courses, have had difficulties in accomplishing the course assignments. It is because just following and citing the programming language course materials is not sufficient for constructing computer programs. Many professional developers have stated that computer programming for small problems is an art of puzzle solving, where developing enterprise-size computer programming projects involves architectural insights which are already dealt in software engineering literatures. Following those backgrounds, we have explored the applicability of puzzle solving in a C++ object oriented programming course and have reported the results. The experimental results show that puzzle solving is effective to the students who are interested in computer programming and have at least beginner-level knowledge and expertise, but it turned out that puzzle solving assignments still does not draw much attention of the students who are not seriously interested in computer programming.

  • PDF

안드로이드 앱 인벤터를 활용한 컴퓨터 프로그래밍 교육 (Computer Programming Education using App Inventor for Android)

  • 김병호
    • 한국정보통신학회논문지
    • /
    • 제17권2호
    • /
    • pp.467-472
    • /
    • 2013
  • 스마트폰의 대중화로 이전 어느 때보다 컴퓨터와 컴퓨터 프로그래밍에 대한 관심이 높아지고 있다. 반면 대부분의 컴퓨터 관련 학과에서 첫 프로그래밍 언어로 가르치고 있는 C++나 자바 언어는 학생들이 이해하기에 쉽지 않다. 본 논문에서는 컴퓨터 관련전공 학생들의 컴퓨터 프로그래밍 분야에 대한 관심을 높이기 위한 첫 프로그래밍 언어로써 안드로이드 앱 인벤터를 활용하는 방안과 교육과정을 제시하였다. 교육 분석 결과를 통해 본 교육과정이 컴퓨터 프로그래밍에 대한 관심을 높이고 스마트폰 앱 개발에 대한 자신감을 향상시키는데 기여할 수 있음을 확인하였다.

Teaching-Learning Model for Programming Language Learning with Two-Step Feedback

  • Kwon, Boseob
    • 한국컴퓨터정보학회논문지
    • /
    • 제22권8호
    • /
    • pp.101-106
    • /
    • 2017
  • In this paper, we propose a new teaching-learning model with two-step feedback on programming language learning, which is a basic preliminary learning for programming. Programming learning is aimed at improving problem solving skills and thinking by experiencing problem solving through programming. For programming, the learner must know how to work with the computer and what to do with it. To do this, concrete thinking should be established and described in an accurate programming language. In recent, most studies have focused on the effects of programming learning and have not studied the effects of education on language itself. Therefore, in this study, the teaching-learning model for programming language education is presented and applied to the field, and the results are compared with the existing instructional-teaching model.

Arduino IoT Studio based on 5W1H Programming Model for non Programmer

  • Im, Hong-Gab;Baek, Yeong-Tae;Lee, Se-Hoon;Kim, Ji-Seong;Sin, Bo-Bae
    • 한국컴퓨터정보학회논문지
    • /
    • 제22권2호
    • /
    • pp.29-35
    • /
    • 2017
  • In this paper, we present a 5W1H programming model for IT non-experienced people who are not familiar with computer programming and those who need programming education. Based on this model, we can design a development tool that can be easily programmed by beginners. This development tool is a programming method applying the 5W1H concept and constructs a sentence to satisfy the control condition of 'Who, When, Where, What, and How', which is the sentence element of 5W1H. Therefore, the user can easily develop the target system as if constructing the sentence without learning the programming language of the target system. In this paper, to verify the effectiveness of the 5W1H programming model proposed in this paper, we applied the concept of 5W1H programming to Arduino and developed the development tool and performed the first verification and applied the second verification to the speech recognition smart home development platform.

Analysis and Application of Front-End Code Playground Tools for Web Programming Education

  • Aaron Daniel Snowberger;Semin Kim;SungHee Woo
    • 실천공학교육논문지
    • /
    • 제16권1_spc호
    • /
    • pp.11-19
    • /
    • 2024
  • Web programming courses are often included in university Computer Science programs as introductory and foundational computer programming courses. However, amateur programmers often have difficulty learning how to integrate HTML, CSS, JavaScript, and various preprocessors or libraries to create websites. Additionally, many web programming mistakes do not produce visible output in the browser. Therefore, in recent years, Front-End Code Playground (FECP) tools that incorporate HTML, CSS, and JavaScript into a single, online web-based application have become popular. These tools allow web coding to happen directly in the browser and provide immediate visual feedback to users. Such immediate visual feedback can be particularly beneficial for amateur coders to learn and practice with. Therefore, this study gathers data on various FECP tools, compares their differences, and provides an analysis of how such tools benefit students. This study concludes with an outline of the application of FECP to web programming courses to enhance the learning experience.

웹 기반의 로봇 프로그래밍 교육 지원 시스템 개발 (Development of Web-based Robot Programming Education Supporting System)

  • 유의환
    • 컴퓨터교육학회논문지
    • /
    • 제10권4호
    • /
    • pp.1-16
    • /
    • 2007
  • 기존의 프로그래밍 교육은 방법상의 문제로 그 효과에 한계를 나타냈다. 이에 본 연구에서는 웹 기반의 로봇 프로그래밍 지원 시스템 개발을 통해 기존 프로그래밍 교육의 문제점을 극복하고 궁극적으로 창의력과 문제해결력을 신장시킬 수 있는 가능성을 탐색하였다. 개발된 시스템은 인터넷이 지원되는 PC 또는 PDA만 갖추면 별도의 HW, SW 없이도 로봇 프로그래밍 학습을 할 수 있도록 해준다. 서버에 연동된 여러 종류의 로봇을 서로 다른 프로그래밍 언어로 제어할 수 있으며, 한글 키워드를 이용한 프로그래밍도 가능하다. 개발된 시스템은 기존 프로그래밍 교육의 문제점을 극복하는 데 도움을 줄 것으로 평가되었다. 특히, 컴퓨터에 대한 이해와 활용 능력이 우수한 집단과 초, 중급 프로그래밍 단계의 학습자가 개발된 시스템을 보다 긍정적으로 평가했다. 또한 로봇을 활용하는 프로그래밍 교육과 한글 프로그래밍 기능은 초등학생들에게 긍정적인 반응을 얻을 수 있었다.

  • PDF

컴퓨터프로그래밍과 관련된 교과목 내용분석 (A Curriculum Analysis with respect to Computer programming)

  • 이승우
    • 한국수학사학회지
    • /
    • 제22권2호
    • /
    • pp.69-80
    • /
    • 2009
  • 컴퓨터프로그래밍은 문제해결능력 향상과 논리적 사고력 함양을 위한 도구로서, 본 연구에서는 컴퓨터교육의 방향설정과 문제해결과정에서의 프로그래밍 교육의 역할을 알아보고자한다. 또한 수학/통계학과의 컴퓨터프로그래밍 특성화를 위하여 수학/통계학과와 IT학과를 연계한 프로그래밍 교과목을 분석한다. 이를 통하여 컴퓨터프로그래머로서 능력 있는 인재를 양성해서 사회에 배출하고자 한다.

  • PDF

Pair Programming이 학업성취도와 학습동기전략에 미치는 영향 (The Effects of Pair Programming on Achievement and Motivated Strategies in Programming Course)

  • 한건우;이은경;이영준
    • 컴퓨터교육학회논문지
    • /
    • 제9권6호
    • /
    • pp.19-28
    • /
    • 2006
  • 프로그래밍 학습은 컴퓨터 과학에 있어 매우 중요한 과목이지만, 대부분의 학생들은 프로그래밍 배우는 것을 어려워하고 있다. 프로그래밍 교육에 대한 새로운 교수방법이나 기술적 관점의 연구가 필요한 시점이다. 따라서 본 연구에서는 Pair Programming을 통해 프로그래밍 교육의 가능성을 살펴보고, 교육적 효과를 높이기 위한 Pair Programming을 제안하였다. 제안된 교수 학습 전략을 실험한 결과, 학업성취도와 학습전략에 있어 효과가 있는 것으로 나타났다. 특히 학습전략에 있어서는 비판적 사고, 메타인지, 노력조절, 동료학습 영역들이 긍정적인 영향을 주는 것으로 나타났다.

  • PDF