Publication Date
In 2025 | 1 |
Since 2024 | 4 |
Since 2021 (last 5 years) | 17 |
Since 2016 (last 10 years) | 32 |
Since 2006 (last 20 years) | 47 |
Descriptor
Feedback (Response) | 48 |
Undergraduate Students | 48 |
Programming | 39 |
Computer Science Education | 27 |
Foreign Countries | 23 |
Student Attitudes | 23 |
Teaching Methods | 23 |
Computer Software | 17 |
Introductory Courses | 12 |
Engineering Education | 10 |
Programming Languages | 10 |
More ▼ |
Source
Author
Barnes, Tiffany | 3 |
Al Mahmud, Abdullah | 2 |
Dong, Yihuan | 2 |
Mubin, Omar | 2 |
Novoa, Mauricio | 2 |
Price, Thomas W. | 2 |
Riese, Emma | 2 |
Zhi, Rui | 2 |
Akharraz, Laila | 1 |
Arakawa, Kai H. | 1 |
Bakke, Christine | 1 |
More ▼ |
Publication Type
Journal Articles | 37 |
Reports - Research | 31 |
Reports - Descriptive | 7 |
Speeches/Meeting Papers | 6 |
Reports - Evaluative | 5 |
Collected Works - Proceedings | 4 |
Tests/Questionnaires | 4 |
Dissertations/Theses -… | 1 |
Education Level
Audience
Location
Australia | 5 |
Taiwan | 3 |
United Kingdom | 3 |
Asia | 2 |
Brazil | 2 |
California | 2 |
Finland | 2 |
Germany | 2 |
Greece | 2 |
Italy | 2 |
Japan | 2 |
More ▼ |
Laws, Policies, & Programs
Assessments and Surveys
What Works Clearinghouse Rating
Menon, Pratibha – Journal of Information Systems Education, 2023
This paper introduces a teaching process to develop students' problem-solving and programming efficacy in an introductory computer programming course. The proposed teaching practice provides step-by-step guidelines on using worked-out examples of code to demonstrate the applications of programming concepts. These coding demonstrations explicitly…
Descriptors: Introductory Courses, Programming, Computer Science Education, Feedback (Response)
Gila Hanna; Brendan Larvor; Xiaoheng Kitty Yan – ZDM: Mathematics Education, 2024
In this paper we develop a case for introducing a new teaching tool to undergraduate mathematics. Lean is an interactive theorem prover that instantly checks the correctness of every step and provides immediate feedback. Teaching with Lean might present a challenge, in that students must write their proofs in a formal way using a specific syntax.…
Descriptors: Undergraduate Study, College Mathematics, Teaching Methods, Feedback (Response)
Toni Taipalus; Hilkka Grahn; Saima Ritonummi; Valtteri Siitonen; Tero Vartiainen; Denis Zhidkikh – ACM Transactions on Computing Education, 2025
SQL compiler error messages are the primary way users receive feedback when they encounter syntax errors or other issues in their SQL queries. Effective error messages can enhance the user experience by providing clear, informative, and actionable feedback. Despite the age of SQL compilers, it still remains largely unclear what contributes to an…
Descriptors: Computer Science Education, Novices, Information Systems, Programming Languages
David Roldan-Alvarez; Francisco J. Mesa – IEEE Transactions on Education, 2024
Artificial intelligence (AI) in programming teaching is something that still has to be explored, since in this area assessment tools that allow grading the students work are the most common ones, but there are not many tools aimed toward providing feedback to the students in the process of creating their program. In this work a small sized…
Descriptors: Intelligent Tutoring Systems, Grading, Artificial Intelligence, Feedback (Response)
Jenkins, Brian C. – Journal of Economic Education, 2022
The author of this article describes a new undergraduate course where students use Python programming for macroeconomic data analysis and modeling. Students develop basic familiarity with dynamic optimization and simulating linear dynamic models, basic stochastic processes, real business cycle models, and New Keynesian business cycle models.…
Descriptors: Undergraduate Students, Programming Languages, Macroeconomics, Familiarity
Meier, Heidi; Lepp, Marina – Journal of Educational Computing Research, 2023
Especially in large courses, feedback is often given only on the final results; less attention is paid to the programming process. Today, however, some programming environments, e.g., Thonny, log activities during programming and have the functionality of replaying the programming process. This information can be used to provide feedback, and this…
Descriptors: Programming, Introductory Courses, Computer Science Education, Teaching Methods
Katie A. McCarthy; Gregory A. Kuhlemeyer – Journal of Statistics and Data Science Education, 2024
To meet the demands of industry, undergraduate business curricula must evolve to prepare analytics-enabled professionals in fields such as finance, accounting, human resource management, and marketing. In this article, we provide a case study of developing a rigorous, integrated finance and data analytics course that was delivered using a…
Descriptors: Statistics Education, Finance Occupations, Course Content, Teaching Methods
Miao, Dezhuang; Dong, Yu; Lu, Xuesong – International Educational Data Mining Society, 2020
In colleges, programming is increasingly becoming a general education course of almost all STEM majors as well as some art majors, resulting in an emerging demand for scalable programming education. To support scalable education, teaching activities such as grading and feedback have to be automated. Recently, online judge systems have been…
Descriptors: Programming, Prediction, Error Patterns, Models
Rowlett, Peter; Corner, Alexander S. – International Journal of Mathematical Education in Science and Technology, 2022
During the COVID-19 pandemic, the teaching of programming for undergraduate mathematicians was moved online. This was delivered asynchronously, with students working through notes and exercises and asking for help from staff via online messages as needed. Staff delivery time was redirected from content delivery into a formal system of formative…
Descriptors: COVID-19, Pandemics, Programming, Undergraduate Students
Hao, Qiang; Smith, David H., IV; Ding, Lu; Ko, Amy; Ottaway, Camille; Wilson, Jack; Arakawa, Kai H.; Turcan, Alistair; Poehlman, Timothy; Greer, Tyler – Computer Science Education, 2022
Background and Context: automated feedback for programming assignments has great potential in promoting just-in-time learning, but there has been little work investigating the design of feedback in this context. Objective: to investigate the impacts of different designs of automated feedback on student learning at a fine-grained level, and how…
Descriptors: Computer Science Education, Feedback (Response), Teaching Methods, Comparative Analysis
Riese, Emma; Stenbom, Stefan – IEEE Transactions on Education, 2023
Contribution: This study evaluates the generalizability of previously identified perceptions among engineering students of assessments in introductory programming (CS1). The students' perceptions of their instructors' and teaching assistants' (TAs) roles in these assessments are also studied, and differences based on prior programming experience,…
Descriptors: Student Attitudes, Educational Experience, Computer Science Education, Student Evaluation
Enhancement of the Command-Line Environment for Use in the Introductory Statistics Course and Beyond
Gerbing, David W. – Journal of Statistics and Data Science Education, 2021
R and Python are commonly used software languages for data analytics. Using these languages as the course software for the introductory course gives students practical skills for applying statistical concepts to data analysis. However, the reliance upon the command line is perceived by the typical nontechnical introductory student as sufficiently…
Descriptors: Statistics Education, Teaching Methods, Introductory Courses, Programming Languages
Zhi, Rui; Marwan, Samiha; Dong, Yihuan; Lytle, Nicholas; Price, Thomas W.; Barnes, Tiffany – International Educational Data Mining Society, 2019
Viewing worked examples before problem solving has been shown to improve learning efficiency in novice programming. Example-based feedback seeks to present smaller, adaptive worked example steps during problem solving. We present a method for automatically generating and selecting adaptive, example-based programming feedback using historical…
Descriptors: Data Use, Feedback (Response), Novices, Programming
Riese, Emma; Bälter, Olle – ACM Transactions on Computing Education, 2022
Assessment plays an important role in education and can both guide and motivate learning. Assessment can, however, be carried out with different aims: providing the students with feedback that supports the learning (formative assessment) and judging to which degree the students have fulfilled the intended learning outcomes (summative assessment).…
Descriptors: Introductory Courses, Programming, Computer Science Education, Learning Motivation
Bakke, Christine; Sakai, Rena – Journal of Information Technology Education: Innovations in Practice, 2022
Aim/Purpose: This research aims to describe layering of career-like experiences over existing curriculum to improve perceived educational value. Background: Feedback from students and regional businesses showed a clear need to increase student's exposure to career-like software development projects. The initial goal was to develop an…
Descriptors: Computer Software, Best Practices, Feedback (Response), Computer Science Education