2019
DOI: 10.1017/9781108654555
|View full text |Cite
|
Sign up to set email alerts
|

The Cambridge Handbook of Computing Education Research

Abstract: The version in the Kent Academic Repository may differ from the final published version. Users are advised to check http://kar.kent.ac.uk for the status of the paper. Users should always cite the published version of record.

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
4
1

Citation Types

0
26
0

Year Published

2019
2019
2023
2023

Publication Types

Select...
5
3

Relationship

0
8

Authors

Journals

citations
Cited by 56 publications
(26 citation statements)
references
References 1,543 publications
0
26
0
Order By: Relevance
“…As we will argue throughout the paper, the major way to foster CT is to teach Computer Science fundamental ideas, concepts, and practices: given the historical and philosophical nature of this paper, we refer to the book edited by Grover (2020) for a comprehensive collection of examples of activities to teach CS in K-12 education, rooted in research findings. For scholars, we refer to the handbook edited by Fincher and Robins (2019) for a comprehensive picture of state of the art in Computer Science Education Research.…”
Section: Introductionmentioning
confidence: 99%
“…As we will argue throughout the paper, the major way to foster CT is to teach Computer Science fundamental ideas, concepts, and practices: given the historical and philosophical nature of this paper, we refer to the book edited by Grover (2020) for a comprehensive collection of examples of activities to teach CS in K-12 education, rooted in research findings. For scholars, we refer to the handbook edited by Fincher and Robins (2019) for a comprehensive picture of state of the art in Computer Science Education Research.…”
Section: Introductionmentioning
confidence: 99%
“…Many works have tried to find ways to mitigate the problem of high failure rate (Ihantola et al, 2015;Hellas et al, 2018;Luxton-Reilly et al, 2018;Robins, 2019, Fonseca et al, 2020 in introductory programming courses (CS1). In this sense, researchers (Amra et al, 2017;Costa et al, 2017;Márquez-Vera et al, 2016;Aguiar & Pereira, 2018;Pereira et al, 2019a;Pereira et al, 2019b;Romero & Ventura, 2019) have argued that early performance prediction is vital.…”
Section: Introductionmentioning
confidence: 99%
“…With such understanding, we can offer valuable information to instructors and learners. However, Robins (2019) explains that currently there is no reliable predictor yet for programming students' performance, since even large-scale analysis of multiple features have resulted in only limited predictive power. Still, Ihantola et al (2015), Quille & Bergin (2018), Hellas et al (2018) and Robins (2019) state there is a need to advance further in this field.…”
Section: Introductionmentioning
confidence: 99%
See 1 more Smart Citation
“…The tasks of responding to external events; scheduling them; calling the handlers; storing the updated world and passing it on to the next handler; and so on-tasks that are either administrative in nature or require knowledge of specialized and perhaps complex APIs-are built into the World framework, so the student programmer does not need to know how to do them. In particular, in contrast to many other introductory approaches, the student does not write an "outer event loop", so they write quite sophisticated programs without having to understand looping constructs (which induce many misconceptions in students [20]). the value given to init has type W the value given to on-tick has type W -> W the value given to on-key has type W, Key -> W the value given to stop-when has type W -> Boolean the value given to to-draw has type W -> Image The example above shows how a program can respond to stimuli.…”
Section: The World Programming Modelmentioning
confidence: 99%