computational thinking computational thinking
BiblioMap 
Definitionen
Bücher zuoberst.


This term has been defined in many ways and encompasses a broad and somewhat debated range of analytic and problem-solving skills, dispositions,
habits, and approaches used in computer science
Von Marina Umaschi Bers, Louise P. Flannery, Elizabeth R. Kazakoff im Text Computational thinking and tinkering (2014) 

- designing computations that get Computers to do jobs for us, and
- explaining and interpreting the world as a complex of information processes.




- Abstraction;
- Data collection;
- Data analysis;
- Data representation;
- Algorithms and procedures;
- Problem decomposition;
- Automation;
- Parallelization; and
- Simulation



we have created the following working definition of CT: The conceptual
foundation required to solve problems effectively and efficiently (i.e., algorithmically, with
or without the assistance of computers) with solutions that are reusable in different
contexts. This definition highlights that CT is primarily a way of thinking and acting, which
can be exhibited through the use particular skills, which then can become the basis for
performance-based assessments of CT skills.
Von Valerie J. Shute, Chen Sun, Jodi Asbell-Clarke im Text Demystifying computational thinking (2017) 






Very briefly, the key points of Computational Thinking are that
Von James J. Lu, George H. L. Fletcher im Text Thinking about computational thinking (2009) - it is a way of solving problems and designing systems that draws on concepts fundamental to computer science
- it means creating and making use of different levels of abstraction, to understand and solve problems more effectively;
- it means thinking algorithmically and with the ability to apply mathematical concepts to develop more efficient, fair, and secure solutions; and
- it means understanding the consequences of scale, not only for reasons of efficiency but also for economic and social reasons.




Wing’s original paper did not offer a succinct definition for
computational thinking, but offered many examples of how
computer scientists tackle common problems: “When your
daughter goes to school in the morning, she puts in her
backpack the things she needs for the day; that’s prefetching
and caching. When your son loses his mittens, you suggest
he retrace his steps; that’s back-tracking. [...] Which line
do you stand in at the supermarket?; that’s performance
modeling for multi-server systems.” [12]. Extrapolating from
these examples, the overall message is that computer scientists
have a toolbox of methods for matching problem situations
to standard types of solution, drawn from various parts of the
computer science curriculum, and, perhaps just as importantly,
a standard terminology to describe these abstract problemsolution
patterns.
Von Steve Easterbrook im Text From Computational Thinking to Systems Thinking (2014) 



Bemerkungen
Bücher zuoberst.
Von Ralf Lankau im Text Bildung und Digitali-Täter (2021)



CT is not about getting humans to think like computers, but rather about developing the full set of mental tools necessary to effectively use computing to solve complex human problems [8].
Von James J. Lu, George H. L. Fletcher im Text Thinking about computational thinking (2009) 







Dieses Computerdenken kann man lernen, ohne den konkreten Programmcode zu kennen, sagt auch Ulrich Kortenkamp, der an der Universität Potsdam Didaktik der Informatik lehrt. Er ergänzt aber, dass es viel einfacher und schöner sei, wenn man auch programmieren darf. "Das ist die naheliegende praktische Umsetzung, die man sich nicht nehmen lassen sollte."
Von Christoph Drösser im Text Kids & Codes (2017) 

Computational thinking provides an ontology of computational
concepts, and a set of terms for talking about them. For
example, procedural and data abstractions provide the building
blocks of computational solutions, and sequential and parallel
composition provide a way of putting them together. Hierarchical
decomposition is used to reduce complex problems, and
encapsulation is used to create re-usable solutions.
Von Steve Easterbrook im Text From Computational Thinking to Systems Thinking (2014) If computational
thinking is the central tool of computer scientists, then we
ought to consider whether computational thinking becomes
just another instance of Maslow’s Hammer [16]: “If all you
have is a hammer, then everything looks like a nail”. In
other words, computer professionals may attempt to solve all
problems through algorithmic means, while failing to perceive
those that cannot be expressed using the abstractions of CT.
Von Steve Easterbrook im Text From Computational Thinking to Systems Thinking (2014) 


Programming should not, however, be essential in the
teaching of computational thinking, nor should knowledge
of programming be necessary to proclaim literacy in basic
computer science. Just as math students come to proofs after
12 or more years of experience with basic math, and
English students come to literary analysis after an even
longer period of reading and writing, programming should
begin for all students only after they have had substantial
practice thinking computationally.
Von James J. Lu, George H. L. Fletcher im Text Thinking about computational thinking (2009) Encouraged by funding programs from the NSF, the US
computer science community has readily adopted the term
computational thinking, using it as a slogan to re-design existing
computer science curricula to make them more attractive
to students, and to develop new courses aimed at audiences
who would not otherwise be exposed to computer science. For
example, the Computer Science Teachers Association (CSTA)
set up a task force to “explore and disseminate teaching and
learning resources related to computational thinking”.
Von Steve Easterbrook im Text From Computational Thinking to Systems Thinking (2014) 
Computational thinking (CT) stems back to the constructionist work of Seymour Papert (Papert, 1980, 1991) and was first
coined as a term in a seminal article by Wing (2006). She explained that CT entails “solving problems, designing systems, and
understanding human behavior, by drawing on the concepts fundamental to computer science” (Wing, 2006, p. 33). As such,
it represents an ability to analyze and then solve various problems. Her arguments provided a fresh perspective on the relationship(
s) between humans and computers, and gave rise to a wave of research on CT.
Von Valerie J. Shute, Chen Sun, Jodi Asbell-Clarke im Text Demystifying computational thinking (2017) The computational thinker looks for problems that can be
tackled with computers. Immediately, this provides a selective
lens through which to view the world. Problems that are unlikely
to have computational solutions (e.g. ethical dilemmas,
value judgements, societal change, etc) are ignored. Others are
reduced to a simpler, computational proxy. It is no coincidence
that computer science students tend to be less morally mature
than students from other disciplines [17]. Ethical dilemmas
have no computational solutions, and so are overlooked when
peering through a CT lens.
Von Steve Easterbrook im Text From Computational Thinking to Systems Thinking (2014) 
At heart, CT is inherently reductionist. Computational problems
are tackled by reducing them to a set of discrete variables
that can be mapped onto abstract data types, and a set of
algorithmic steps for manipulating these data types. In the
process, multiple perspectives on the nature of the problem are
lost, as is any local, contingent knowledge about the problem
situation [18]. Computational thinking thus ignores the fact
that any particular expression of the “the problem to be solved”
is the result of an ongoing negotiation between the competing
needs of a variety of stakeholders [19], [20].
Von Steve Easterbrook im Text From Computational Thinking to Systems Thinking (2014) Wing (2006) argued that CT does not mean to think like a computer; but rather to engage in five cognitive processes with
the goal of solving problems efficiently and creatively. These include:
Von Valerie J. Shute, Chen Sun, Jodi Asbell-Clarke im Text Demystifying computational thinking (2017) - Problem reformulation - Reframe a problem into a solvable and familiar one.
- Recursion - Construct a system incrementally based on preceding information.
- Problem decomposition - Break the problem down into manageable units.
- Abstraction - Model the core aspects of complex problems or systems.
- Systematic testing - Take purposeful actions to derive solutions.
Although there are different efforts to define the term and there is no consensus on different definitions, there is a general
acceptance that CT skills cover the concepts of “abstraction, algorithmic thinking, problem-solving, decomposition, generalization,
and debugging” (Sarıtepeci & Durak, 2017). In support of this, Kalelioglu, Gülbahar and Kukul (2016) have formed a
word cloud in relation to the explanations about computational thinking in their work and have found that the data words
that are most used in terms of defining the process of computation thinking in the literature are “abstraction, problem,
solving, algorithmic and thinking.
Von Hatice Yildiz Durak, Mustafa Saritepeci im Text Analysis of the relation between computational thinking skills and various variables with the structural equation model (2017) 


- First, we advocate that teachers use computing's hard-earned hours in the K–12 curriculum to teach practices unique to our discipline, instead of rehashing generic brain puzzles, mathematics exercises, or perceptual reasoning problems. We are concerned that in the excited rush to develop CT curricula for schools, too many generic ideas may have been introduced at the cost of computing's own disciplinary concepts, ideas, skills, and practices. This ought to be changed.
- Second, we advocate that the public face of CT be expanded to cover the rich spectrum of CT insights from beginner to professional. One of computing's perennial challenges has been the public perception of the field as little more than coding. This image of computing is harmful because it does not show the public the vast range of activities people in computing do. We curate and clean data, train neural networks, and use them to make everyday things smart. We find ways to avoid network bottlenecks to get the full power of the world's biggest computing clusters to the fingertips of smartphone users, without them ever noticing any delay. We continuously seek clever heuristic ways to circumvent the limits of computing. We build software that creates virtual worlds that seamlessly fit social communities and their practices.
Verwandte Objeke
![]() Verwandte Begriffe (co-word occurance) | ![]() ![]() |
CoautorInnenlandkarte
Relevante Personen
Häufig erwähnende Personen

Repenning

Kafai

Barendsen

Eickelmann

Dagienė

Burke

Tedre

Denning

Yadav

Wiebe

Stupurienė

Grgurina

Basawapatna

Lytle

Curzon

Wolfram

Barnes

Labusch

Lodi

Cateté

Hunt

Riley

Vahrenhold

Chioccariello

Spieler
Häufig co-zitierte Personen

Wing

Repenning

Papert

Kafai

Yadav

Resnick

Denning

Koh

Engelhardt

Dettori

Chioccariello

Brennan

Tedre

Sun

Asbell-Clarke

Bocconi

Rusk

Silverman

Silver

Eastmond

Millner

Rosenbaum

Gretter

Hambrusch

McLean
Statistisches Begriffsnetz 
2 Vorträge von Beat mit Bezug
3 Einträge in Beats Blog
3 Erwähnungen auf anderen Websites im Umfeld von Beat Döbeli Honegger
Zitationsgraph (Beta-Test mit vis.js)
Zeitleiste
439 Erwähnungen 
- Programming Multimedia Stories in Scratch to Integrate Computational Thinking and Writing with Elementary Students (Shaunna Smith, Lauren E. Burrow)
- «Die Schule ignoriert die Lebenswelt der Schüler» (Birgit Eickelmann, Martin Spiewak)
- Measuring Computational Thinking - Adapting a Performance Test and a self-assessment instrument for germen-speaking countries (Josef Guggemos, Sabine Seufert, Marcos Román-González)
- Neural Network Construction Practices in Elementary School (Gilad Shamir, Ilya Levin)
- Die Einführung der Informatik an den Mittelschulen - Informationsbulletin Nr. 13 der EDK (Raymond Morel, Pierre Banderet, Fritz Egger, Erich Hui, André Jaquenod, René Jeanneret, Jürg Nievergelt, Edo Poglia, Marcel Sutter) (1978)
- ICT und Medienkunde: wo ist die Informatik im Lehrplan 21? (Walter Gander) (1992)
- An Exploration in the Space of Mathematics Educations (Seymour Papert) (1996)
- Leitfaden: Verwendung generativer KI-Systeme bei Maturitäts- und Projektarbeiten an Zürcher Mittelschulen (Digital Learning Hub Sek II (DLH)) (2000)
- Computational Thinking (Jeannette M. Wing) (2006)
- Creating a Science of Games - Communications of the ACM. Volume 50 , Issue 7 (July 2007) (2007)
- Paving the Way for Computational Thinking - Drawing on methods from diverse disciplines - including computer science,
education, sociology, and psychology - to improve computing education. (Mark Guzdial) (2008)
- ITiCSE 2009 - Proceedings of the 14th Annual SIGCSE Conference on Innovation and Technology in Computer Science Education, ITiCSE 2009, Paris, France, July 6-9, 2009. (Patrick Brézillon, Ingrid Russell, Jean-Marc Labat) (2009)
- Computational thinking (CT) - on weaving it in (Paul Curzon, Joan Peckham, Harriet G. Taylor, Amber Settle, Eric Roberts) (2009)
- SIGCSE 2009 - Proceedings of the 40th SIGCSE Technical Symposium on Computer Science Education, SIGCSE 2009, Chattanooga, TN, USA, March 4-7, 2009 (Sue Fitzgerald, Mark Guzdial, Gary Lewandowski, Steven A. Wolfman) (2009)
- Thinking about computational thinking (James J. Lu, George H. L. Fletcher) (2009)
- The present and future of computational thinking (Owen L. Astrachan, Susanne E. Hambrusch, Joan Peckham, Amber Settle) (2009)
- A multidisciplinary approach towards computational thinking for science majors (Susanne E. Hambrusch, Christoph Hoffmann, John T. Korb, Mark Haugan, Antony L. Hosking) (2009)
- Thinking about computational thinking (James J. Lu, George H. L. Fletcher) (2009)
- SIGCSE 2010 - Proceedings of the 41st ACM technical symposium on Computer science education, SIGCSE 2010, Milwaukee, Wisconsin, USA, March 10-13, 2010 (Gary Lewandowski, Steven A. Wolfman, Thomas J. Cortina, Ellen Lowenfeld Walker) (2009)
- Computational thinking for the sciences - a three day workshop for high school science teachers (Sheikh Iqbal Ahamed, Dennis Brylow, Rong Ge 0003, Praveen Madiraju, Stephen J. Merrill, Craig A. Struble, James P. Early) (2010)
- MPCT - media propelled computational thinking (Eric Andrew Freudenthal, Mary K. Roy, Alexandria Nicole Ogrey, Tanja Magoc, Alan Siegel) (2010)
- Computational thinking for the sciences - a three day workshop for high school science teachers (Sheikh Iqbal Ahamed, Dennis Brylow, Rong Ge 0003, Praveen Madiraju, Stephen J. Merrill, Craig A. Struble, James P. Early) (2010)
- Scratch: Programming for All - "Digital fluency" should mean designing, creating, and remixing, not just browsing, chatting, and interacting. (Mitchel Resnick, John Maloney, Andrés Monroy-Hernández, Natalie Rusk, Evelyn Eastmond, Karen Brennan, Amon Millner, Eric Rosenbaum, Jay Silver, Brian Silverman, Yasmin B. Kafai) (2009)
- Scalable game design and the development of a checklist for getting computational thinking into public schools (Alexander Repenning, David Webb, Andri Ioannidou) (2010)
- ITiCSE 2010 - Proceedings of the 15th Annual SIGCSE Conference on Innovation and Technology in Computer Science Education, ITiCSE 2010, Bilkent, Ankara, Turkey, June 26-30, 2010 (Reyyan Ayfer, John Impagliazzo, Cary Laxer) (2010)
- File references, trees, and computational thinking (Craig S. Miller, Ljubomir Perkovic, Amber Settle) (2010)
- CSTA K-12 Computer Science Standards (CSTA Standards Task Force) (2011)
- Report of a Workshop of Pedagogical Aspects of Computational Thinking (2011)
- Computational Thinking Patterns (Andri Ioannidou, Vicki E. Bennett, Alexander Repenning, Kyu Han Koh, Ashok R. Basawapatna) (2011)
- ITiCSE 2011 - Proceedings of the 16th Annual SIGCSE Conference on Innovation and Technology in Computer Science Education, ITiCSE 2011, Darmstadt, Germany, June 27-29, 2011 (Guido Rößling, Thomas L. Naps, Christian Spannagel) (2011)
- Computational thinking - what it might mean and what we might do about it (Chenglie Hu) (2011)
- Computational thinking - what it might mean and what we might do about it (Chenglie Hu) (2011)
- Informatics in Schools - Contributing to 21st Century Education (Ivan Kalas, Roland Mittermeir) (2011)
- Teaching Programming at Primary Schools - Visions, Experiences, and Long-Term Research Prospects (Giovanni Serafini) (2011)
- Teaching Programming at Primary Schools - Visions, Experiences, and Long-Term Research Prospects (Giovanni Serafini) (2011)
- SIGCSE 2011 - Proceedings of the 42nd ACM technical symposium on Computer science education, SIGCSE 2011, Dallas, TX, USA, March 9-12, 2011 (Thomas J. Cortina, Ellen Lowenfeld Walker, Laurie A. Smith King, David R. Musicant) (2011)
- Scratching the subject surface - infusing computing into K-12 curriculum (Ursula Wolz, Youwen Ouyang, Scott Leutenegger) (2011)
- A model for piloting pathways for computational thinking in a general education curriculum (Charles Dierbach, Harry Hochheiser, Samuel Collins, Gerald J. Jerome, Christopher Ariza, Tina Kelleher, William Kleinsasser, Josh Dehlinger, Siddharth Kaza) (2011)
- Scratching the subject surface - infusing computing into K-12 curriculum (Ursula Wolz, Youwen Ouyang, Scott Leutenegger) (2011)
- Programming Goes Back to School - Broadening participation by integrating game design into middle school curricula. (Alexander Repenning) (2012)
- Kinder und Jugendliche im Internet - Risiken und Interventionsmöglichkeiten (Urs Gasser, Sandra Cortesi, Jan Gerlach) (2012)
- Gedanken zu einer digitalen Didaktik (Peter Gasser)
- Gedanken zu einer digitalen Didaktik (Peter Gasser)
- WIPSCE '12 - Workshop in Primary and Secondary Computing Education, Hamburg, Germany, November 8-9, 2012 (2012)
- Abenteuer informatik - hands-on exhibits for learning about computational thinking (2012)
- SIGCSE 2012 - Proceedings of the 43rd ACM technical symposium on Computer science education, SIGCSE 2012, Raleigh, NC, USA, February 29 - March 3, 2012 (Laurie A. Smith King, David R. Musicant, Tracy Camp, Paul T. Tymann) (2012)
- Developing microlabs using Google web toolkit (Barry L. Kurtz, James B. Fenwick Jr., Philip Meznar) (2012)
- The fairy performance assessment - measuring computational thinking in middle school (Linda L. Werner, Jill Denner, Shannon Campe, Damon Chizuru Kawamoto) (2012)
- Developing microlabs using Google web toolkit (Barry L. Kurtz, James B. Fenwick Jr., Philip Meznar) (2012)
- Digital gefordert - NZZ am Sonntag (2012)
- Informatics in Schools - Sustainable Informatics Education for Pupils of all Ages - 6th International Conference on Informatics in Schools: Situation, Evolution, and Perspectives, ISSEP 2013, Oldenburg, Germany, February 26 - March 2, 2013. (Ira Diethelm, Roland T. Mittermeir) (2013)
- 4. Informatics for All High School Students (Anna Beata Kwiatkowska)
- «Wir könnten viel Geld sparen» - Der IT-Professor Jürg Kohlas fordert mit zwei Kollegen, dass Informatik an den Gymnasien zum Pflichtfach wird (Jürg Kohlas, Simone Luchetta) (2013)
- informatik@gymnasium - Ein Entwurf für die Schweiz (Jürg Kohlas, Jürg Schmid, Carl August Zehnder) (2013)
- Informatics education: Europe cannot afford to miss the boat - Report of the joint Informatics Europe & ACM Europe Working Group on Informatics Education April 2013 (Walter Gander, Antoine Petit, Gérard Berry, Barbara Demo, Jan Vahrenhold, Andrew D. McGettrick, Roger D. Boyle, Michèle Drechsler, Avi Mendelson, Chris Stephenson, Carlo Ghezzi, Bertrand Meyer) (2013)
- The Science in Computer Science (Peter Denning) (2013)
- Invent to Learn - Making, Tinkering, and Engineering in the Classroom (Sylvia Libow Martinez, Gary Stager) (2013)
- Computer Science: Catch Them Early (Bertrand Meyer) (2013)
- Weltbilder in der Informatik: Sichtweisen auf Profession, Studium, Genderaspekte und Verantwortung - Spektrum der Informatik, Volume 36, Issue 3, June 2013 (2013)
- Informatik erschließen - Ein curricularer Ansatz für Mädchen (Anne Weibert, Thomas von Rekowski, Volker Wulf) (2013)
- Informatik erschließen - Ein curricularer Ansatz für Mädchen (Anne Weibert, Thomas von Rekowski, Volker Wulf) (2013)
- Programmieren oder programmiert werden - Die Grundlagen der Informatik sollten an den Schulen in einem eigenständigen, obligatorischen Fach unterrichtet werden (Stefan Betschon) (2013)
- «Die Informatik verändert, was unter Allgemeinbildung zu verstehen ist» (Carl August Zehnder, Stefan Betschon) (2013)
- Informatik im Lehrplan 21 - Ein grundsätzlicher Positionsbezug zum Wohl und Nutzen des Denk- und Werkplatzes Schweiz (Hasler Stiftung) (2013)
- Digitale Schule Österreich (Peter Micheuz, Anton Reiter, Gerhard Brandhofer, Martin Ebner, Barbara Sabitzer) (2013)
- Informatik und Bildung - eine philosophische Annäherung (Ludwig Hasler) (2013)
- ICER 2013 - International Computing Education Research Conference, ICER '13, La Jolla, CA, USA, August 12-14, 2013 (Beth Simon, Alison Clear, Quintin I. Cutts) (2013)
- The zones of proximal flow - guiding students through a space of computational thinking skills and challenges (Ashok R. Basawapatna, Alexander Repenning, Kyu Han Koh, Hilarie Nickerson) (2013)
- Efficient egg drop contests - how middle school girls think about algorithmic efficiency (Michèlle Friend, Robert Cutler) (2013)
- Alternate realities for computational thinking (Karen Doore) (2013)
- The zones of proximal flow - guiding students through a space of computational thinking skills and challenges (Ashok R. Basawapatna, Alexander Repenning, Kyu Han Koh, Hilarie Nickerson) (2013)
- SIGCSE 2013 - The 44th ACM Technical Symposium on Computer Science Education, SIGCSE '13, Denver, CO, USA, March 6-9, 2013 (Tracy Camp, Paul T. Tymann, J. D. Dougherty, Kris Nagel) (2013)
- The simulation creation toolkit - an initial exploration into making programming accessible while preserving computational thinking (Ashok R. Basawapatna, Alexander Repenning, Clayton H. Lewis) (2013)
- Computing creativity - divergence in computational thinking (Vicki E. Bennett, Kyu Han Koh, Alexander Repenning) (2013)
- Robobuilder - a computational thinking game (abstract only) (David Weintrop, Uri Wilensky) (2013)
- Using scaffolded examples to teach computational thinking concepts (Heidi C. Webb, Mary Beth Rosson) (2013)
- The social turn in K-12 programming - Moving from computational thinking to computational participation (Yasmin B. Kafai, Leo Leppänen, Quinn Burke, Juho Leinonen, Arto Hellas) (2013)
- The simulation creation toolkit - an initial exploration into making programming accessible while preserving computational thinking (Ashok R. Basawapatna, Alexander Repenning, Clayton H. Lewis) (2013)
- Schweizer Informatik Gesellschaft (SI) zum Lehrplan 21 (Schweizer Informatik Gesellschaft (SI), Jürg Gutknecht, Juraj Hromkovic, Marc Brandis, Mehdi Jazayeri, Dominik Gruntz, Beat Trachsler, Armin Barth, Stefan Niggli) (2013)
- Computational thinking and tinkering - Exploration of an early childhood robotics curriculum (Marina Umaschi Bers, Louise P. Flannery, Elizabeth R. Kazakoff) (2014)
- A Practical Guide to Teaching Computing and ICT in the Secondary School - 2. Edition (Andrew Connell, Anthony Edwards, Alison Hramiak) (2014)
- Beim Programmieren der Fantasie freien Lauf lassen (Alexander Repenning) (2014)
- Should Everybody Learn to Code? (Esther Shein) (2014)
- Computational Thinking for the Modern Problem Solver (David D. Riley, Kenny A. Hunt) (2014)
- 1. What is Computational Thinking?
- 4. Solving Problems
- 12. Information Security
- Beyond Minecraft - Facilitating Computational Thinking through Modeling and Programming in 3D (Alexander Repenning, David C. Webb, Catharine Brand, Fred Gluck, Ryan Grover, Susan Miller, Hilarie Nickerson, Muyang Song) (2014)
- Medienbildung im digitalen Zeitalter (Thomas Merz, Mareike Düssel) (2014)
- Connected Code - Why Children Need to Learn Programming (Yasmin B. Kafai, Quinn Burke) (2014)
- KEYCIT 2014 - Key Competencies in Informatics and ICT (Torsten Brinda, Nicholas Reynolds, Ralf Romeike) (2014)
- «Schüler sind keine Memory Sticks» (Alexander Repenning, Raffael Schuppisser) (2014)
- Lessons in Teaching Computing in Primary Schools (James Bird, Helen Caldwell, Peter Mayne) (2014)
- From Computational Thinking to Systems Thinking - A conceptual toolkit for sustainability computing (Steve Easterbrook) (2014)
- ISSEP 2014 - Informatics in Schools - Teaching and Learning Perspectives (Yasemin Gülbahar, Erinç Karataş) (2014)
- ICER 2014 - International Computing Education Research Conference, ICER 2014, Glasgow, United Kingdom, August 11-13, 2014 (Quintin I. Cutts, Beth Simon, Brian Dorn) (2014)
- Computational thinking curriculum development for upper elementary school classes (Charlotte Hill) (2014)
- Computational thinking curriculum development for upper elementary school classes (Charlotte Hill) (2014)
- SIGCSE 2014 - The 45th ACM Technical Symposium on Computer Science Education, SIGCSE '14, Atlanta, GA, USA - March 05 - 08, 2014 (J. D. Dougherty, Kris Nagel, Adrienne Decker, Kurt Eiselt) (2014)
- China's perspective from the viewpoint of computational thinking on CS1 for non-majors (abstract only) (Ming Zhang 0004, Bo Li, Ginnie Lo) (2014)
- Studio K - a game development environment designed for gains in computational thinking (abstract only) (Gabriella Anton, Matthew Berland) (2014)
- Kodu alice and computer science unplugged - a model of effective introducing middle school students to computer science and computational thinking (abstract only) (Daniela Marghitu, Lavaris Thomas, Yasmeen Rawajfih, Jillian Hall, Andrew Marshall) (2014)
- Creative Computing (Karen Brennan, Christan Balch, Michelle Chung) (2014)
- WiPSCE 2014 - Proceedings of the 9th Workshop in Primary and Secondary Computing Education, Berlin, Germany, November 5-7, 2014 (Carsten Schulte, Michael E. Caspersen, Judith Gal-Ezer) (2014)
- Introducing teachers to computational thinking using unplugged storytelling (Paul Curzon, Peter W. McOwan, Nicola Plant, Laura R. Meagher) (2014)
- Informatics concepts for primary education - preparing children for computational thinking (Barbara Sabitzer, Peter K. Antonitsch, Stefan Pasterk) (2014)
- Computational thinking skills in dutch secondary education - exploring teacher's perspective (Natasa Grgurina, Erik Barendsen, Bert Zwaneveld, Klaas van Veen, Idzard Stoker) (2014)
- Regelstandards informatische Bildung in der Volksschule des Kantons Solothurn - Wegleitung und Empfehlungen (imedias) (2014)
- Political computational thinking - policy networks, digital governance and ‘learning to code’ (Ben Williamson) (2015)
- Teaching Computing - Developing as a Reflective Secondary Teacher (Carl Simmons, Claire Hawkins) (2015)
- Code-It: How to Teach Primary Programming Using Scratch (Phil Bagge) (2015)
- Computational Thinking in der Lehrerbildung (Alexander Repenning) (2015)
- SIGCSE 2015 - Kansas City, MO, USA, March 4-7, 2015 (Adrienne Decker, Kurt Eiselt, Carl Alphonce, Jodi Tims) (2015)
- Evaluating Scratch Programs to Assess Computational Thinking in a Science Lesson - (Abstract Only) (Jennifer Albert, Barry W. Peddycord III, Tiffany Barnes) (2015)
- Situating Computational Thinking with Big Data - Pedagogy and Technology (Abstract Only) (Austin Cory Bart) (2015)
- Developing Computational Thinking Through Image Making and Constructionist Learning - (Abstract Only) (Eileen Fordham, Halley Freger, Amanda Hinchman-Dominguez, Alexander Mitchell, Daniel Rebelsky, Victoria Tsou, Earnest Wheeler, Zoe Wolter, Samuel A. Rebelsky) (2015)
- KELP CS and LaPlaya - A Computational Thinking Curriculum and Development Environment for 4th - 6th Grade (Abstract Only) (Diana Franklin, Hilary A. Dwyer) (2015)
- Assessments for Computational Thinking in K-12 - (Abstract Only) (Shuchi Grover, Marie A. Bienkowski, Eric Snow) (2015)
- STEM Careers Inforgaphic Project (SCIP) - Teaching Media-Based Computational Thinking Practices (Abstract Only) (Brittany Ann Kos, Elizabeth Sims) (2015)
- Computing in the Classroom - A Workshop for Teachers to Infuse Computational Thinking into K-12 Classrooms (Abstract Only) (Yesem Kurt-Peker, Lydia Ray, Rania A. HodHod, Shamim Khan) (2015)
- What Does It Take to Do Computer Programming? - Surveying the K-12 Students' Conceptions (Antti-Jussi Lakanen, Ville Isomöttönen) (2015)
- ENGAGE - A Game-based Learning Environment for Middle School Computational Thinking (Kristy Elizabeth Boyer, Philip Sheridan Buffum, Kirby Culbertson, Megan Hardy Frankosky, James C. Lester, Allison G. Martínez-Arocho, Wookhee Min, Bradford W. Mott, Fernando J. Rodríguez, Eric N. Wiebe) (2015)
- Teaching with Tablets (Helen Caldwell, James Bird) (2015)
- 8. Computing (Yasemin Allsop)
- Programmieren als dritte Fremdsprache (Marc Bodmer) (2015)
- To Block or not to Block, That is the Question - Students’ Perceptions of Blocks-based Programming (David Weintrop, Uri Wilensky) (2015)
- A New Culture of Learning: Computing and Next Generations - IFIP Working Conference (1-3 July 2015) (2015)
- Proceedings of the Workshop in Primary and Secondary Computing Education, WiPSCE 2015, London, United Kingdom, November 9-11, 2015 (Judith Gal-Ezer, Sue Sentance, Jan Vahrenhold) (2015)
- Using Interface Design to Develop Computational Thinking Skills (Ana C. Calderon, Tom Crick) (2015)
- A Pilot Computer Science and Programming Course for Primary School Students (Caitlin Duncan, Tim Bell) (2015)
- Exploring Students' Computational Thinking Skills in Modeling and Simulation Projects - a Pilot Study (Natasa Grgurina, Erik Barendsen, Klaas van Veen, Cor J. M. Suhre, Bert Zwaneveld) (2015)
- A Work in Progress Paper - Evaluating a Microworlds-based Learning Approach for Developing Literacy and Computational Thinking in Cross-curricular Contexts (Craig Jenkins) (2015)
- Dr. Scratch - a Web Tool to Automatically Evaluate Scratch Projects (Jesús Moreno-León, Gregorio Robles) (2015)
- Relationships - computational thinking, pedagogy of programming, and Bloom's Taxonomy (Cynthia Collins Selby) (2015)
- Using Interface Design to Develop Computational Thinking Skills (Ana C. Calderon, Tom Crick) (2015)
- ISSEP 2015 - Informatics in Schools. Curricula, Competences, and Competitions (Andrej Brodnik, Jan Vahrenhold) (2015)
- 11. Computing at School in Sweden - Experiences from Introducing Computer Science within Existing Subjects (Fredrik Heintz, Linda Mannila, Karin NygÃ¥rds, Peter Parnes, Björn Regnell)
- 13. Introducing a New Computer Science Curriculum for All School Levels in Poland (Maciej M. Sysło, Anna Beata Kwiatkowska)
- 11. Computing at School in Sweden - Experiences from Introducing Computer Science within Existing Subjects (Fredrik Heintz, Linda Mannila, Karin NygÃ¥rds, Peter Parnes, Björn Regnell)
- Primary Computing in Action (Yasemin Allsop, Ben Sedman) (2015)
- 13. Planning and assessment of computing and computational thinking (Mark Dorling, John Woollard)
- ICER 2015 - Proceedings of the eleventh annual International Conference on International Computing Education Research, ICER 2015, Omaha, NE, USA, August 09 - 13, (Brian Dorn, Judy Sheard, Quintin I. Cutts) (2015)
- On Pre-requisite Skills for Universal Computational Thinking Education (Elizabeth C. Cole) (2015)
- Grounding Computational Thinking Skill Acquisition Through Contextualized Instruction (Hilarie Nickerson, Catharine Brand, Alexander Repenning) (2015)
- Understanding Collaborative Computational Thinking (Bushra Chowdhury) (2015)
- On Pre-requisite Skills for Universal Computational Thinking Education (Elizabeth C. Cole) (2015)
- Hello Ruby - Adventures in Coding (Linda Liukas) (2015)
- Computational thinking - A guide for teachers (Andrew Csizmadia, Paul Curzon, Mark Dorling, Simon Humphreys, Thomas Ng, Cynthia Selby, John Woollard) (2015)
- Pflichtfach Informatik - Bildungsexperten fordern verpflichtenden Unterricht an allgemeinbildenden Schulen (Beate Barrein, Dorothee Wiegand) (2015)
- Learner-Centered Design of Computing Education - Research on Computing for Everyone (Mark Guzdial) (2015)
- Koli Calling 2015 - Proceedings of the 15th Koli Calling Conference on Computing Education Research, Koli, Finland, November 19-22, 2015 (Päivi Kinnunen, Judy Sheard) (2015)
- Theater robotics for human technology education (Mikko Laamanen, Ilkka Jormanainen, Erkki Sutinen) (2015)
- Theater robotics for human technology education (Mikko Laamanen, Ilkka Jormanainen, Erkki Sutinen) (2015)
- Makerspace in der Primarschule (Marcel Jent) (2015)
- 300 Keywords Informationsethik - Grundwissen aus Computer- Netz- und Neue-Medien-Ethik sowie Maschinenethik (Oliver Bendel) (2016)
- From computing to computational thinking (Paul S. Wang) (2016)
- Developing Computational Thinking in Compulsory Education - Implications for policy and practice (Stefania Bocconi, Augusto Chioccariello, Giuliana Dettori, Anusca Ferrari, Katja Engelhardt) (2016)
- Computational Participation - Understanding Coding as an Extension of Literacy Instruction (Quinn Burke, W. Ian O’Byrne, Yasmin B. Kafai) (2016)
- SIGCSE 2016 - Memphis, TN, USA, March 02 - 05, 2016 (Carl Alphonce, Jodi Tims, Michael E. Caspersen, Stephen H. Edwards) (2016)
- Computational Thinking as a Liberal Study (Dave Mason, Irfan Khan, Vadim Farafontov) (2016)
- A Study on the Impact of Multidisciplinary Collaboration on Computational Thinking (Sarah Monisha Pulimood, Kim Pearson, Diane C. Bates) (2016)
- Computational Thinking as a Liberal Study (Dave Mason, Irfan Khan, Vadim Farafontov) (2016)
- Computational Thinking: I do not think it means what you think it means (Lorena A Barba) (2016)
- Mehr als 0 und 1 - Schule in einer digitalisierten Welt (Beat Döbeli Honegger) (2016)
- 6. Wozu Informatik? (2016)
- 6. Wozu Informatik? (2016)
- Das ist kein Spiel (Jochen Bettzieche) (2016)
- Die Informatik aus der Spielkiste (Andreas Lorenz-Meyer) (2016)
- ICER 2016 - Proceedings of the 2016 ACM Conference on International Computing Education Research, ICER 2016, Melbourne, VIC, Australia, September 8-12, 2016 (Judy Sheard, Josh Tenenberg, Donald Chinn, Brian Dorn) (2016)
- Mixed Methods for the Assessment and Incorporation of Computational Thinking in K-12 and Higher Education (Joshua Levi Weese) (2016)
- Computational Thinking as a Computer Science Education Framework and the Related Effects on Gender Equity (Jon Good) (2016)
- Mixed Methods for the Assessment and Incorporation of Computational Thinking in K-12 and Higher Education (Joshua Levi Weese) (2016)
- Proceedings of the 11th Workshop in Primary and Secondary Computing Education (WiPSCE 2016) - Münster, Germany, October 13-15, 2016 (Jan Vahrenhold, Erik Barendsen) (2016)
- Teacher Feedback on Delivering Computational Thinking in Primary School (Tim Bell, Caitlin Duncan, James Atlas) (2016)
- CTWINS - improving Computational Thinking confidence in educators through paired activities (Richard Millwood, Glenn Strong, Nina Bresnihan, Pamela Cowan) (2016)
- Teacher Feedback on Delivering Computational Thinking in Primary School (Tim Bell, Caitlin Duncan, James Atlas) (2016)
- Informatics in Schools: Improvement of Informatics Knowledge and Perception - 9th International Conference on Informatics in Schools: Situation, Evolution, and Perspectives, ISSEP 2016, Münster, Germany, October 13-15, 2016 (Andrej Brodnik, Françoise Tort) (2016)
- 3. It's Computational Thinking! - Bebras Tasks in the Curriculum (Valentina Dagienė, Sue Sentance)
- 4. How to Attract the Girls - Gender-Specific Performance and Motivation in the Bebras Challenge (Peter Hubwieser, Elena Hubwieser, Dorothee Graswald)
- 13. Combining the Power of Python with the Simplicity of Logo for a Sustainable Computer Science Education (Juraj Hromkovic, Tobias Kohn, Dennis Komm, Giovanni Serafini)
- 3. It's Computational Thinking! - Bebras Tasks in the Curriculum (Valentina Dagienė, Sue Sentance)
- Scalable Game Design - Ein Erfolgsmodell - Kurzfassung des Schlussberichts (2016)
- Teaching Computing Unplugged in Primary Schools - Exploring primary computing through practical activities away from the computer (Helen Caldwell, Neil Smith) (2016)
- Bildung Schweiz 12/2016 (2016)
- Connected Gaming - What Making Video Games Can Teach Us about Learning and Literacy (Yasmin B. Kafai, Quinn Burke) (2016)
- Emerging Research, Practice, and Policy on Computational Thinking (Peter J. Rich, Charles B. Hodges) (2017)
- 2. Making Computer Science Attractive to High School Girls with Computational Thinking Approaches - A Case Study (Oshani Seneviratne)
- 4. Computational Thinking as an Interdisciplinary Approach to Computer Science School Curricula - A German Perspective (Jan Delcker, Dirk Ifenthaler)
- 5. Proto-computational Thinking - The Uncomfortable Underpinnings (Deborah Tatar, Steve Harrison, Michael Stewart, Chris Frisina, Peter Musaeus)
- 6. Medical Computational Thinking - Computer Scientific Reasoning in the Medical Curriculum (Peter Musaeus, Deborah Tatar, Michael Rosen)
- 7. Integrating Computational Thinking in Discrete Structures (Gerard Rambally)
- 8. A Computational Approach to Learning Programming Using Visual Programming in a Developing Country University (Ago MacGranaky Quaye, Salihu Ibrahim Dasuki)
- 10. Using Model-Based Learning to Promote Computational Thinking Education (Hong P. Liu, Sirani M. Perera, Jerry W. Klein)
- 11. Teaching Computational Thinking Patterns in Rural Communities (Carla Hester Croff)
- 12. Teacher Transformations in Developing Computational Thinking - Gaming and Robotics Use in After-School Settings (Alan Buss, Ruben Gamboa)
- 13. Computational Thinking in Teacher Education (Aman Yadav, Sarah Gretter, Jon Good, Tamika McLean)
- 14. Computational Thinking Conceptions and Misconceptions - Progression of Preservice Teacher Thinking During Computer Science Lesson Planning (Olgun Sadik, Anne-Ottenbreit Leftwich, Hamid Nadiruzzaman)
- 15. The Code ABC MOOC - Experiences from a Coding and Computational Thinking MOOC for Finnish Primary School Teachers (Tarmo Toikkanen, Teemu Leinonen)
- 16. Assessing Computational Thinking Across the Curriculum (Julie Mueller, Danielle Beckett, Eden Hennessey, Hasan Shodiev)
- 17. Assessing Algorithmic and Computational Thinking in K-12 - Lessons from a Middle School Classroom (Shuchi Grover) (2017)
- 18. Principles of Computational Thinking Tools (Alexander Repenning, Ashok R. Basawapatna, Nora A. Escherle)
- 19. Exploring Strengths and Weaknesses in Middle School Students´ Computational Thinking in Scratch (Kevin Lawanto, Kevin Close, Clarence Ames, Sarah Brasiel)
- 20. Measuring Computational Thinking Development with the FUN! Tool (Sarah Brasiel, Kevin Close, Soojeong Jeong, Kevin Lawanto, Phil Janisiewicz)
- 23. A Future-Focused Education - Designed to Create the Innovators of Tomorrow (Laurie F. Ruberg, Aileen Owens)
- 24. Computational Participation - Teaching Kids to Create and Connect Through Code (Yasmin B. Kafai, Quinn Burke) (2017)
- 2. Making Computer Science Attractive to High School Girls with Computational Thinking Approaches - A Case Study (Oshani Seneviratne)
- Coding Literacy - How Computer Programming Is Changing Writing (Annette Vee) (2017)
- Programmiert auf Erfolg (Maximilian Nowroth, Max Haerder) (2017)
- ECDL Module Computing - Syllabus Version 1.0 (ICDL Foundation) (2017)
- The Seeds That Seymour Sowed (Mitchel Resnick) (2017)
- ICDL Computing - Learning Material (ICDL Foundation) (2017)
- Misconceptions About Computer Science (Peter Denning, Matti Tedre, Pat Yongpradit) (2017)
- SIGCSE 2017 - Proceedings of the 2017 ACM SIGCSE Technical Symposium on Computer Science Education, Seattle, WA, USA, March 8-11, 2017 (Michael E. Caspersen, Stephen H. Edwards, Tiffany Barnes, Daniel D. Garcia) (2017)
- Evaluation and Impact of a Required Computational Thinking Course for Architecture Students (Nick Senske) (2017)
- Improving Students' Learning and Achievement in CS Classrooms through Computational Creativity Exercises that Integrate Computational and Creative Thi (Duane F. Shell, Leen-Kiat Soh, Abraham E. Flanigan, Markeya S. Peteranetz, Elizabeth Ingraham) (2017)
- Evaluation and Impact of a Required Computational Thinking Course for Architecture Students (Nick Senske) (2017)
- Eingebettete Systeme - LOG IN 185/186 (2017)
- Einstieg ins Programmieren mit dem Raspberry Pi (Emil Müller, Aegidius Plüss) (2017)
- Einstieg ins Programmieren mit dem Raspberry Pi (Emil Müller, Aegidius Plüss) (2017)
- fnm Magazin 1/2017 (2017)
- Nicht nachdenken, programmieren! (Adrian Lobe) (2017)
- Remaining Trouble Spots with Computational Thinking - Addressing unresolved questions concerning computational thinking. (Peter Denning) (2017)
- Tomorrow's Learning: Involving Everyone. Learning with and about Technologies and Computing - 11th IFIP TC 3 World Conference on Computers in Education, WCCE 2017, Dublin, Ireland, July 3-6, 2017 (Arthur Tatnall, Mary Webb) (2017)
- 43. Computer Science in the School Curriculum - Issues and Challenges (Mary Webb, Tim Bell, Niki Davis, Yaacov J. Katz, Nicholas Reynolds, Dianne P. Chambers)
- 53. Smartwalk - Computer Science on the Schoolyard (Michael Weigend)
- 57. Defining Procedures in Early Computing Education (Ivan Kalas, Laura Benton)
- 60. A Software Development Process for Freshman Undergraduate Students - Case Study for Grade 6 Students Group (Catherine Higgins, Fredrick Mtenzi, Ciaran O’Leary, Orla Hanratty, Claire McAvinia)
- 68. Computational Thinking in Primary Schools - Theory and Causal Models (Christine Bescherer, Andreas Fest)
- 43. Computer Science in the School Curriculum - Issues and Challenges (Mary Webb, Tim Bell, Niki Davis, Yaacov J. Katz, Nicholas Reynolds, Dianne P. Chambers)
- International Conference on Computational Thinking Education - Hong-Kong, 13.-15.07.2017 (Siu Cheung Kong, Josh Sheldon, Robert Kwok-yiu Li) (2017)
- Computational Thinking as a Key Competence - a Research Concept (Amelie Labusch, Birgit Eickelmann)
- Computational Thinking as a Key Competence - a Research Concept (Amelie Labusch, Birgit Eickelmann)
- Coding as a Playground - Programming and Computational Thinking in the Early Childhood Classroom (Marina Umaschi Bers) (2017)
- Computational Thinking - A Beginner's Guide to Problem-Solving and Programming (Karl Beecher) (2017)
- ICER 2017 - Proceedings of the 2017 ACM Conference on International Computing Education Research, ICER 2017, Tacoma, WA, USA, August 18-20, 2017 (Josh Tenenberg, Donald Chinn, Judy Sheard, Lauri Malmi) (2017)
- Conceptions and Misconceptions about Computational Thinking among Italian Primary School Teachers (Isabella Corradini, Michael Lodi, Enrico Nardelli) (2017)
- Principled Assessment of Student Learning in High School Computer Science (Eric Snow, Daisy Rutstein, Marie A. Bienkowski, Yuning Xu) (2017)
- Growth Mindset in Computational Thinking Teaching and Teacher Training (Michael Lodi) (2017)
- Conceptions and Misconceptions about Computational Thinking among Italian Primary School Teachers (Isabella Corradini, Michael Lodi, Enrico Nardelli) (2017)
- Lifelong Kindergarten - Cultivating Creativity through Projects, Passion, Peers, and Play (Mitchel Resnick) (2017)
- Coding - Computer + Unterricht Nr. 107/2017 (Stefan Aufenanger) (2017)
- 21st Century Skills
- Einen Rechner braucht es nicht (Christian Kleinhanß)
- Coding-Kenntnisse hamstern (Holger Schmidt)
- 21st Century Skills
- Creating the Coding Generation in Primary Schools (Steve Humble) (2017)
- Informatische Bildung zum Verstehen und Gestalten der digitalen Welt - 17. GI-Fachtagung Informatik und Schule (Ira Diethelm) (2017)
- Zieldimensionen für frühe informatische Bildung im Kindergarten und in der Grundschule (Nadine Bergner, Hilde Köster, Johannes Magenheim, Kathrin Müller, Ralf Romeike, Ulrik Schroeder, Carsten Schulte)
- Analogien für Programmierkonzepte - Ein Weg zum Computational Thinking (Barbara Wieczorek, Liz Ribe, Christina B. Class, Michael Brinkmeier)
- Wirkmodelle zum Computational Thinking in der Grundschule (Christine Bescherer, Andreas Fest)
- Zieldimensionen für frühe informatische Bildung im Kindergarten und in der Grundschule (Nadine Bergner, Hilde Köster, Johannes Magenheim, Kathrin Müller, Ralf Romeike, Ulrik Schroeder, Carsten Schulte)
- Analysis of the relation between computational thinking skills and various variables with the structural equation model (Hatice Yildiz Durak, Mustafa Saritepeci) (2017)
- Demystifying computational thinking (Valerie J. Shute, Chen Sun, Jodi Asbell-Clarke) (2017)
- Computational Thinking als internationales Zusatzmodul zu ICILS 2018 - Konzeptionierung und Perspektiven für die empirische Bildungsforschung (Birgit Eickelmann) (2017)
- Lernen und Lehren mit Technologien: Vermittlung digitaler und informatischer Kompetenzen - Erziehung & Unterricht 7&8/2017 (2017)
- Coding als Baustein der digitalen Grundbildung (2017)
- Informatics in Schools: Focus on Learning Programming - 10th International Conference on Informatics in Schools: Situation, Evolution, and Perspectives, ISSEP 2017, Helsinki, Finland, November 13-15, 2017 (Valentina Dagiene, Arto Hellas) (2017)
- Schule digital - der Länderindikator 2017 - Schulische Medienbildung in der Sekundarstufe I mit besonderem Fokus auf MINT-Fächer im Bundesländervergleich und Trends von 2015 bis 2017 (Ramona Lorenz, Wilfried Bos, Manuela Endberg, Birgit Eickelmann, Silke Grafe, Jan Vahrenhold) (2017)
- Handbook of Technology Education (Marc J. de Vries) (2017)
- 28. Robotics in Technology Education (Martin Fislake) (2017)
- 28. Robotics in Technology Education (Martin Fislake) (2017)
- Kids & Codes (Christoph Drösser) (2017)
- Regula: erste Schritte ins Programmieren - Grundlagen der Informationstechnik spielerisch lehren und lernen (Armin Ruch) (2018)
- Second Handbook of Information Technology in Primary and Secondary Education (Joke Voogt, Gerald Knezek, Rhonda Christensen, Kwok-Wing Lai) (2018)
- 6. Computer Science and Computational Thinking in the Curriculum - Research and Practice (Aman Yadav, Phil Sands, Jon Good, Alex Lishinki)
- 66. Educational Opportunities for Immersive Virtual Reality (Richard E. Ferdig, Enrico Gandolfi, Zachary Immel)
- 80. International Large-Scale Computer-Based Studies on Information Technology Literacy in Education (Julian Fraillon)
- 6. Computer Science and Computational Thinking in the Curriculum - Research and Practice (Aman Yadav, Phil Sands, Jon Good, Alex Lishinki)
- Development and Evaluation of Concepts and Tools to Reinforce Gender Equality by Engaging Female Teenagers in Coding (Bernadette Spieler) (2018)
- Computational Thinking - Die Welt des algorithmischen Denkens - in Spielen, Zaubertricks und Rätseln (Paul Curzon, Peter W. McOwan) (2018)
- If...Then - Algorithmic Power and Politics (Taina Bucher) (2018)
- Digitalisierung - Herausforderungen und Chancen für die Schule (Rudolf Minsch, Roger Wehrli) (2018)
- Digitalisierung: Diese sieben Dinge braucht die Schule der Zukunft (economosuisse) (2018)
- SIGCSE 2018 - Proceedings of the 49th ACM Technical Symposium on Computer Science Education, SIGCSE 2018, Baltimore, MD, USA, February 21-24, 2018 (Tiffany Barnes, Daniel D. Garcia, Elizabeth K. Hawthorne, Manuel A. Pérez-Quiñones) (2018)
- Computational Thinking for All - An Experience Report on Scaling up Teaching Computational Thinking to All Students in a Major City in Sweden (Fredrik Heintz, Linda Mannila) (2018)
- Introducing Computational Thinking through Non-Programming Science Activities (Youwen Ouyang, Katherine L. Hayden, Julie Remold) (2018)
- Effective Models for Integrating Computational Thinking into NYC Elementary Schools - A Proposed Research Agenda (Abstract Only) (Thea Charles, Amber Oliver, Kate Mulloy) (2018)
- Reported Development of Computational Thinking, Through Computer Science and Programming, and its Benefits for Primary School Students - (Abstract Only) (Caitlin Duncan) (2018)
- Computational Thinking for All - An Experience Report on Scaling up Teaching Computational Thinking to All Students in a Major City in Sweden (Fredrik Heintz, Linda Mannila) (2018)
- Hello World 4 (2018)
- Coding kann doch jedes Kind (Fanny Jiménez) (2018)
- Computer Science Education - Perspectives on Teaching and Learning in School (Sue Sentance, Erik Barendsen, Carsten Schulte) (2018)
- 3. Computational Thinking - A Competency Whose Time Has Come (Shuchi Grover, Roy Pea) (2018)
- 3. Computational Thinking - A Competency Whose Time Has Come (Shuchi Grover, Roy Pea) (2018)
- Programmieren in der Primarschule hilft, Probleme eigenständig lösen zu lernen (2018)
- Teachers as Designers of Learning Environments (Alejandro Paniagua, David Istance) (2018)
- Scale or Fail - Moving beyond self-selected computer science education in Switzerland (Alexander Repenning) (2018)
- Schulblatt Thurgau 2/2018 (2018)
- Die Schule der Zukunft und der Sprung ins digitale Zeitalter - Wie sieht eine zukunftsfähige Lernkultur aus, in der die Nutzung digitaler Technologien eine Selbstverständlichkeit ist? (Dominik Petko) (2017)
- Die Schule der Zukunft und der Sprung ins digitale Zeitalter - Wie sieht eine zukunftsfähige Lernkultur aus, in der die Nutzung digitaler Technologien eine Selbstverständlichkeit ist? (Dominik Petko) (2017)
- EdMedia 2018 (2018)
- Evidence of Computational Thinking in the After-School Makerspace from Written Project Documentation (Kevin Oliver, Jennifer Houchins)
- Evidence of Computational Thinking in the After-School Makerspace from Written Project Documentation (Kevin Oliver, Jennifer Houchins)
- Computational Thinking mit BBC micro:bit - Digitale Bildung in der Sekundarstufe (A. Bachinger, Martin Teufel) (2018)
- Teaching How to Teach Computational Thinking (Anna Lamprou, Alexander Repenning) (2018)
- ICER 2018 - Proceedings of the 2018 ACM Conference on International Computing Education Research, ICER 2018, Espoo, Finland, August 13-15, 2018 (Lauri Malmi, Ari Korhonen, Robert McCartney, Andrew Petersen) (2018)
- Fostering Computational Thinking through Problem-Solving at School (Amelie Labusch) (2018)
- Using Computational Thinking to Transform Elementary Mathematics Instruction (Kathryn M. Rich) (2018)
- A Study on the Assessment of Introductory Computational Thinking via Scratch Programming in Primary Schools (Janne Fagerlund) (2018)
- Decomposition - A K-8 Computational Thinking Learning Trajectory (Kathryn M. Rich, T. Andrew Binkowski, Carla Strickland, Diana Franklin) (2018)
- Fostering Computational Thinking through Problem-Solving at School (Amelie Labusch) (2018)
- Constructionism 2018 - August 20-25, Vilnius, Lithunia (Valentina Dagiene, Eglė Jasute) (2018)
- Hello World 6 (2018)
- Login 189/190 (2018)
- Informatische Kompetenzen in der Grundschule - Sichtweisen und Bausteine (Marco Thomas)
- Informatische Kompetenzen in der Grundschule - Sichtweisen und Bausteine (Marco Thomas)
- Proceedings of the 13th Workshop in Primary and Secondary Computing Education, WiPSCE 2018, Potsdam, Germany, October 04-06, 2018. (Andreas Mühling, Quintin I. Cutts) (2018)
- Co-de - an online learning platform for computational thinking (Zimcke Van de Staey, Tobias Verlinde, Bart Demoen, Bern Martens) (2018)
- A congress for children and computational thinking for everyone (Barbara Sabitzer, Heike Demarle-Meusel) (2018)
- Infusing computational thinking into middle grade science classrooms - lessons learned (Veronica Cateté, Nicholas Lytle, Yihuan Dong, Danielle Boulden, Bita Akram, Jennifer Houchins, Tiffany Barnes, Eric N. Wiebe, James C. Lester, Bradford W. Mott, Kristy Boyer) (2018)
- A curriculum of computational thinking as a central idea of information & media literacy (Andreas Dengel, Ute Heuer) (2018)
- Co-de - an online learning platform for computational thinking (Zimcke Van de Staey, Tobias Verlinde, Bart Demoen, Bern Martens) (2018)
- Informatics in Schools: Fundamentals of Computer Science and Software Engineering (Sergei Pozdniakov, Valentina Dagienė) (2018)
- Teaching Programming and Algorithmic Complexity with Tangible Machines (Tobias Kohn, Dennis Komm)
- Computational Thinking: Constructing the Perceptions of Pre-service Teachers from Various Disciplines (Ragonis Noa)
- Informatics and Computational Thinking - A Teacher Professional Development Proposal Based on Social-Constructivism (Carlo Bellettini, Violetta Lonati, Dario Malchiodi, Mattia Monga, Anna Morpurgo)
- An Investigation of Italian Primary School Teachers’ View on Coding and Programming (Isabella Corradini, Michael Lodi, Enrico Nardelli)
- Problem Solving Olympics: An Inclusive Education Model for Learning Informatics (Roberto Borchia, Antonella Carbonaro, Giorgio Casadei, Luca Forlizzi, Michael Lodi, Simone Martini)
- Teaching Programming and Algorithmic Complexity with Tangible Machines (Tobias Kohn, Dennis Komm)
- Frühe informatische Bildung - Ziele und Gelingensbedingungen für den Elementar- und Primarbereich - Wissenschaftliche Untersuchungen zur Arbeit der Stiftung "Haus der kleinen Forscher" (Nadine Bergner, Hilde Köster, Johannes Magenheim, Kathrin Müller, Ralf Romeike, Ulrik Schroeder, Carsten Schulte) (2018)
- Medienpädagogik und Didaktik der Informatik - Eine Momentaufnahme disziplinärer Bezüge und schulpraktischer Entwicklungen (2018)
- Algorithmische Kunst als Bildungsgegenstand - Gedanken zu einer fachlichen Bildung über Fächer hinaus (Susanne Grabowski, Frieder Nake) (2018)
- Scalable Game Design Switzerland (Alexander Repenning, Anna Lamprou, Nicolas Fahrni, Nora A. Escherle)
- Algorithmische Kunst als Bildungsgegenstand - Gedanken zu einer fachlichen Bildung über Fächer hinaus (Susanne Grabowski, Frieder Nake) (2018)
- Digitale Transformation - Beiträge zur Lehrerinnen- und Lehrerbildung 2/2018 (2018)
- Digitale Transformation in Bildung und Schule - Facetten, Entwicklungslinien und Herausforderungen für die Lehrerinnen- und Lehrerbildung (Dominik Petko, Beat Döbeli Honegger, Doreen Prasse) (2018)
- Digitale Transformation in Bildung und Schule - Facetten, Entwicklungslinien und Herausforderungen für die Lehrerinnen- und Lehrerbildung (Dominik Petko, Beat Döbeli Honegger, Doreen Prasse) (2018)
- Kompetenzen für informatische Bildung im Primarbereich (Arbeitskreis Bildungsstandards Primarbereich) (2019)
- Do We Really Need Computational Thinking? (Enrico Nardelli) (2019)
- CSU-Staatsministerin Bär fordert «Digitalkunde» als Pflichtfach ab der Grundschule (Dietmar Neuerer) (2019)
- SIGCSE 2019 - Proceedings of the 50th ACM Technical Symposium on Computer Science Education, SIGCSE 2019, Minneapolis, MN, USA, February 27 - March 02, 2019 (Elizabeth K. Hawthorne, Manuel A. Pérez-Quiñones, Sarah Heckman, Jian Zhang 0036) (2019)
- Story Programming - Explaining Computer Science Before Coding (Jennifer Parham-Mocello, Shannon Ernst, Martin Erwig, Lily Shellhammer, Emily Dominguez) (2019)
- Infusing Computational Thinking Across Disciplines - Reflections & Lessons Learned (Lori L. Pollock, Chrystalla Mouza, Kevin R. Guidry, Kathleen Pusecker) (2019)
- The Zones of Proximal Flow Tutorial - Designing Computational Thinking Cliffhangers (Ashok R. Basawapatna, Alexander Repenning, Mark Savignano) (2019)
- How Many Abilities Can We Measure in Computational Thinking? - A Study on Bebras Challenge (Ana Liz Souto O. de Araujo, Wilkerson de L. Andrade, Dalton Dario Serey Guerrero, Monilly Ramos Araujo Melo) (2019)
- Development of a Lean Computational Thinking Abilities Assessment for Middle Grades Students (Eric N. Wiebe, Jennifer E. London, Osman Aksit, Bradford W. Mott, Kristy Elizabeth Boyer, James C. Lester) (2019)
- Rethinking Debugging as Productive Failure for CS Education (Yasmin B. Kafai, David DeLiema, Deborah A. Fields, Gary Lewandowski, Colleen Colleen) (2019)
- Story Programming - Explaining Computer Science Before Coding (Jennifer Parham-Mocello, Shannon Ernst, Martin Erwig, Lily Shellhammer, Emily Dominguez) (2019)
- Informatik in Bewegung: Computer Science unplugged (Katinka Penert) (2019)
- Should schools teach coding? (Andreas Schleicher) (2019)
- Informatik Spektrum Sonderheft: Bildung und Informatik - Volume 42, Issue 2, April 2019 (2019)
- Wie Mathematik und Informatik im Unterricht voneinander profitieren können - Teil I (Urs Hauser, Dennis Komm, Giovanni Serafini)
- Wie Mathematik und Informatik im Unterricht voneinander profitieren können - Teil I (Urs Hauser, Dennis Komm, Giovanni Serafini)
- Computational Thinking (Peter Denning, Matti Tedre) (2019)
- 1. What is computational Thinking?
- 8. Teaching Computational Thinking for all
- ICER 2019 - Proceedings of the 2019 ACM Conference on International Computing Education Research, ICER 2019, Toronto, ON, Canada, August 12-14, 2019 (Robert McCartney, Andrew Petersen, Anthony V. Robins, Adon Moskal) (2019)
- From Theory Bias to Theory Dialogue - Embracing Cognitive, Situated, and Critical Framings of Computational Thinking in K-12 CS Education (Yasmin B. Kafai, Chris Proctor, Debora Lui) (2019)
- Identifying Learning Trajectories in Self-Directed Programming (Aaron Milgram, Shruti Jain, Michelle Ichinco) (2019)
- Can We Use Swift as a First Language to Teach Programming to Non-majors? (Taeko Ariga) (2019)
- From Theory Bias to Theory Dialogue - Embracing Cognitive, Situated, and Critical Framings of Computational Thinking in K-12 CS Education (Yasmin B. Kafai, Chris Proctor, Debora Lui) (2019)
- Informatik für alle - 18. GI-Fachtagung Informatik und Schule (Arno Pasternak) (2019)
- Hello World 10 - maths and computer science (2019)
- Challenges of Digital Inequality. Digital Education | Digital Work | Digital Life - Proceedings of the Weizenbaum Conference 2019 (2019)
- Informatik 2019 - Konferenzbeiträge der 49. Jahrestagung der Gesellschaft für Informatik (2019)
- Critical Computational Thinking - Konzeptentwurf zur Vermittlung von Informatikwissen für die Digitalisierungsgestaltung (Esther Ruiz Ben)
- Critical Computational Thinking - Konzeptentwurf zur Vermittlung von Informatikwissen für die Digitalisierungsgestaltung (Esther Ruiz Ben)
- ITiCSE 2019 - Proceedings of the 2019 ACM Conference on Innovation and Technology in Computer Science Education, Aberdeen, Scotland, UK, July 15-17, 2019 (Bruce Scharlau, Roger McDermott, Arnold Pears, Mihaela Sabin) (2019)
- Eye Tracking to Evaluate Comprehension of Computational Thinking (Abdurrahman Arslanyilmaz, Kendra Corpier) (2019)
- Computational Thinking At Primary School - Didactical and Psychological Aspects (Marialaura Moschella) (2019)
- Infusing Computing - Analyzing Teacher Programming Products in K-12 Computational Thinking Professional Development (Yihuan Dong, Veronica Cateté, Nicholas Lytle, Amy Isvik, Tiffany Barnes, Robin Jocius, Jennifer Albert, Deepti Joshi, Richard Robinson, Ashley Andrews) (2019)
- Eye Tracking to Evaluate Comprehension of Computational Thinking (Abdurrahman Arslanyilmaz, Kendra Corpier) (2019)
- Computer Science and PISA 2021 (Andreas Schleicher, Hadi Partovi) (2019)
- Proceedings of the 14th Workshop in Primary and Secondary Computing Education, WiPSCE 2019, Glasgow, Scotland, UK, October 23-25, 2019 (2019)
- Discriminating Programming Strategies in Scratch - Making the Difference between Novice and Experienced Programmers (Max Kesselbacher, Andreas Bollin) (2019)
- Using children's literature to introduce computing principles and concepts in primary schools - work in progress (Sarah Twigg, Lynne Blair, Emily Winter 0001) (2019)
- Development of a Questionnaire on Self-concept, Motivational Beliefs, and Attitude Towards Programming (Luzia Leifheit, Katerina Tsarava, Korbinian Moeller, Klaus Ostermann, Jessika Golle, Ulrich Trautwein, Manuel Ninaus) (2019)
- Cognitive Correlates of Computational Thinking - Evaluation of a Blended Unplugged/Plugged-In Course (Katerina Tsarava, Luzia Leifheit, Manuel Ninaus, Marcos Román-González, Martin V. Butz, Jessika Golle, Ulrich Trautwein, Korbinian Moeller) (2019)
- Programming to learn in Italian primary school (Martina Benvenuti, Augusto Chioccariello, Giorgia Giammoro) (2019)
- From 'Use' to 'Choose' - Scaffolding CT Curricula and Exploring Student Choices while Programming (Practical Report) (Nicholas Lytle, Veronica Cateté, Amy Isvik, Danielle Boulden, Yihuan Dong, Eric N. Wiebe, Tiffany Barnes) (2019)
- Discriminating Programming Strategies in Scratch - Making the Difference between Novice and Experienced Programmers (Max Kesselbacher, Andreas Bollin) (2019)
- Gib mir Befehle! (Ulf Schönert) (2019)
- Preparing for Life in a Digital World - IEA International Computer and Information Literacy Study 2018 International Report (Julian Fraillon, John Ainley, Wolfram Schulz, Tim Friedman, Daniel Duckworth) (2019)
- ICILS 2018 #Deutschland - Computer- und informationsbezogene Kompetenzen von Schülerinnen und Schülern im zweiten internationalen Vergleich und Kompetenzen im Bereich Computational Thinking (Birgit Eickelmann, Wilfried Bos, Julia Gerick, Frank Goldhammer, Heike Schaumburg, Knut Schwippert, Martin Senkbeil, Jan Vahrenhold) (2019)
- 1. Die Studie ICILS 2018 im Überblick - Zentrale Ergebnisse und mögliche Entwicklungsperspektiven (Birgit Eickelmann, Wilfried Bos, Amelie Labusch)
- 3. Das Konstrukt der computer- und informationsbezogenen Kompetenzen und das Konstrukt der Kompetenzen im Bereich ‚Computational Thinking‘ in ICILS 2018 (Martin Senkbeil, Birgit Eickelmann, Jan Vahrenhold, Frank Goldhammer, Julia Gerick, Amelie Labusch)
- 1. Die Studie ICILS 2018 im Überblick - Zentrale Ergebnisse und mögliche Entwicklungsperspektiven (Birgit Eickelmann, Wilfried Bos, Amelie Labusch)
- Um Klassen smarter (Martin Spiewak) (2019)
- Informatics in Schools. New Ideas in School Informatics (Sergei Pozdniakov, Valentina Dagienė) (2019)
- What Are Computer Science Educators Interested In? - The Case of SIGCSE Conferences (Ragonis Noa, Orit Hazzan)
- Holistic STEAM Education Through Computational Thinking - A Perspective on Training Future Teachers (Arnold Pears, Erik Barendsen, Valentina Dagienė, Vladimiras Dolgopolovas, Eglė Jasutė)
- Introducing Informatics in Primary Education: Curriculum and Teachers’ Perspectives (Valentina Dagienė, Tatjana Jevsikova, Gabrielė Stupurienė)
- Observing Abstraction in Young Children Solving Algorithmic Tasks (Hylke H. Faber, Josina I. Koning, Menno D. M. Wierdsma, Henderien W. Steenbeek, Erik Barendsen)
- Introduction to Computational Thinking for University Students (Zsuzsa Pluhár, Hajnalka Torma)
- Situated Learning with Bebras Tasklets (Carlo Bellettini, Violetta Lonati, Mattia Monga, Anna Morpurgo, Martina Palazzolo)
- The Genesis of a Bebras Task (Christian Datzko)
- What Are Computer Science Educators Interested In? - The Case of SIGCSE Conferences (Ragonis Noa, Orit Hazzan)
- Reformstrategien weltweit - Schule in der digitalen Welt (Forum Bildung Digitalisierung, Lutz Goertz, Julia Hense) (2019)
- How to Speak Machine - Computational Thinking for the Rest of Us (John Maeda) (2019)
- Digitale Medien in der Grundschullehrerbildung - Erfahrungen aus dem Projekt dileg-SL (Thorsten Junge, Horst Niesyto) (2019)
- Neue Formen des digitalen Lernens - fächerübergreifender Unterricht mit dem iPad (Anja Marquardt, Daniel Autenrieth)
- Neue Formen des digitalen Lernens - fächerübergreifender Unterricht mit dem iPad (Anja Marquardt, Daniel Autenrieth)
- Handbook of Research on Integrating Computer Science and Computational Thinking in K-12 Education (Jared Keengwe, Patrick Wachira) (2020)
- The Math(s) Fix - An Education Blueprint for the AI Age (Conrad Wolfram) (2020)
- Tagungsband zur Tagung Inverted Classroom and beyond 2020 (Gerhard Brandhofer, Josef Buchner, Christian Freisleben-Teutscher, Karin Tengler) (2020)
- Constructionism 2020 (Brendan Tangney, Jake Rowan Byrne, Carina Girvan) (2020)
- ICT-Professionalisierung und ICT-Beliefs - Professionalisierung angehender Lehrpersonen in der digitalen Transformation und ihre berufsbezogenen Überzeugungen über digitale Informations- und Kommunikationstechnologien (ICT) (Robin Schmidt) (2020)
- 1. Forschungsstand: Lehren und Lernen in der digitalen Transformation
- ICER 2020 - International Computing Education Research Conference, Virtual Event, New Zealand, August 10-12, 2020 (Anthony V. Robins, Adon Moskal, Amy J. Ko, Renée McCauley) (2020)
- Mapping Empathy in the Computer Science Classroom (Lariza Laura de Oliveira) (2020)
- Diagramming as a Strategy for Primary/Elementary-Age Program Comprehension (Jean Salac) (2020)
- Restorying through Computational Quilts - A Critical Approach Towards Reimagining Computer Science (Mia S. Shaw) (2020)
- Exploring Student Behavior Using the TIPP&SEE Learning Strategy (Diana Franklin, Jean Salac, Zachary Crenshaw, Saranya Turimella, Zipporah Klain, Marco Anaya, Cathy Thomas) (2020)
- Computing Education Research Landscape through an Analysis of Keywords (Zacharoula K. Papamitsiou, Michail N. Giannakos, Simon, Andrew Luxton-Reilly) (2020)
- Opening the Black Box - Investigating Student Understanding of Data Displays Using Programmable Sensor Technology (Alexandra Gendreau Chakarov, Quentin Biddy, Jennifer Jacobs, Mimi Recker, Tamara Sumner) (2020)
- The Integration of Coding in Teacher Education Programs - Course Experiences and the Teaching and Learning of Mathematics (Lisa Anne Floyd) (2020)
- CTE 2020 - Proceedings of International Conference on Computational Thinking Education 2020 19-21 August 2020 (2020)
- Non-Formal and Informal Science Learning in the ICT Era (Michail N. Giannakos) (2020)
- 7. Games for Artificial Intelligence and Machine Learning Education - Review and Perspectives (Michail N. Giannakos, Iro Voulgari, Sofia Papavlasopoulou, Zacharoula Papamitsiou, Georgios Yannakakis)
- 7. Games for Artificial Intelligence and Machine Learning Education - Review and Perspectives (Michail N. Giannakos, Iro Voulgari, Sofia Papavlasopoulou, Zacharoula Papamitsiou, Georgios Yannakakis)
- DELFI 2020 - Die 18. Fachtagung Bildungstechnologien der Gesellschaft für Informatik e.V. (Raphael Zender, Dirk Ifenthaler, Thiemo Leonhardt, Clara Schumacher) (2020)
- Das PECC-Framework - Gender-Sensibilität und spielerische Programmierung in der informatischen Grundbildung (Bernadette Spieler, Carina Girvan) (2020)
- Das PECC-Framework - Gender-Sensibilität und spielerische Programmierung in der informatischen Grundbildung (Bernadette Spieler, Carina Girvan) (2020)
- WiPSCE '20 - Workshop in Primary and Secondary Computing Education, Virtual Event, Germany, October 28-30, 2020 (Torsten Brinda, Michal Armoni) (2020)
- The learning value of game design activities - association between computational thinking and cognitive skills (Bernadette Spieler, Ferenc Kemény, Karin Landerl, Bernd Binder, Wolfgang Slany) (2020)
- Longitudinal approach for introducing programming in italian primary school (Augusto Chioccariello, Rosa Bottino, Sabrina Panesi, Laura Freina) (2020)
- A block-based modeling curriculum for teaching middle grade science students about Covid-19 (Veronica Cateté, Nicholas Lytle, Danielle Boulden, Madeline Hinckle, Eric N. Wiebe, Tiffany Barnes) (2020)
- Programming an educational robot with 5-6 year-old children (Martina Benvenuti, Augusto Chioccariello) (2020)
- Exploring the K-12 computer science curriculum standards in the U.S (Meize Guo, Anne T. Ottenbreit-Leftwich) (2020)
- The learning value of game design activities - association between computational thinking and cognitive skills (Bernadette Spieler, Ferenc Kemény, Karin Landerl, Bernd Binder, Wolfgang Slany) (2020)
- Informatics in Schools: Engaging Learners in Computational Thinking - 13th International Conference, ISSEP 2020, Tallinn, Estonia, November 16-18, 2020 Proceedings (Külli Kori, Mart Laanpere) (2020)
- Bebras Based Activities for Computer Science Education: Review and Perspectives (Sébastien Combéfis, Gabrielė Stupurienė)
- Assessing the Agreement in the Bebras Tasks Categorisation (Žan Ternik, Ljupčo Todorovski, Irena Nančovska Šerbec)
- A Two-Dimensional Classification Model for the Bebras Tasks on Informatics Based Simultaneously on Subfields and Competencies (Valentina Dagiene, Juraj Hromkovic, Regula Lacher)
- Participants’ Perception of Tasks in an Informatics Contest (Jiří Vaníček, Václav Šimandl)
- Factors Influencing Lower Secondary School Pupils’ Success in Programming Projects in Scratch (Miroslava Černochová, Hasan Selcuk, Ondřej Černý)
- A Case of Teaching Practice Founded on a Theoretical Model (Sylvia da Rosa, Marcos Viera, Juan García-Garland)
- Computational Thinking in Small Packages (Dennis Komm, Ulrich Hauser, Bernhard Matter, Jacqueline Staub, Nicole Trachsler)
- Bebras Based Activities for Computer Science Education: Review and Perspectives (Sébastien Combéfis, Gabrielė Stupurienė)
- Debugging im Informatikunterricht (Tilman Michaeli) (2020)
- Bildung und Digitalisierung - Leitlinien für ein Impulsprogramm 2021 - 2025 (Departement für Bildung u Kultur des Kantons Solothurn) (2021)
- Bildung und Digitali-Täter - Die Corona-Welle reiten 06: Was die autogerechte Stadt mit Digitalisierungs- und Digitalitätskonzepten für Schulen zu tun hat (Ralf Lankau) (2021)
- Entwürfe der Fachlehrpläne (EDK Schweizerische Konferenz der kantonalen Erziehungsdirektoren) (2021)
- Auf dem Weg zu einer gendergerechten Informatikdidaktik - Einstellungen und Erfahrungen von Lehrpersonen auf verschiedenen Stufen des schweizerischen Bildungssystems (Jessica Bollag, Caroline Bühler, Isabelle Clerc, Mira Ducommun, Sonja Schär) (2021)
- Autonom und mündig am Touchscreen (Ralf Lankau) (2021)
- 1. Einleitung - Schule, Computer und Unterricht
- 1. Einleitung - Schule, Computer und Unterricht
- Data, Knowledge, and Computation (Christian Igel) (2021)
- Digitalisierung in der Bildung - Bericht im Auftrag des Staatssekretariats für Bildung, Forschung und Innovation (SBFI) und der Schweizerischen Konferenz der kantonalen Erziehungsdirektoren (EDK) im Rahmen des Bildungsmonitorings (educa.ch Schweizerisches Medieninstitut für Bildung und Kultur) (2021)
- 3. Konzeptioneller Rahmen
- 4. Rahmenbedingungen für das Bildungswesen (2021)
- 3. Konzeptioneller Rahmen
- Informatik - Bildung von Lehrkräften in allen Phasen - 19. GI-Fachtagung Informatik und Schule (Ludger Humbert) (2021)
- DELFI 2021 (Andrea Kienle, Andreas Harrer, Jörg M. Haake, Andreas Lingnau) (2021)
- The Impact of Guidance and Feedback in Game-Based Computational Thinking Environments (Sven Manske, Alexia Feier, Philip Frese, Pia Hölzel, Maurice Iffländer Rodriguez, Joshua Körner, Aron Lichte, Lena Otto Lena Otto de Mentock, Melinda Kocak, Natalia Szymczyk, Dilan Temel, Mathis Haefs, Nina Kersting, Rebekka C. Liewald, Daniel Bodemer)
- The Impact of Guidance and Feedback in Game-Based Computational Thinking Environments (Sven Manske, Alexia Feier, Philip Frese, Pia Hölzel, Maurice Iffländer Rodriguez, Joshua Körner, Aron Lichte, Lena Otto Lena Otto de Mentock, Melinda Kocak, Natalia Szymczyk, Dilan Temel, Mathis Haefs, Nina Kersting, Rebekka C. Liewald, Daniel Bodemer)
- Stellungnahme zur Weiterentwicklung der KMK-Strategie «Bildung in der digitalen Welt» (SWK Ständige Wissenschaftliche Kommission der KMK) (2021)
- Computational Playground - Eine Rasch-Analyse zum Computational Thinking bei Sachunterrichtsstudierenden im Lehr-Lern-Labor (Martin Brämer, Daniel Rehfeldt, Hilde Köster) (2021)
- WiPSCE '21 - The 16th Workshop in Primary and Secondary Computing Education, Virtual Event / Erlangen, Germany, October 18-20, 2021 (Marc Berges, Andraes Mühling, Michal Armoni) (2021)
- An Experience of Introducing Primary School Children to Programming using Ozobots - (Practical Report) (Nina Körber, Lisa Bailey, Luisa Greifenstein, Gordon Fraser, Barbara Sabitzer, Marina Rottenhofer) (2021)
- Exploring Teachers' PCK for Computational Thinking in Context (Sabiha Yeni, Natasa Grgurina, Felienne Hermans, Jos Tolboom, Erik Barendsen) (2021)
- Computational Thinking in the Mathematics Classroom - Fostering Algorithmic Thinking and Generalization Skills Using Dynamic Mathematics Software (Sylvia van Borkulo, Christos Chytas, Paul Drijvers, Erik Barendsen, Jos Tolboom) (2021)
- An Experience of Introducing Primary School Children to Programming using Ozobots - (Practical Report) (Nina Körber, Lisa Bailey, Luisa Greifenstein, Gordon Fraser, Barbara Sabitzer, Marina Rottenhofer) (2021)
- Informatics in Schools. Rethinking Computing Education - 14th International Conference on Informatics in Schools: Situation, Evolution, and Perspectives, ISSEP 2021, Virtual Event, November 3–5, 2021 (Erik Barendsen, Christos Chytas) (2021)
- Computational Thinking in Context Across Curriculum - Students’ and Teachers’ Perspectives (Natasa Grgurina, Sabiha Yeni)
- Towards Classification of Interactive Non-programming Tasks Promoting Computational Thinking (Tomas Šiaulys, Valentina Dagienė)
- Tell, Draw and Code - Teachers’ Intention to a Narrative Introduction of Computational Thinking (Karin Tengler, Oliver Kastner-Hauler, Barbara Sabitzer)
- A Multi-dimensional Approach to Categorize Bebras Tasks (Christian Datzko)
- Girls’ Summer School for Physical Computing - Methodology and Acceptance Issues (Gabrielė Stupurienė, Anita Juškevičienė, Tatjana Jevsikova, Valentina Dagienė, Asta Meškauskienė)
- Towards a Compulsory Computing Curriculum at Primary and Lower-Secondary Schools - The Case of Czechia (Jiří Vaníček)
- Computational Thinking in Context Across Curriculum - Students’ and Teachers’ Perspectives (Natasa Grgurina, Sabiha Yeni)
- Gymnasiale Bildung in der digitalen Gesellschaft - Überlegungen und Empfehlungen des Schweizerischen Wissenschaftsrates SWR (Schweizerischer Wissenschafts- und Innovationsrat, Michael Geiss) (2021)
- Computational Thinking in Education - A Pedagogical Perspective (Aman Yadav, Ulf Dalvad Berthelsen) (2021)
- 1. Computational Thinking - A Professional and Historical Perspective (Matti Tedre, Peter Denning)
- 2. Computational Thinking Today (Shuchi Grover)
- 3. A Computational Thinking Integration Model for Primary and Secondary Classrooms (Steven Azeka, Aman Yadav)
- 4. Democracy and Computation - A Normative Perspective on the Magic of the New Millennium (Ulf Dalvad Berthelsen, Carsten Fogh Nielsen)
- 5. Computational Thinking as Subject Matter - As an Independent Subject or Integrated across Subjects? (Morten Tannert, Rasmus Fink Lorentzen, Ulf Dalvad Berthelsen)
- 6. Assessment of Computational Thinking (David Weintrop, Daisy Rutstein, Marie A. Bienkowski, Steven McGee)
- 7. Ethnocomputing and Computational Thinking (Michael Lachney, Briana Green, Madison C. Allen, Lakisha Foy)
- 8. Professional Development as a Bridge between Teacher Competencies and Computational Thinking Integration (Secil Caskurlu, Aman Yadav, Kyle Dunbar, Rafi Santo)
- 9. Preparing the Next Generation of Teachers - Revamping Teacher Education for the 21st Century (Anne T. Ottenbreit-Leftwich, Aman Yadav, Chrystalla Mouza)
- 11. Computational Thinking as District Strategy - Moving the CS vs CT Debate from the Ivory Tower to the Schoolhouse (Rafi Santo, June Ahn, Leigh Ann DeLyser)
- 1. Computational Thinking - A Professional and Historical Perspective (Matti Tedre, Peter Denning)
- Computational Thinking for Professionals (Peter Denning, Matti Tedre) (2021)
- Optimierung in der Medienpädagogik (Patrick Bettinger, Klaus Rummler, Karsten D. Wolf) (2021)
- Der Hochschullehrgang Coding und Robotik für Lehrkräfte an der Pädagogischen Hochschule Burgenland - Konzeption, Implementation und erste Ergebnisse einer Begleitevaluation (Thomas Leitgeb, Alexander Zimmermann, Wolfram Rollett)
- Der Hochschullehrgang Coding und Robotik für Lehrkräfte an der Pädagogischen Hochschule Burgenland - Konzeption, Implementation und erste Ergebnisse einer Begleitevaluation (Thomas Leitgeb, Alexander Zimmermann, Wolfram Rollett)
- Teaching Computational Thinking - An Integrative Approach for Middle and High School Learning (Maureen D. Neumann, Lisa Dion) (2021)
- Computational Thinking Education in K–12 - Artificial Intelligence Literacy and Physical Computing (Siu Cheung Kong, Harold Abelson) (2022)
- Tüfteln wie ein Computer (Michael In Albon) (2022)
- Kompetenzmodelle für den Digitalen Wandel - Orientierungshilfen und Anwendungsbeispiele (Ralf Knackstedt, Jürgen Sander, Jennifer Kolomitchouk) (2022)
- 1. Kompetenzen für den digitalen Wandel erfordern Orientierungshilfe (Ralf Knackstedt, Marco Di Maria, Jennifer Kolomitchouk, Jürgen Sander)
- 6. Selbstgesteuertes Lernen und Kollaboration - Schlüsselkompetenzen für das Arbeiten im digitalen Wandel (Birgit Oelker)
- 9. Gendersensible Gestaltung eines Computational-Thinking-Kurses mithilfe des PECC-Modells (Bernadette Spieler)
- 1. Kompetenzen für den digitalen Wandel erfordern Orientierungshilfe (Ralf Knackstedt, Marco Di Maria, Jennifer Kolomitchouk, Jürgen Sander)
- Beyond Coding - How Children Learn Human Values through Programming (Marina Umaschi Bers) (2022)
- Fachliche Bildung in der digitalen Welt - Digitalisierung, Big Data und KI im Forschungsfokus von 15 Fachdidaktiken (Volker Frederking, Ralf Romeike) (2022)
- Digitale Medien in der Schule (Jutta Standop) (2022)
- Digitale Grundbildung (Bundesministerium für Bildung, Wissenschaft und Forschung (BMBWF)) (2022)
- Frauen und Digitalität - jetzt! - Wie die Bildungstransformation von weiblichen Perspektiven profitiert (Kati Ahl) (2022)
- 2. Der Digital Gender Gap und die drei Perspektiven
- 6. Denken ohne Geländer
- 2. Der Digital Gender Gap und die drei Perspektiven
- Digitales Lernen in der Grundschule III - Fachdidaktiken in der Diskussion (Birgit Brandt, Leena Bröll, Henriette Dausend) (2022)
- Die fundamentale Idee ‚Algorithmus‘ im Mathematikunterricht der Primarstufe (Mira Wittenberg, Barbara Schmidt-Thieme) (2022)
- Die fundamentale Idee ‚Algorithmus‘ im Mathematikunterricht der Primarstufe (Mira Wittenberg, Barbara Schmidt-Thieme) (2022)
- Informatics in Schools. A Step Beyond Digital Education - 15th International Conference on Informatics in Schools: Situation, Evolution, and Perspectives, ISSEP 2022, Vienna, Austria, September 26–28, 2022 (Andreas Bollin, Gerald Futschek) (2022)
- Informatics Education in German Primary School Curricula (Christin Nenner, Nadine Bergner)
- Assessing Computational Thinking - The Relation of Different Assessment Instruments and Learning Tools (Vaida Masiulionytė-Dagienė, Tatjana Jevsikova)
- Informatics Education in German Primary School Curricula (Christin Nenner, Nadine Bergner)
- WiPSCE '22 - The 17th Workshop in Primary and Secondary Computing Education, Morschach, Switzerland, 31 October 2022 - 2 November 2022 (Mareen Grillenberger, Marc Berges) (2022)
- A Model for Infusing Computational Thinking Skills at Teacher Colleges in a Developing Country (Jocelyn Simmonds, Francisco J. Gutierrez, Nancy Hitschfeld, Catalina Torrent, Cecilia Casanova, Sebastián Toro-Guajardo, Valentín Muñoz) (2022)
- «Roteco» - a Swiss teacher community for educational robotics (Dorit Assaf, Sophia Reyes Mury, Lucio Negrini, Melissa Skweres) (2022)
- Observing Computational Thinking Skills of Kindergarten Children (Larissa Meyer-Baron, Ramona Stieger, Bettina Waldvogel, Nicole Schumann, Cornelia Rüdisüli, Franziska Mayr) (2022)
- Beliefs and Expectations of Primary Student Teachers in Informatics (Bernadette Spieler, Tobias M. Schifferle, Tobias Berner) (2022)
- 1. Computational Thinking 2.0 (Matti Tedre) (2022)
- 3. An Integration of Computational Thinking and Language Arts - The Contribution of Digital Storytelling to Students' Learning (Sabiha Yeni, Jacqueline Nijenhuis-Voogt, Felienne Hermans, Erik Barendsen) (2022)
- 5. Common Problems and Effects of Feedback on Fun When Programming Ozobots in Primary School (Luisa Greifenstein, Isabella Graßl, Ute Heuer, Gordon Fraser) (2022)
- A Model for Infusing Computational Thinking Skills at Teacher Colleges in a Developing Country (Jocelyn Simmonds, Francisco J. Gutierrez, Nancy Hitschfeld, Catalina Torrent, Cecilia Casanova, Sebastián Toro-Guajardo, Valentín Muñoz) (2022)
- Grundschule und Digitalität - Grundlagen, Herausforderungen, Praxisbeispiele (Thomas Irion, Markus Peschel, Daniela Schmeinck) (2023)
- Mehr als Coden - Informatische Bildung in der Primarstufe (Hans Peter Bergmann)
- Computational Thinking in der Grundschule am Beispiel von LEGO Education SPIKE Essential
- Mehr als Coden - Informatische Bildung in der Primarstufe (Hans Peter Bergmann)
- Informatik für Maturitätsschulen (Christian Datzko, Nicolas Ruh, Beat Trachsler) (2023)
- Philosophy of computer science - an introduction to the issues and the literature (William J. Rapaport) (2023)
- Teaching Coding in K-12 Schools - Research and Application (Therese Keane, Andrew Fluck) (2023)
- The Need for Programming and Computational Thinking from Early Childhood Education Through to Secondary Schooling - Introduction (Therese Keane)
- Teaching Coding in Kindergarten - Supporting Students’ Activity with Robot Coding Toys (Jessica F. Shumway, Jody Clarke-Midura, Victor R. Lee, Deborah Silvis, Lise E. Welch Bond, Joseph S. Kozlowski)
- Programming Environments for the Development of Computational Thinking in Preschool Education: A Systematic Literature Review (Konstantina Louka, Stamatios Papadakis)
- Scaffolding Engagement with Educational Technologies to Develop Computational Thinking in Year 1 Girls (Fiona Mayne, Belinda Bath)
- Enhancing Computational Thinking Through App Design in Primary Schools (Jane Batham)
- Introducing Programming Concepts Through the Bebras Tasks in the Primary Education (Lina Vinikienė, Valentina Dagienė, Gabrielė Stupurienė)
- Supporting Primary Students with Disabilities and Neurological Differences in Developing Digital Thinking Skills Through an Inclusive Game-Making Club (Matthew Harrison)
- The Problem with Programming: An Overview (Christina Chalmers)
- Coding Across the Curriculum - Challenges for Non-specialist Teachers (Karen Woo, Garry Falloon)
- Learning Computational Thinking in Secondary School (Year 8) in Germany in International Comparison: Results from ICILS 2018 (Amelie Labusch, Birgit Eickelmann)
- Computational Thinking in Pre-vocational Education - A Focus on Coding Unplugged (Diane van der Linde-Koomen, Herma Jonker, Joke Voogt)
- Where Next for Coding in Schools? (Andrew E. Fluck) (2023)
- Teaching Coding and Computational Thinking with Model Train Robotics - Social Factors That Motivate Students to Learn Programming (Takahisa Furuta, Yoshiaki Okugi, Gerald Knezek)
- The Need for Programming and Computational Thinking from Early Childhood Education Through to Secondary Schooling - Introduction (Therese Keane)
- Computing Education in (the digital) Transformation (Tilman Michaeli) (2023)
- Programmieren in der Grundschule - Eine Design-Based-Research-Studie (Katharina Geldreich) (2023)
- Past, Present and Future of Computing Education Research (Mikko Apiola, Sonsoles López-Pernas, Mohammed Saqr) (2023)
- The Evolving Themes of Computing Education Research - Trends, Topic Models, and Emerging Research (Mikko Apiola, Mohammed Saqr, Sonsoles López-Pernas)
- Capturing the Impact and the Chatter Around Computing Education Research Beyond Academia in Social Media, Patents, and Blogs (Mohammed Saqr, Sonsoles López-Pernas, Mikko Apiola)
- Computing Education Research in Schools (Valentina Dagienė, Yasemin Gülbahar, Natasa Grgurina, Sonsoles López-Pernas, Mohammed Saqr, Mikko Apiola, Gabrielė Stupurienė)
- The Evolving Themes of Computing Education Research - Trends, Topic Models, and Emerging Research (Mikko Apiola, Mohammed Saqr, Sonsoles López-Pernas)
- Digitalisierung der Hochschullehre – Projekte österreichischer Hochschulen 2020–2024 - ZFHE Bd. 18: Bd. 18 Nr. Sonderheft Hochschullehre (2023) (Martin Ebner, Charlotte Zwiauer) (2023)
- Two-Year Progress of Pilot Research Activities in Teaching Digital Thinking Project (TDT) (Roland Ambros, Angelika Bernsteiner, Roderick Bloem, Dominik Dolezal, David Garcia, Katrin Göltl, Claudia Haagen-Schützenhöfer, Markus Hadler, Timotheus Hell, Alina Herderich, Petar Jercic, Fares Kayali, Ferenc Kemény, Christoph Kirsch, Beate Kloesch, Daniel Kocher, Karin Landerl, Jana Lasser, Elisabeth Lex, Renate Motschnig, Claudia Plant, Lisa Posch, Markus Reiter-Haas, Thomas Schubatzky, Wolfgang Slany, Ana Sokolova, Philipp Spitzer, Matthias Steinböck, Yllka Velaj, Pelin Yüksel-Arslan)
- Two-Year Progress of Pilot Research Activities in Teaching Digital Thinking Project (TDT) (Roland Ambros, Angelika Bernsteiner, Roderick Bloem, Dominik Dolezal, David Garcia, Katrin Göltl, Claudia Haagen-Schützenhöfer, Markus Hadler, Timotheus Hell, Alina Herderich, Petar Jercic, Fares Kayali, Ferenc Kemény, Christoph Kirsch, Beate Kloesch, Daniel Kocher, Karin Landerl, Jana Lasser, Elisabeth Lex, Renate Motschnig, Claudia Plant, Lisa Posch, Markus Reiter-Haas, Thomas Schubatzky, Wolfgang Slany, Ana Sokolova, Philipp Spitzer, Matthias Steinböck, Yllka Velaj, Pelin Yüksel-Arslan)
- ChatGPT – Orientierung und erste Empfehlungen für das Gymnasium (Sabine Seufert, Franz Eberle, Siegfried Handschuh) (2023)
- Conjuring With Computation - A Manual Of Magic And Computing For Beginners (Paul Curzon, Peter W. McOwan) (2023)
- Proompting is Computational Thinking (Alexander Repenning, Susan Grabowski) (2023)
- Informatik im Gymnasium (Walter Gander, Urs Hochstrasser) (2023)
- Bildung für eine digitale Zukunft (Katharina Scheiter, Ingrid Gogolin) (2023)
- Kompetenzen für das Lernen mit digitalen Medien - Eine konzeptuelle Analyse (Emely Hoch, Tim Fütterer)
- Kompetenzen für das Lernen mit digitalen Medien - Eine konzeptuelle Analyse (Emely Hoch, Tim Fütterer)
- AI and the Future of Education - Teaching in the Age of Artificial Intelligence 🔍 (Priten Shah) (2023)
- Jahrbuch Medienpädagogik 20 - Inklusive Medienbildung in einer mediatisierten Welt: Medienpädagogische Perspektiven auf eininterprofessionelles Forschungsfeld (Anna-Maria Kamin, Jens Holze, Melanie Wilde, Klaus Rummler, Valentin Dander, Nina Grünberger, Mandy Schiefner) (2023)
- Einführung in die Messung digitaler Kompetenzen im Alter - Bestandsaufnahme und erste Ableitungen zur Erfassung der digitalen Kompetenz bei älteren Menschen (Niklas Weinhold, Kristina Barczik, Mario Jokisch, Michael Doh, Linda Göbl)
- Einführung in die Messung digitaler Kompetenzen im Alter - Bestandsaufnahme und erste Ableitungen zur Erfassung der digitalen Kompetenz bei älteren Menschen (Niklas Weinhold, Kristina Barczik, Mario Jokisch, Michael Doh, Linda Göbl)
- Informatikunterricht zwischen Aktualität und Zeitlosigkeit - 20. GI-Fachtagung Informatik und Schule (Lutz Hellmig, Martin Hennecke) (2023)
- Computational Thinking fachintegriert fördern (Carina Büscher) (2023)
- WIPSCE '23 - The 18th WiPSCE Conference on Primary and Secondary Computing Education Research (Sue Sentance, Mareen Grillenberger) (2023)
- Making the Transition to Text-Based Programming - The Pilot Evaluation of a Computational Thinking Intervention for Primary School Students (Katrin Kunz, Korbinian Moeller, Manuel Ninaus, Ulrich Trautwein, Katerina Tsarava) (2023)
- Developing a Computer Science Content Knowledge Test for 10th Grade Students (Tobias Bahr) (2023)
- Assessing Pre-Service Elementary Science Education Teachers' Professional Knowledge in the Field of Computational Thinking (Nicolas Arndt, Maja Brückmann) (2023)
- The 'Choc-Machine' - an Introduction to Algorithmic Thinking using Finite State Machines (Annika Vielsack, Miriam Klein, Thomas Niesenhaus, Mattias Ulbrich) (2023)
- CS Outreach to Inform Secondary School Students' Perceptions of CS - Initial Findings (Karen Nolan, Roisin Faherty, Keith Quille, Keith Nolan, Amanda O'Farrell, Brett A. Becker) (2023)
- Impact of Hint Content on Performance and Learning - A Study with Primary School Children in a Scratch Course (Luisa Greifenstein, Markus Brune, Tobias Fuchs, Ute Heuer, Gordon Fraser 0001) (2023)
- Improving Computational Thinking with Spatial Skills Development in Primary School (Jack Parkinson) (2023)
- Making the Transition to Text-Based Programming - The Pilot Evaluation of a Computational Thinking Intervention for Primary School Students (Katrin Kunz, Korbinian Moeller, Manuel Ninaus, Ulrich Trautwein, Katerina Tsarava) (2023)
- Wie schätzen Lehramtsstudierende ihre professionelle digitale Kompetenz ein? - Eine Interventionsstudie zur Förderung der professionellen digitalen Kompetenz mit Fokus auf das Computational Thinking im Themenfeld Bildungsrobotik (Raphael Fehrmann) (2023)
- Informatics in Schools. Beyond Bits and Bytes: Nurturing Informatics Intelligence in Education - 16th International Conference on Informatics in Schools: Situation, Evolution, and Perspectives, ISSEP 2023, Lausanne, Switzerland, October 23–25, 2023 (Jean-Philippe Pellet, Gabriel Parriaux) (2023)
- Effects of the COVID-19 Pandemic on the Bebras Computational Thinking Challenge: Comparing Numbers, Examining Reasons and Investigating Recommendations (Martin Kandlhofer, Wilfried Baumann, Gerald Futschek, Liam Baumann, Steven Ludwig)
- Combining Models to Orchestrate an Instructional Scenario Fostering Computational Thinking in Educational Robotics (Frankie Dubois, Stephanie Burton, Patrick Wang, Morgane Chevalier)
- Bridging the Gap: Infusing Natural Science Classes with Computer Science Concepts and Skills (Elena Yanakieva, Annette Bieniusa, Thomas Becka, Brian B. Moser, Dominik Jerger, Christoph Thyssen)
- Effects of the COVID-19 Pandemic on the Bebras Computational Thinking Challenge: Comparing Numbers, Examining Reasons and Investigating Recommendations (Martin Kandlhofer, Wilfried Baumann, Gerald Futschek, Liam Baumann, Steven Ludwig)
- Künstliche Intelligenz in der Bildung (Claudia de Witt, Christina Gloerfeld, Silke Elisabeth Wrede) (2023)
- Computational Thinking vermitteln - Wie Problemlösekompetenz als Bestandteil digitaler Souveränität erworben werden kann (Raphael Fehrmann, Horst Zeinz)
- Erklärbare Künstliche Intelligenz im Kontext von Bildung und Lernen (Katharina Weitz)
- Computational Thinking vermitteln - Wie Problemlösekompetenz als Bestandteil digitaler Souveränität erworben werden kann (Raphael Fehrmann, Horst Zeinz)
- Handeln im Feld der Medien- und informatischen Bildung - Eine explorative Interviewstudie mit Bildungspraktiker*innen über deren teilformalisierte Aktivitäten mit Kindern im mittleren Kindesalter (Mareike Thumel) (2023)
- ICILS 2023 im Überblick - Zentrale Ergebnisse, Entwicklungen über ein Jahrzehnt und mögliche Entwicklungsperspektiven (Birgit Eickelmann, Gianna Casamassima, Kerstin Drossel, Werner D. Fröhlich) (2023)
- analog vor digital - Medien- und Informatikprojekte zum Begreifen (Brigitte Pemberger) (2023)
- 8. Geheime Botschaften, sichere Passwörter und die Kryptologie (Brigitte Pemberger, Kristine Belewsky, Paula Bleckmann, Nino Mindiashvili) (2023)
- 8. Geheime Botschaften, sichere Passwörter und die Kryptologie (Brigitte Pemberger, Kristine Belewsky, Paula Bleckmann, Nino Mindiashvili) (2023)
- Education for the Age of AI (Charles Fadel, Alexis Black, Robbie Taylor, Janet Slesinski, Katie Dunn) (2024)
- Generative AI and CS Education (Maggie Johnson) (2024)
- Wirksamer Informatikunterricht (Dennis Komm) (2024)
- Professionelle digitale Kompetenz bei Lehramtsstudierenden fördern! - Wie kann Computational Thinking durch den Einsatz von Bildungsrobotik in der Hochschullehre vermittelt werden? (Raphael Fehrmann) (2024)
- Digitalisierung im Mathematikunterricht (Gilbert Greefrath, Reinhard Oldenburg, Hans-Stefan Siller, Volker Ulm, Hans-Georg Weigand) (2024)
- Förderung mediendidaktischer und informatischer Kompetenzen von Lehramtsstudierenden (Leona S. Kruse) (2024)
- Aufarbeitung der Entwicklungen der Informatikdidaktik im deutschsprachgen Raum zwischen ca. 1990 - 2023 (Philipp Rüeger) (2024)
- Informatikunterricht im Zyklus 2: Variablen - Eine Design-Based-Research Studie (Lea Gisler) (2024)
- Kompetenzen für den Unterricht mit und über Künstliche Intelligenz - Perspektiven, Orientierungshilfen und Praxisbeispiele für die Lehramtsausbildung in den Naturwissenschaften (Johannes Huwer, Sebastian Becker-Genschow, Christoph Thyssen, Lars-Jochen Thoms, Alexander Finger, Lena von Kotzebue, Erik Kremser, Monique Meier, Till Bruckermann) (2024)
- WIPSCE '24 (Tilman Michaeli, Sue Sentance, Nadine Bergner) (2024)
- Improvement of Computational Thinking skills through unplugged activities in Upper Secondary Education (Christian Andrés Benavides-Escola, Estefanía Martín-Barroso, María Zapata-Cáceres, Marcos Román-González) (2024)
- Improvement of Computational Thinking skills through unplugged activities in Upper Secondary Education (Christian Andrés Benavides-Escola, Estefanía Martín-Barroso, María Zapata-Cáceres, Marcos Román-González) (2024)
- ICILS 2023 #Deutschland - Computer- und informationsbezogene Kompetenzen und Kompetenzen im Bereich Computational Thinking von Schüler*innen im internationalen Vergleich (Birgit Eickelmann, Nadine Fröhlich, Wilfried Bos, Julia Gerick, Frank Goldhammer, Heike Schaumburg, Knut Schwippert, Martin Senkbeil, Jan Vahrenhold) (2024)
- ICILS 2023 #NRW - Computer- und informationsbezogene Kompetenzen und Kompetenzen im Bereich Computational Thinking von Schüler*innen in Nordrhein-Westfalen (Kerstin Drossel, Birgit Eickelmann, Jan Niemann, Johannes Niggemeier) (2024)
- An International Perspective on Digital Literacy - Results from ICILS 2023 (Julian Fraillon) (2024)
- Pädagogik 1/2025 (2025)
- Was alle über Künstliche Intelligenz wissen sollen und wie KI-bezogene Kompetenzen in der Schule entwickelt werden können - Weiterführende Überlegungen zum GI-Positionspapier „Künstliche Intelligenz in der Bildung“ (Daniel Losch, Steffen Jaschke, Tilman Michaeli, Simone Opel, Ute Schmid, Stefan Seegerer, Peer Stechert) (2025)
- Handbuch Lernen mit digitalen Medien (3. Auflage) - Wege der Transformation (Gerold Brägger, Hans-Günter Rolff) (2025)
- Digitalisierung in der Bildung - ein Kinderspiel? (2025)
Anderswo suchen 
Biblionetz-History 
default1
default2
default2