From Wikipedia, the free encyclopedia
Jump to navigationJump to search

In education, computational thinking (CT) is a set of problem-solving methods that involve expressing problems and their solutions in ways that a computer could also execute.[1] It involves the mental skills and practices for designing computations that get computers to do jobs for people, and explaining and interpreting the world as a complex of information processes.[2] Those ideas range from basic CT for beginners to advanced CT for experts, and CT includes both CT-in-the-small (related to how to design small programs and algorithms by single people) and CT-in-the-large (related to how to design multi-version programs consisting of millions of lines of code written in team effort, ported to numerous platforms, and compatible with a range of different system setups).[2]

History[edit]

The history of computational thinking dates back at least to the 1950s but most ideas are much older.[3][2] Computational thinking involves ideas like abstraction, data representation, and logically organizing data, which are also prevalent in other kinds of thinking, such as scientific thinking, engineering thinking, systems thinking, design thinking, model-based thinking, and the like.[4] Neither the idea nor the term are recent: Preceded by terms like algorithmizing, procedural thinking, algorithmic thinking, and computational literacy[2] by computing pioneers like Alan Perlis and Donald Knuth, the term computational thinking was first used by Seymour Papert in 1980[5] and again in 1996.[6] Computational thinking can be used to algorithmically solve complicated problems of scale, and is often used to realize large improvements in efficiency.[7]

The phrase computational thinking was brought to the forefront of the computer science education community in 2006 as a result of a Communications of the ACM essay on the subject by Jeannette Wing. The essay suggested that thinking computationally was a fundamental skill for everyone, not just computer scientists, and argued for the importance of integrating computational ideas into other subjects in school.[8] The essay also said that by learning computational thinking, children will be better in many everyday tasks—as examples, the essay gave packing one's backpack, finding one's lost mittens, and knowing when to stop renting and buying instead. The continuum of computational thinking questions in education ranges from K–9 computing for children to professional and continuing education, where the challenge is how to communicate deep principles, maxims, and ways of thinking between experts.[2]

For the first ten years computational thinking was a US-centered movement, and still today that early focus is seen in the field's research.[9] The field's most cited articles and most cited people were active in the early US CT wave, and the field's most active researcher networks are US-based.[9] Dominated by US and European researchers, it is unclear to what extent can the field's predominantly Western body of research literature cater to the needs of students in other cultural groups.[9]

Characteristics[edit]

The characteristics that define computational thinking are decomposition, pattern recognition / data representation, generalization/abstraction, and algorithms.[10][11] By decomposing a problem, identifying the variables involved using data representation, and creating algorithms, a generic solution results. The generic solution is a generalization or abstraction that can be used to solve a multitude of variations of the initial problem.

The "three As" Computational Thinking Process describes computational thinking as a set of three steps: abstraction, automation, and analysis.

Another characterization of computational thinking is the "three As" iterative process based on three stages:

  1. Abstraction: Problem formulation;
  2. Automation: Solution expression;
  3. Analyses: Solution execution and evaluation.[12]

Connection to the "four Cs"[edit]

The four Cs of 21st century learning are communication, critical thinking, collaboration, and creativity. The fifth C could be computational thinking which entails the capability to resolve problems algorithmically and logically. It includes tools that produce models and visualise data.[13] Grover describes how computational thinking is applicable across subjects beyond science, technology, engineering, and mathematics (STEM) which include the social sciences and language arts. Students can engage in activities where they identify patterns in grammar as well as sentence structure and use models for studying relationships.[13]

Since its inception, the 4 Cs have gradually gained acceptance as vital elements of many school syllabi. This development triggered a modification in platforms and directions such as inquiry, project-based, and more profound learning across all K–12 levels. Many countries have introduced computer thinking to all students. The United Kingdom has CT in its national curriculum since 2012. Singapore calls CT as "national capability". Other nations like Australia, China, Korea, and New Zealand embarked on massive efforts to introduce computational thinking in schools.[14] In the United States, President Barack Obama created this program, Computer Science for All to empower this generation of students in America with the proper computer science proficiency required to flourish in a digital economy.[15] Computational thinking means thinking or solving problems like computer scientists. CT refers to thought processes required in understanding problems and formulating solutions. CT involves logic, assessment, patterns, automation, and generalisation. Career readiness can be integrated into learning and teaching environments in multiple ways.[16]

In K–12 education[edit]

Similar to Seymour Papert, Alan Perlis, and Marvin Minsky before, Jeannette Wing envisioned computational thinking becoming an essential part of every child's education.[8] However, integrating computational thinking into the K–12 curriculum and computer science education has faced several challenges including the agreement on the definition of computational thinking,[17][18] how to assess children's development in it,[4] and how to distinguish it from other similar "thinking" like systems thinking, design thinking, and engineering thinking.[4] Currently, computational thinking is broadly defined as a set of cognitive skills and problem solving processes that include (but are not limited to) the following characteristics[18][19] (but there are arguments that few, if any, of them belong to computing specifically, instead of being principles in many fields of science and engineering[2])

  • Using abstractions and pattern recognition to represent the problem in new and different ways
  • Logically organizing and analyzing data
  • Breaking the problem down into smaller parts
  • Approaching the problem using programmatic thinking techniques such as iteration, symbolic representation, and logical operations
  • Reformulating the problem into a series of ordered steps (algorithmic thinking)
  • Identifying, analyzing, and implementing possible solutions with the goal of achieving the most efficient and effective combination of steps and resources
  • Generalizing this problem-solving process to a wide variety of problems

Current integration computational thinking into the K–12 curriculum comes in two forms: in computer science classes directly or through the use and measure of computational thinking techniques in other subjects. Teachers in Science, Technology, Engineering, and Mathematics (STEM) focused classrooms that include computational thinking, allow students to practice problem-solving skills such as trial and error.[20] Valerie Barr and Chris Stephenson describe computational thinking patterns across disciplines in a 2011 ACM Inroads article[17] However Conrad Wolfram has argued that computational thinking should be taught as a distinct subject.[21]

There are online institutions that provide a curriculum, and other related resources, to build and strengthen pre-college students with computational thinking, analysis and problem-solving.

A textbook `From Computing to Computational Thinking' by Paul S. Wang has been used, at the high school and college levels, to introduce the topic to non-computer science students through understanding of computing and applying concepts as a way of thinking in other areas including in everyday life. The textbook, written in English, has been translated into other languages and used in many parts of the world. The textbook also introduced a new word `computize', a verb defined as `to apply computational thinking to analize and solve problems.'

Center for Computational Thinking[edit]

Carnegie Mellon University in Pittsburgh has a Center for Computational Thinking. The Center's major activity is conducting PROBEs or PROBlem-oriented Explorations. These PROBEs are experiments that apply novel computing concepts to problems to show the value of computational thinking. A PROBE experiment is generally a collaboration between a computer scientist and an expert in the field to be studied. The experiment typically runs for a year. In general, a PROBE will seek to find a solution for a broadly applicable problem and avoid narrowly focused issues. Some examples of PROBE experiments are optimal kidney transplant logistics and how to create drugs that do not breed drug-resistant viruses.[22]

Criticism[edit]

The concept of computational thinking has been criticized as too vague, as it's rarely made clear how it is different from other forms of thought.[3][23] The inclination among computer scientist to force computational solutions upon other fields has been called "computational chauvinism".[24] Some computer scientists worry about the promotion of computational thinking as a substitute for a broader computer science education, as computational thinking represents just one small part of the field.[25][4] Others worry that the emphasis on computational thinking encourages computer scientists to think too narrowly about the problems they can solve, thus avoiding the social, ethical and environmental implications of the technology they create.[26][3] In addition, as nearly all CT research is done in the US and Europe, it is not certain how well those educational ideas work in other cultural contexts.[9]

A 2019 paper argues that the term "computational thinking" (CT) should be used mainly as a shorthand to convey the educational value of computer science, hence the need of teaching it in school.[27] The strategic goal is to have computer science recognized in school as an autonomous scientific subject more than trying to identify "body of knowledge" or "assessment methods" for CT. Particularly important is to stress the fact that the scientific novelty associated with CT is the shift from the "problem solving" of mathematics to the "having problem solved" of computer science. Without the "effective agent", who automatically executes the instructions received to solve the problem, there would be no computer science, but just mathematics. Another criticism in the same paper is that focusing on "problem solving" is too narrow, since "solving a problem is just an instance of a situation where one wants to reach a specified goal". The paper therefore generalizes the original definitions by Cuny, Snyder, and Wing[28] and Aho[29] as follows: "Computational thinking is the thought processes involved in modeling a situation and specifying the ways an information-processing agent can effectively operate within it to reach an externally specified (set of) goal(s)."

See also[edit]

  • Computer-based math

References[edit]

  1. ^ Wing, Jeannette (2014). "Computational Thinking Benefits Society". 40th Anniversary Blog of Social Issues in Computing.
  2. ^ a b c d e f Denning, P.J. and Tedre, M. Computational Thinking. The MIT Press, 2019.
  3. ^ a b c Tedre, Matti; Denning, Peter (2016). "The Long Quest for Computational Thinking" (PDF). Proceedings of the 16th Koli Calling Conference on Computing Education Research.
  4. ^ a b c d Denning, Peter J.; Tedre, Matti (2019). Computational thinking. Cambridge. ISBN 9780262353410. OCLC 1082364202.
  5. ^ Papert, Seymour. Mindstorms: Children, computers, and powerful ideas. Basic Books, Inc., 1980.
  6. ^ Papert, Seymour (1996). "An exploration in the space of mathematics educations". International Journal of Computers for Mathematical Learning. 1. doi:10.1007/BF00191473. S2CID 46013234. CS1 maint: discouraged parameter (link)
  7. ^ Computational thinking:
    • Repenning, A.; Webb, D.; Ioannidou, A. (2010). "Scalable game design and the development of a checklist for getting computational thinking into public schools". Proceedings of the 41st ACM technical symposium on Computer science education - SIGCSE '10. p. 265. doi:10.1145/1734263.1734357. ISBN 9781450300063. S2CID 19128584.
    • Guzdial, Mark (2008). "Education: Paving the way for computational thinking" (PDF). Communications of the ACM. 51 (8): 25–27. doi:10.1145/1378704.1378713. S2CID 35737830. Archived from the original (PDF) on 3 March 2016. Retrieved 29 August 2015. CS1 maint: discouraged parameter (link)
    • Wing, J. M. (2008). "Computational thinking and thinking about computing". Philosophical Transactions of the Royal Society A: Mathematical, Physical and Engineering Sciences. 366 (1881): 3717–3725. Bibcode:2008RSPTA.366.3717W. doi:10.1098/rsta.2008.0118. PMC 2696102. PMID 18672462.
    • Center for Computational thinking at Carnegie Mellon cmu.edu8
    • Exploring Computational Thinking, Google.com
    • How to Teach Computational Thinking by Stephen Wolfram, Stephen Wolfram Blog, 7 September 2016.
    • Conrad Wolfram: Teaching kids real math with computers on YouTube, TED talk 15 November 2010
    • What is Computational Thinking? CS4FN at CS4FN
    • The Sacramento Regional CPATH Team has created a Think CT website with information on CT developed by this NSF-funded project. Archived 31 August 2011 at the Wayback Machine
    • A short introduction to Computational Thinking by the Open University Archived 25 February 2016 at the Wayback Machine
  8. ^ a b Wing, Jeanette M. (2006). "Computational thinking" (PDF). Communications of the ACM. 49 (3): 33–35. doi:10.1145/1118178.1118215. S2CID 1693513.
  9. ^ a b c d Saqr, Mohammed; Ng, Kwok; Oyelere, Solomon Sunday; Tedre, Matti (2 March 2021). "People, Ideas, Milestones: A Scientometric Study of Computational Thinking". ACM Transactions on Computing Education. 21 (3): 20:1–20:17. doi:10.1145/3445984.
  10. ^ "Introduction to computational thinking". BBC Bitesize. Retrieved 25 November 2015.
  11. ^ "Exploring Computational Thinking". Google for Education. Retrieved 25 November 2015.
  12. ^ Repenning, Alexander (4 September 2016). "Computational Thinking Tools". IEEE Symposium on Visual Languages and Human-Centric Computing. Retrieved 7 April 2021.
  13. ^ a b Grover, Shuchi (25 February 2018). "The 5th 'C' of 21st Century Skills? Try Computational Thinking (Not Coding)". EdSurge. Retrieved 25 February 2018.
  14. ^ "The 5th 'C' of 21st Century Skills? Try Computational Thinking (Not Coding) – EdSurge News". EdSurge. 2 February 2018. Retrieved 11 June 2018.
  15. ^ "CSforALL". csforall.org. Retrieved 11 June 2018.
  16. ^ "Future-forward: How to incorporate the 5th 'C' of 21st Century learning". eSchool News. 2 October 2017. Retrieved 11 June 2018.
  17. ^ a b Barr, Valerie; Stephenson, Chris (2011). "Bringing computational thinking to K–12: what is Involved and what is the role of the computer science education community?". ACM Inroads. 2. doi:10.1145/1929887.1929905. S2CID 207184749.
  18. ^ a b Grover, Shuchi; Pea, Roy (2013). "Computational Thinking in K–12 A Review of the State of the Field". Educational Researcher. 42. doi:10.3102/0013189x12463051. S2CID 145509282.
  19. ^ Stephenson, Chris; Valerie Barr (May 2011). "Defining Computational Thinking for K–12". CSTA Voice. 7 (2): 3–4. ISSN 1555-2128. CT is a problem solving process...
  20. ^ Barr, David; Harrison, John; Leslie, Conery (1 March 2011). "Computational Thinking: A Digital Age Skill for Everyone". Learning & Leading with Technology. 38 (6): 20–23. ISSN 0278-9175.
  21. ^ Wolfram, Conrad. "Computational thinking is the code to success". The Times Educational Supplement.
  22. ^ "PROBE Experiments". www.cs.cmu.edu.
  23. ^ Jones, Elizabeth. "The Trouble with Computational Thinking" (PDF). ACM. Retrieved 30 November 2016.
  24. ^ Denning, Peter J.; Tedre, Matti; Yongpradit, Pat (2 February 2017). "Misconceptions about computer science". Communications of the ACM. 60 (3): 31–33. doi:10.1145/3041047. S2CID 411880.
  25. ^ Denning, Peter J. (1 June 2009). "Beyond computational thinking". Communications of the ACM. 52 (6): 28. doi:10.1145/1516046.1516054. hdl:10945/35494. S2CID 215746950.
  26. ^ Easterbrook, Steve (2014). "From Computational Thinking to Systems Thinking: A conceptual toolkit for sustainability computing". Proceedings of the 2nd International Conference ICT for Sustainability. doi:10.2991/ict4s-14.2014.28. ISBN 978-94-62520-22-6.
  27. ^ Nardelli, Enrico (February 2019). "Do we really need Computational Thinking?". Communications of the ACM. 62 (2): 32–35. doi:10.1145/3231587.
  28. ^ Wing, Jeannette M. (March 2011). "Research Notebook: Computational Thinking—What and Why?". The LINK. The Magazine of Carnegie Mellon University's School of Computer Science. Carnegie Mellon University, School of Computer Science. Retrieved 1 March 2019.
  29. ^ Aho, Alfred V. (January 2011). "Computation and computational thinking". Ubiquity. 2011 (January). doi:10.1145/1922681.1922682.

Further reading[edit]

  • Wang, Paul S. (2020). "Computational Thinking Blog". sofpower.
  • Denning, Peter J.; Tedre, Matti (2019). Computational Thinking. The MIT Press Essential Knowledge Series. Cambridge, MA: MIT Press. doi:10.7551/mitpress/11740.001.0001. ISBN 9780262536561. OCLC 1052902737.
  • National Research Council (2010). Report of a Workshop on the Scope and Nature of Computational Thinking. Committee for the Workshops on Computational Thinking. Washington, DC: National Academies Press. doi:10.17226/12840. ISBN 9780309149570. OCLC 520515477.
  • National Research Council (2011). Report of a Workshop on the Pedagogical Aspects of Computational Thinking. Committee for the Workshops on Computational Thinking. Washington, DC: National Academies Press. doi:10.17226/13170. ISBN 9780309214742. OCLC 747314143.
  • Riley, David D.; Hunt, Kenny A. (2014). Computational Thinking for the Modern Problem Solver. Chapman & Hall/CRC Textbooks in Computing. Boca Raton, FL: CRC Press. ISBN 9781466587779. OCLC 879630598.
  • Wang, Paul S. (2016). From Computing to Computational Thinking. Boca Raton, FL: CRC Press. doi:10.1201/9781315115320. ISBN 978-1482217650. OCLC 944534803.