Publication Date
In 2025 | 0 |
Since 2024 | 1 |
Since 2021 (last 5 years) | 23 |
Since 2016 (last 10 years) | 42 |
Since 2006 (last 20 years) | 59 |
Descriptor
Source
Author
Barnes, Tiffany | 2 |
Gusev, Dmitri A. | 2 |
Jeevan Chapagain | 2 |
Priti Oli | 2 |
Rabin Banjade | 2 |
Vasile Rus | 2 |
Abdallah, Ali | 1 |
Abel, Dick | 1 |
Agnes D. Garciano | 1 |
Albert Christopher P. Daniot… | 1 |
Alke Martens | 1 |
More ▼ |
Publication Type
Education Level
Audience
Teachers | 1 |
Location
Philippines | 3 |
California | 2 |
Germany | 2 |
Indiana | 2 |
Italy | 2 |
Spain | 2 |
United Kingdom | 2 |
Australia | 1 |
Austria (Vienna) | 1 |
Canada | 1 |
China | 1 |
More ▼ |
Laws, Policies, & Programs
Assessments and Surveys
Flesch Reading Ease Formula | 1 |
What Works Clearinghouse Rating
Rosziati Ibrahim; Mizani Mohamad Madon; Zhiang Yue Lee; Piraviendran A/L Rajendran; Jahari Abdul Wahab; Faaizah Shahbodin – International Society for Technology, Education, and Science, 2023
This paper discusses the steps involve in project development for developing the mobile application, namely Blood Bank Application and developing the convertor for software testing. The project development is important for Computer Science students for them to learn the important steps in developing the application and testing the reliability of…
Descriptors: Program Administration, Educational Technology, Computer Software, Testing

Priti Oli; Rabin Banjade; Jeevan Chapagain; Vasile Rus – Grantee Submission, 2023
This paper systematically explores how Large Language Models (LLMs) generate explanations of code examples of the type used in intro-to-programming courses. As we show, the nature of code explanations generated by LLMs varies considerably based on the wording of the prompt, the target code examples being explained, the programming language, the…
Descriptors: Computational Linguistics, Programming, Computer Science Education, Programming Languages
Andrea Domínguez-Lara; Wulfrano Arturo Luna-Ramírez – International Association for Development of the Information Society, 2022
The automatic code generation is the process of generating source code snippets from a program, i.e., code for generating code. Its importance lies in facilitating software development, particularly important is helping in the implementation of software designs such as engineering diagrams, in such a case, automatic code generation copes with the…
Descriptors: Programming, Coding, Computer Software, Programming Languages
Phung, Tung; Cambronero, José; Gulwani, Sumit; Kohn, Tobias; Majumdarm, Rupak; Singla, Adish; Soares, Gustavo – International Educational Data Mining Society, 2023
Large language models (LLMs), such as Codex, hold great promise in enhancing programming education by automatically generating feedback for students. We investigate using LLMs to generate feedback for fixing syntax errors in Python programs, a key scenario in introductory programming. More concretely, given a student's buggy program, our goal is…
Descriptors: Computational Linguistics, Feedback (Response), Programming, Computer Science Education
Mao, Ye; Shi, Yang; Marwan, Samiha; Price, Thomas W.; Barnes, Tiffany; Chi, Min – International Educational Data Mining Society, 2021
As students learn how to program, both their programming code and their understanding of it evolves over time. In this work, we present a general data-driven approach, named "Temporal-ASTNN" for modeling student learning progression in open-ended programming domains. Temporal-ASTNN combines a novel neural network model based on abstract…
Descriptors: Programming, Computer Science Education, Learning Processes, Learning Analytics
Hoteit, Bilal; Abdallah, Ali; Faour, Ahmad; Awada, Imad Alex; Sorici, Alexandru; Florea, Adina Magda – International Association for Development of the Information Society, 2020
Social robot in service is radically changing the ways of performing tasks and it becomes a distinct and valuable nascent. To achieve persist autonomy, robotic systems implement a closed-loop consisting of at least planning, reasoning and acting phases. From the continual loop perspective, this paper presents the ROSPlan framework, as a task…
Descriptors: Robotics, Artificial Intelligence, Man Machine Systems, Computer Software
Charito G. Ong; Josan C. Fermano; Albert Christopher P. Daniot II – International Association for Development of the Information Society, 2022
This study reports an impact assessment of the basic Arduino programming training conducted among select Junior High School Students in a National High School in Cagayan De Oro City. The Focus Group Discussion sessions and survey questionnaires via goggle form complemented the content of the impact study table. The researchers aimed to determine…
Descriptors: Computer Software, Programming, Computer Science Education, Junior High School Students
Ma. Louise Antonette N. De Las Peñas; John Chris T. Kwong; Peter Antonio B. Banzon; Philip A. Martinez; Wilbur Isaac G. Lapada; Julian N. Eballa III; John Emil C. Sebastian; Miguel D. Asido; Jan Daryl M. San Juan; Debbie Marie B. Verzosa; Jumela F. Sarmiento; Agnes D. Garciano; Mark Anthony C. Tolentino; Maria Alva Q. Aberin; Juan Carlo F. Mallari – International Association for Development of the Information Society, 2023
This paper discusses the distribution, through a digital datacasting framework, of mathematical resources for Grades 1 to 7 to two schools in a community in the Philippines. Among the mathematical resources made available, are mathematical applications (apps), which run on mobile technologies, that have been created to help in the mathematical…
Descriptors: Mathematics Instruction, Teaching Methods, Computer Software, Computer Assisted Instruction

Arun-Balajiee Lekshmi-Narayanan; Priti Oli; Jeevan Chapagain; Mohammad Hassany; Rabin Banjade; Vasile Rus – Grantee Submission, 2024
Worked examples, which present an explained code for solving typical programming problems are among the most popular types of learning content in programming classes. Most approaches and tools for presenting these examples to students are based on line-by-line explanations of the example code. However, instructors rarely have time to provide…
Descriptors: Coding, Computer Science Education, Computational Linguistics, Artificial Intelligence
Hebebci, Mustafa Tevfik; Maya Hebebci, Güleser – International Society for Technology, Education, and Science, 2021
The three-dimensional design and production technologies are today widely used in many fields. Automotive, health, art and education, and especially architecture and engineering are among the prominent examples. The three-dimensional design technology can be categorized into two dimensions: design and production. The first of these dimensions,…
Descriptors: STEM Education, Spatial Ability, Geometric Concepts, Depth Perception
Kumar, Amruth N. – International Educational Data Mining Society, 2023
Is there a pattern in how students solve Parsons puzzles? Is there a difference between the puzzle-solving strategies of C++ and Java students? We used Markov transition matrix to answer these questions. We analyzed the solutions of introductory programming students solving Parsons puzzles involving if-else statements and while loops in C++ and…
Descriptors: Markov Processes, Puzzles, Introductory Courses, Computer Science Education
Tsabari, Stav; Segal, Avi; Gal, Kobi – International Educational Data Mining Society, 2023
Automatically identifying struggling students learning to program can assist teachers in providing timely and focused help. This work presents a new deep-learning language model for predicting "bug-fix-time", the expected duration between when a software bug occurs and the time it will be fixed by the student. Such information can guide…
Descriptors: College Students, Computer Science Education, Programming, Error Patterns
Hoffman, Heather J.; Elmi, Angelo F. – Journal of Statistics and Data Science Education, 2021
Teaching students statistical programming languages while simultaneously teaching them how to debug erroneous code is challenging. The traditional programming course focuses on error-free learning in class while students' experiences outside of class typically involve error-full learning. While error-free teaching consists of focused lectures…
Descriptors: Statistics Education, Programming Languages, Troubleshooting, Coding
Krish Pillai; Marcia Lovas – International Society for Technology, Education, and Science, 2023
A typical first computer science course (CS1) introduces the student to coding conventions, variables, methods, control structures, conditionals, and the semantics of classes and objects. Advanced concepts of inheritance, polymorphism, abstract classes, interfaces, and their use in the design process, are covered in a second-level course (CS2).…
Descriptors: Computer Games, Educational Games, Teaching Methods, Technology Uses in Education
Hadjistassou, Stella; Louca, Petros; Joannidou, Shaunna; Molina Muñoz, Pedro Jesus – Research-publishing.net, 2021
This paper delves into the underlying phases involved in designing, developing, and deploying Augmented Reality (AR) applications and game-based scenarios that will be implemented during intercultural exchanges among students in two different academic institutions in Sweden and Cyprus. Building on principles of design-based research (Barab &…
Descriptors: Computer Simulation, Exchange Programs, Game Based Learning, Intercultural Communication