• 제목/요약/키워드: Online Programming Class

검색결과 17건 처리시간 0.019초

Analysis of Influencing Factors of Learning Engagement and Teaching Presence in Online Programming Classes

  • Park, Ju-yeon;Kim, Semin
    • Journal of information and communication convergence engineering
    • /
    • 제18권4호
    • /
    • pp.239-244
    • /
    • 2020
  • This study analyzed the influencing factors of learning engagement and teaching presence in online programming practice classes. The subjects of this study were students enrolled in an industrial specialized high school, who practiced creating Arduino circuits and programming using a web-based virtual practice tool called Tinkercad. This research adopted a tool that can measure task value, learning flow, learning engagement, and teaching presence. Based on this analysis, learning flow had a mediating effect between task value and online learning engagement, as well as between task value and teaching presence. Increasing learning engagement in online classes requires sensitizing the learners about task value, using hands-on platforms available online, and expanding interaction with instructors to increase learning flow of students. Furthermore, using virtual hands-on tools in online programming classes is relevant in increasing learning engagement. Future research tasks include: confirming the effectiveness of online learning engagement and teaching presence through pre- and post-tests, and conducting research on various practical subjects.

컴퓨터 알고리즘 교육을 위한 온라인 알고리즘 뱅크 구현 (Design and Implementation of Online Algorithm Bank for Algorithm E-learning)

  • 박우창
    • 컴퓨터교육학회논문지
    • /
    • 제7권4호
    • /
    • pp.1-6
    • /
    • 2004
  • 온라인상에서 교육 내용의 전달은 많은 방법들이 개발되어 있지만 컴퓨터 언어 및 알고리즘의 e-learning과 실습은 웹상에서 프로그램 실습의 어려움으로 인하여 이론과 실습이 병행되지 못하여 왔다. 본 논문에서는 알고리즘을 검색하고 관리할 수 있는 뱅크를 구축하고 실행 인터페이스를 만들어, 학생들이 직접 웹상에서 각각의 프로그램들을 실행시킬 뿐 아니라 프로그램을 수정하여 실행할 수 있도록 하였다. 웹상에서 실습을 통한 알고리즘 뱅크 시스템은 실습 환경 구축과 적응에 대한 어려움을 없앰으로써 컴퓨터 알고리즘 학습에 대한 거리감을 없애는 효과가 있다.

  • PDF

A Workflow for Practical Programming Class Management Using GitHub Pages and GitHub Classroom

  • Aaron Daniel Snowberger;Choong Ho Lee
    • 실천공학교육논문지
    • /
    • 제15권2호
    • /
    • pp.331-339
    • /
    • 2023
  • In programming classes, there is always a need to efficiently manage programming assignments. This is especially important as class sizes and assignment complexity grows. GitHub and GitHub Classroom makes the management of student assignments much simpler than uploading files and folders to a LMS or shared online drive. Additionally, git and GitHub are industry standard tools, so introducing students these tools in class provides them a good opportunity to start learning about how software is developed in the real-world. This study describes a workflow that uses both GitHub Pages and GitHub Classroom for more efficient classroom and assignment management. The workflow outlined in this study was used in two practical web programming classes in Spring 2023 with 46 third and fourth-year university students. GitHub Pages was used as a classroom website to distribute class announcements, assignments, lecture slides, study guides, and exams. GitHub Classroom was used as a class roster and assignment management platform. The workflow presented in this study is expected to assist other lecturers with the formidable tasks of distributing, collecting, grading, and leaving feedback on multiple students' multi-file programming assignments in practical programming classes.

파이썬을 활용한 온라인 기반 프로젝트의 집중학기제 운영사례 : S 여대를 중심으로 (A Case Study on the Intensive Semester Operation of Online-based Project Learning Using Python : Focusing on S Women's University)

  • 권선아;장지영
    • 공학교육연구
    • /
    • 제24권5호
    • /
    • pp.3-14
    • /
    • 2021
  • This study deals with the case of online-based project learning, which was designed for the purpose of university educational innovation and enhancing learners' competencies required by society, operated during the COVID-19 pandemic. The course was applied Python programming language, team-based project learning, and intensive course system, which is required by our society and companies in the era of the 4th industrial revolution. Also it was operated as a non-face-to-face online class, which would have been operated in an offline class if it had not been for Covid 19 pandemic, to explore the possibilities and educational effects of online learning. To do this, 32 university students participated in online-based project learning during 8 weeks, and then conducted a survey. The survey results were analyzed in terms of i) non-face-to-face online learning, ii) team-based project learning, and iii) application of the intensive course system. Results say that most of the learners were satisfied with the online learning, team-based project learning, and the intensive semester system applied in this course at a high level, and also they clearly presented the reasons. Thereby, it has been confirmed that the learners were already well aware of the pros and cons of each learning method. Based on these results, the implications were discussed.

리눅스 기반 프로그래밍 언어의 온라인 학습 시스템 구성에 관한 연구 (A study on the On-line Teaching system for Linux-based Programming Language)

  • 전호익;이현창
    • 한국소프트웨어감정평가학회 논문지
    • /
    • 제17권1호
    • /
    • pp.67-73
    • /
    • 2021
  • 본 논문에서는 리눅스 기반 프로그래밍 언어를 온라인으로 실습할 수 있는 시스템의 구성 방법을 제시하였다. 제시한 시스템은 리눅스 운영체제의 가장 큰 특징인 웹-서버 기능을 활용하며, 방화벽이나 기타 보안적 제약을 받지 않으면서 telnet과 FTP 기능을 모사하여 실제 리눅스 콘솔과 유사한 실습이 가능하다. 이를 위해 웹 상에서 프로그래밍 도구가 가져야 할 기능적 요소들을 분석하고 이를 구현하기 위한 알고리즘을 정립하였으며, 특히 사용자의 실수에 의한 오류 메시지 등이 실재 telnet 화면과 동일한 형태로 나타날 수 있는 방법을 구현하였다. 구현된 학습 시스템을 학생들을 대상으로 수업에 활용한 결과 온라인으로 리눅스 프로그래밍 언어의 실습이 가능함은 물론 교수자가 학습자들의 모든 사항들을 직접 점검하고 지도할 수 있어 학습자의 만족도가 오프라인 수업 때와 유사한 결과를 확인하였다.

Creating a Standardized Environment for Efficient Learning Management using GitHub Codespaces and GitHub Classroom

  • Aaron Daniel Snowberger;Kangsoo You
    • 실천공학교육논문지
    • /
    • 제16권3_spc호
    • /
    • pp.267-274
    • /
    • 2024
  • One challenge with teaching practical programming classes is the standardization of development tools on student computers. This is particularly true when a complicated setup process is required before beginning to code, or in remote classes, such as those necessitated by the COVID-19 pandemic, where the instructor cannot provide individual troubleshooting assistance. In such cases, students who encounter problems during the setup process may give up on the class altogether before even beginning to code. Therefore, this paper recommends using GitHub Codespaces as a tool for implementing standardized student development environments from day one. Codespaces provides Docker containers that an instructor can configure in such a way as to enable students to practice installing various coding tools within a controlled space, while also providing a language-specific, fully optimized development environment. In addition, Codespaces may be used more effectively in collaboration with GitHub Classroom, which helps instructors manage both the starter code and coding environment in which students work. In this paper, we compare two semesters of university Node.JS programming classes that utilized different development environments: one localized on student computers, the other containerized in Codespaces online. Then, we discuss how GitHub Codespaces and GitHub Classroom can be used to increase the effectiveness of practical programming classes while also increasing student engagement and programming confidence in class.

온라인 수업에서 선호수업유형에 따른 학습자 만족도 분석 (An Analysis of Learner Satisfaction According to the Preferred Class Type in the Online Class)

  • 김경아;김지심;안유정
    • 한국컴퓨터정보학회:학술대회논문집
    • /
    • 한국컴퓨터정보학회 2020년도 제62차 하계학술대회논문집 28권2호
    • /
    • pp.595-596
    • /
    • 2020
  • 2020학년도 1학기는 외부 환경 요인으로 인해 대학교육시스템에 큰 변화가 발생한 시기라고 할 수 있다. 컴퓨터공학 분야의 대표적인 실습기반 교과목인 프로그래밍 수업에서 학습자들에게 온라인 수업이지만 대면 수업의 실재감을 제공하는 방법을 모색할 필요성이 대두되었다. 본 연구에서는 다양한 유형의 수업 방식을 온라인 수업에 활용하여 대면 수업 수준의 실재감을 학습자에게 제공하고 학습효과를 높이고자 하였다. 강의 동영상 수업과 상호작용을 포함한 실시간 수업을 혼합하여 수업한 후 설문 조사를 통해 실시간 수업을 선호하는 학습자들이 수업목표인 프로그램 개발 능력을 타 학습자들보다 잘 습득하여 수업 만족도가 높았고, 이를 통해 온라인 수업에서 실시간 수업이 능동적인 학습자들에게는 대면 수업과 동등한 수준의 학습 효과가 있었음을 조사·분석하였다.

  • PDF

디지털시대에 플립드 러닝을 활용한 학습자 맞춤형 소프트웨어 교육 방안 연구 (A Study on Customized Software Education method using Flipped Learning in the Digital Age)

  • 김경미;김현숙
    • 디지털융복합연구
    • /
    • 제15권7호
    • /
    • pp.55-64
    • /
    • 2017
  • 본 연구의 목적은 프로그래밍을 처음 접하는 학습자들의 어려움을 파악하여 비전공 대학생들을 위한 대학 교양기초 소프트웨어교육 운영 방안을 모색하는 데 있다. 이를 위해 다양한 전공자들로 구성된 H 대학의 파이썬 프로그래밍 수업에서 수업시간 전 온라인으로 제출한 수강생들의 질문과 수업 후 설문조사를 통하여 체감난이도와 체감이해도를 분석하였다. 비전공자들을 위한 효율적인 수업을 위해 플립드 수업으로 진행하였으며, 오프라인 수업에서는 사전질문을 활용한 학습자 맞춤형 피드백 방식 강의로 진행하였다. 분석결과 프로그래밍 수업을 처음 접하는 학습자들을 위해서는 컴퓨터 언어의 기본개념을 배우기 전에 교육과정 초반에 문제 파악을 통한 논리적인 추상화 과정을 배정하고, 코딩 실습 전에 단원마다 그에 대한 이해를 돕는 상향식(bottom-up) 문제풀이를 통한 충분한 연습이 필요하다. 또한, 학습자의 전공계열 및 수업 내용과 학습자의 진행 단계를 반영한 정밀한 교육과정 설계가 선행되어야 한다.

온라인목록 주제접근점 확장을 위한 분류표 지식베이스 설계에 관한 연구 (A Study on a DDC Knowledgebase Design for Subject Access in Online Catalog)

  • 이용민;정영미
    • 정보관리학회지
    • /
    • 제6권2호
    • /
    • pp.87-103
    • /
    • 1989
  • 온라인목록은 최소한 카드목록이 제공해주는 접근방식을 지원해 주어야 한다. 본 연구에서는 온라인목록 검색환경에서 주제접근의 유용성을 논하고, 기존 이용자들에게 익숙한 접근방식인 분류표 접근을 구현하기 위하여 분류표를 프레임구조의 지식베이스로 설계하였다. 지식베이스는 DDC20 판의 새로 추가된 전산과학 분야에 해당되는 004-006 번의 주제영역과 상관색인 부분을 대상으로 실험하였다. 이 시스템은 이용자로 하여금 원하는 주제영역의 분류표에 접근하게 함으로써 그 분야의 체계적인 기념배열을 살펴 볼 수 있게 하고 관련분야의 문헌을 검색할 수 있게 하였다. 이러한 작업은 모두 이용자의 검색능력을 확장시키기 위한 것으로 분류표를 출력하여 봄으로써 이용자는 해당 주제의 분류영역에 대한 보다 확실한 개념 및 범위 파악이 가능하였다.

  • PDF

내재적 동기가 프로그래밍 언어의 수용에 미치는 영향에 대한 종단적 분석 (An Longitudinal Analysis of Intrinsic Motivation's Effects on the Acceptance of Programming Language)

  • 이웅규
    • 경영정보학연구
    • /
    • 제12권3호
    • /
    • pp.159-175
    • /
    • 2010
  • 정보기술 수용에 있어서 내재적 동기의 중요성은 여러 연구를 통해 강조되었을 뿐 아니라 다양한 방식으로 분석되었다. 그러나 이와 같은 연구의 대부분은 온라인 쇼핑이나 온라인 게임과 같은 쾌락적 시스템(hedonic systems)을 대상으로 이루어진 것이고 자바(Java)와 같은 프로그래밍 언어의 수용을 내재적 동기의 관점에서 다룬 연구는 흔치 않다. 본 연구의 목적은 내재적 동기가 프로그래밍 언어 수용에 미치는 영향을 종단적으로 분석하는 것이다. 이를 위해 내재적 동기에 관련된 변수인 지각된 놀이성과 함께 전통적인 정보기술 수용에 근간이 되는 유용성을 고려한 연구모형을 믿음갱신 이론(belief updating theory)에 의해 종단적으로 확장하여 제안하였다. 이 모형의 타당성을 보이기 위해 자바 수업을 수강하는 대학생을 대상으로 두 번에 걸친 설문조사를 하여 부분최소자송법에 의해 분석한 결과 본 연구에서 제시한 대부분의 가성들이 통계적으로 지지되었다.