Publication Date
In 2025 | 24 |
Since 2024 | 95 |
Since 2021 (last 5 years) | 301 |
Since 2016 (last 10 years) | 556 |
Since 2006 (last 20 years) | 1184 |
Descriptor
Computer Software | 1408 |
Programming | 1084 |
Computer Science Education | 454 |
Programming Languages | 447 |
Teaching Methods | 415 |
Foreign Countries | 412 |
Educational Technology | 357 |
Computer Assisted Instruction | 217 |
Computer System Design | 212 |
Instructional Design | 211 |
Internet | 187 |
More ▼ |
Source
Author
Joy, Mike | 8 |
Bers, Marina Umaschi | 5 |
Lavy, Ilana | 5 |
Resnick, Mitchel | 5 |
Asensio-Perez, Juan I. | 4 |
Brusilovsky, Peter | 4 |
Hernandez-Leo, Davinia | 4 |
Hwang, Gwo-Jen | 4 |
Kolling, Michael | 4 |
Malmi, Lauri | 4 |
Moreno-Ger, Pablo | 4 |
More ▼ |
Publication Type
Education Level
Location
Taiwan | 34 |
United Kingdom | 34 |
Australia | 28 |
Turkey | 28 |
Germany | 25 |
Spain | 18 |
China | 15 |
Greece | 14 |
California | 13 |
Canada | 13 |
New York | 13 |
More ▼ |
Laws, Policies, & Programs
Copyright Law 1976 | 1 |
Assessments and Surveys
What Works Clearinghouse Rating
Meets WWC Standards with or without Reservations | 1 |
Dan Sun; Azzeddine Boudouaia; Chengcong Zhu; Yan Li – International Journal of Educational Technology in Higher Education, 2024
ChatGPT, an AI-based chatbot with automatic code generation abilities, has shown its promise in improving the quality of programming education by providing learners with opportunities to better understand the principles of programming. However, limited empirical studies have explored the impact of ChatGPT on learners' programming processes. This…
Descriptors: Computer Science Education, Computer Software, Feedback (Response), Artificial Intelligence
Leonardo D. Garma; Nuno S. Osório – Biochemistry and Molecular Biology Education, 2024
Dimensionality reduction techniques are essential in analyzing large 'omics' datasets in biochemistry and molecular biology. Principal component analysis, t-distributed stochastic neighbor embedding, and uniform manifold approximation and projection are commonly used for data visualization. However, these methods can be challenging for students…
Descriptors: Biochemistry, Molecular Biology, Science Instruction, Learning Experience
Biyi Wen – ProQuest LLC, 2024
This dissertation is an inquiry into the history of Chinese computer-based word processing technologies from 1958 to 1997. My purpose in looking into the history is to answer, how the development and usage of word-processing technologies have contributed to knowledge production, by shaping the understanding of what information technologies can do.…
Descriptors: History, Chinese, Word Processing, Computer Software
Donald M. Johnson; Will Doss; Christopher M. Estepp – Natural Sciences Education, 2024
Microcontrollers are widely used in agriculture, yet most undergraduate agriculture students do not have the programming skills necessary to make use of these devices in their academic programs or careers. However, generative artificial intelligence (AI) chatbots, such as ChatGPT, have the ability to write complex microcontroller programs when…
Descriptors: Undergraduate Students, Agricultural Education, Programming, Artificial Intelligence
Maertens, Rien; Van Petegem, Charlotte; Strijbol, Niko; Baeyens, Toon; Jacobs, Arne Carla; Dawyndt, Peter; Mesuere, Bart – Journal of Computer Assisted Learning, 2022
Background: Learning to code is increasingly embedded in secondary and higher education curricula, where solving programming exercises plays an important role in the learning process and in formative and summative assessment. Unfortunately, students admit that copying code from each other is a common practice and teachers indicate they rarely use…
Descriptors: Plagiarism, Benchmarking, Coding, Computer Science Education
Danielak, Brian – Cognition and Instruction, 2022
This paper focuses on a historically understudied area in computing education: attending to students' *design thinking* in university-level introductory programming courses. I offer an account of one student--"Rebecca"--and her experiences and code from a second-semester course on programming concepts for engineers. Using data from both…
Descriptors: Design, Computer Science Education, Programming, Introductory Courses
Nikola M. Luburic; Luka Z. Doric; Jelena J. Slivka; Dragan Lj. Vidakovic; Katarina-Glorija G. Grujic; Aleksandar D. Kovacevic; Simona B. Prokic – IEEE Transactions on Learning Technologies, 2025
Software engineers are tasked with writing functionally correct code of high quality. Maintainability is a crucial code quality attribute that determines the ease of analyzing, modifying, reusing, and testing a software component. This quality attribute significantly affects the software's lifetime cost, contributing to developer productivity and…
Descriptors: Intelligent Tutoring Systems, Coding, Computer Software, Technical Occupations
Pang, Bo; Nijkamp, Erik; Wu, Ying Nian – Journal of Educational and Behavioral Statistics, 2020
This review covers the core concepts and design decisions of TensorFlow. TensorFlow, originally created by researchers at Google, is the most popular one among the plethora of deep learning libraries. In the field of deep learning, neural networks have achieved tremendous success and gained wide popularity in various areas. This family of models…
Descriptors: Artificial Intelligence, Regression (Statistics), Models, Classification
Werner, Linda; Denner, Jill; Campe, Shannon; Torres, David M. – ACM Transactions on Computing Education, 2020
This article builds on prior work that aims to measure computational learning (CL) during middle school. Since game computational sophistication (GCS) has been used as a proxy for a student's engagement in CL we build on their model to more completely describe the relationship between different types of building blocks of computer games and GCS.…
Descriptors: Computation, Middle School Students, Knowledge Level, Learner Engagement
Moskal, Adon Christian Michael; Wass, Rob – Computer Science Education, 2019
Background and Context: Encouraging undergraduate programming students to think more about their software development processes is challenging. Most programming courses focus on coding skill development and mastering programming language features; subsequently software development processes (e.g. planning, code commenting, and error debugging) are…
Descriptors: Computer Software, Undergraduate Students, Programming, Programming Languages
Mengliyev, Bakhtiyor; Shahabitdinova, Shohida; Khamroeva, Shahlo; Gulyamova, Shakhnoza; Botirova, Adiba – Journal of Language and Linguistic Studies, 2021
This article is dedicated to the issue of morphological analysis and synthesis of word forms in a linguistic analyzer, which is a significant feature of corpus linguistics. The article discourses in detail the morphological analysis, the creation of artificial language, grammar and analyzer, the general scheme of the analysis program that…
Descriptors: Morphology (Languages), Computational Linguistics, Computer Software, Artificial Languages
Paassen, Benjamin; McBroom, Jessica; Jeffries, Bryn; Koprinska, Irena; Yacef, Kalina – Journal of Educational Data Mining, 2021
Educational data mining involves the application of data mining techniques to student activity. However, in the context of computer programming, many data mining techniques can not be applied because they require vector-shaped input, whereas computer programs have the form of syntax trees. In this paper, we present ast2vec, a neural network that…
Descriptors: Data Analysis, Programming Languages, Networks, Novices
Thomas, Paul J.; Patel, Devang; Magana, Alejandra J. – ACM Transactions on Computing Education, 2021
Software modeling is an integral practice for software engineers, especially as the complexity of software solutions increases. Unified Modeling Language (UML) is the industry standard for software modeling. however, it is often used incorrectly and misunderstood by novice software designers. This study is centered around understanding patterns of…
Descriptors: Computer Science Education, Models, Computer Software, Programming Languages
W. Brian Lane; Terrie M. Galanti; X. L. Rozas – Journal for STEM Education Research, 2023
Integrating computational thinking (CT) into STEM disciplines requires secondary teachers to develop their pedagogical content knowledge of computing and content integration. Experienced teachers who choose to integrate CT in their secondary STEM courses may struggle in the same ways as novice teachers as they learn about programming and its…
Descriptors: Physics, Teaching Methods, Grounded Theory, Capacity Building
Emery-Wetherell, Meaghan; Wang, Ruoyao – Assessment & Evaluation in Higher Education, 2023
Over four semesters of a large introductory statistics course the authors found students were engaging in contract cheating on Chegg.com during multiple choice examinations. In this paper we describe our methodology for identifying, addressing and eventually eliminating cheating. We successfully identified 23 out of 25 students using a combination…
Descriptors: Computer Assisted Testing, Multiple Choice Tests, Cheating, Identification