Computational thinking

Source: Wikipedia, the free encyclopedia.

Computational thinking (CT) refers to the thought processes involved in formulating problems so their solutions can be represented as computational steps and algorithms.

problem-solving methods that involve expressing problems and their solutions in ways that a computer could also execute.[2] It involves automation of processes, but also using computing to explore, analyze, and understand processes (natural and artificial).[3][4][5]

History

The history of computational thinking as a concept dates back at least to the 1950s but most ideas are much older.[6][3] 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.[7] Neither the idea nor the term are recent: Preceded by terms like algorithmizing, procedural thinking, algorithmic thinking, and computational literacy[3] by computing pioneers like Alan Perlis and Donald Knuth, the term computational thinking was first used by Seymour Papert in 1980[8] and again in 1996.[9] Computational thinking can be used to algorithmically solve complicated problems of scale, and is often used to realize large improvements in efficiency.[10]

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.[11] 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.[3]

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.[12] 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.[12] 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.[12] An ongoing effort to globalize effective thinking skills in everyday life is emerging in the Prolog community, whose Prolog Education Committee, sponsored by the Association for Logic Programming[13] has the mission of "making Computational and Logical Thinking through Prolog and its successors a core subject in educational curricula and beyond, worldwide".[14]

Characteristics

The characteristics that define computational thinking are

data representation, generalization/abstraction, and algorithms.[15][16]
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. Analysis: Solution execution and evaluation.[17]

Connection to the "four Cs"

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 visualize data.[18] Grover describes how computational thinking is applicable across subjects beyond science, technology, engineering, and mathematics (STEM) which include the social sciences and language arts.

Since its inception, the 4 Cs have gradually gained acceptance as important elements of many school syllabi. This development triggered modifications in platforms and directions such as inquiry, project-based, and more profound learning across all K–12 levels. Many countries have introduced computational thinking to all students: The United Kingdom has had CT in its national curriculum since 2012. Singapore calls CT "national capability". Other nations like Australia, China, Korea, and New Zealand have embarked on massive efforts to introduce computational thinking in schools.[19] In the United States, President Barack Obama created the "Computer Science for All" program to empower a new generation of students in America with the proper computer science proficiency required to flourish in a digital economy.[20] 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 generalization. Career readiness can be integrated into academic environments in multiple ways.[21]

The "algoRithms" part of CT has also been referred to as the "fourth R", where the others are Reading, wRiting, and aRithmetic.

In K–12 education

Similar to

computer science education has faced several challenges including the agreement on the definition of computational thinking,[22][23] how to assess children's development in it,[7] and how to distinguish it from other similar "thinking" like systems thinking, design thinking, and engineering thinking.[7] 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[23][24] (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[3][5]
)

  • 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 of 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.[25] Valerie Barr and Chris Stephenson describe computational thinking patterns across disciplines in a 2011 ACM Inroads article[22] However Conrad Wolfram has argued that computational thinking should be taught as a distinct subject.[26]

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.

Center for Computational Thinking

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.[27]

Criticism

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.[6][28] The inclination among computer scientists to force computational solutions upon other fields has been called "computational chauvinism".[29] 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.[30][7] 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.[31][6] 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.[12]

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.[32] 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[33] and Aho[1] 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)."

Many definitions of CT describe it only at skill level because the momentum behind its growth comes from its promise to boost STEM education. And, the latest movement in STEM education is based on suggestions (by learning theories) that we teach students experts' habits of mind. So, whether it is computational thinking, scientific thinking, or engineering thinking, the motivation is the same and the challenge is also the same: teaching experts' habits of mind to novices is inherently problematic because of the prerequisite content knowledge and practice skills needed to engage them in the same thinking processes as the experts. Only when we link the experts' habits of mind to fundamental cognitive processes can we then narrow their skill-sets down to more basic competencies that can be taught to novices. There have been only a few studies that actually address the cognitive essence of CT. Among those, Yasar (Communications of ACM, Vol. 61, No. 7, July 2018) [34] describes CT as thinking that is generated/facilitated by a computational device, be it biological or electronic. Accordingly, everyone employs CT, not just computer scientists, and it can be improved via education and experience.

Computational logic and human thinking

Computational logic is an approach to computing that includes both computational thinking and logical thinking. It is based on a view of computing as the application of general-purpose logical reasoning to domain-specific knowledge expressed in logical terms.

Teaching materials for computational logic as a computer language for children were developed in the early 1980s.[35][36][37] University level texts for non-computing students were developed in the early 2010s.[38][39] More recently, a variety of new teaching materials have been developed to bridge the gap between STEM and non-STEM academic disciplines.[40][41][42]

See also

References

  1. ^ .
  2. ^ Wing, Jeannette (2014). "Computational Thinking Benefits Society". 40th Anniversary Blog of Social Issues in Computing.
  3. ^ a b c d e Denning, P.J. and Tedre, M. Computational Thinking. The MIT Press, 2019.
  4. PMID 18672462
    .
  5. ^ .
  6. ^ 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.
  7. ^
    OCLC 1082364202.{{cite book}}: CS1 maint: location missing publisher (link
    )
  8. ^ Papert, Seymour. Mindstorms: Children, computers, and powerful ideas. Basic Books, Inc., 1980.
  9. S2CID 46013234
    .
  10. ^ Computational thinking:
  11. ^
    S2CID 1693513
    .
  12. ^ .
  13. ^ "Association for Logic Programming".
  14. ^ "Prolog Education".
  15. ^ "Introduction to computational thinking". BBC Bitesize. Retrieved 25 November 2015.
  16. ^ "Exploring Computational Thinking". Google for Education. Retrieved 25 November 2015.
  17. ^ Repenning, Alexander (4 September 2016). "Computational Thinking Tools". IEEE Symposium on Visual Languages and Human-Centric Computing. Retrieved 7 April 2021.
  18. ^ Grover, Shuchi (25 February 2018). "The 5th 'C' of 21st Century Skills? Try Computational Thinking (Not Coding)". EdSurge. Retrieved 25 February 2018.
  19. ^ "The 5th 'C' of 21st Century Skills? Try Computational Thinking (Not Coding) – EdSurge News". EdSurge. 2 February 2018. Retrieved 11 June 2018.
  20. ^ "CSforALL". csforall.org. Retrieved 11 June 2018.
  21. ^ "Future-forward: How to incorporate the 5th 'C' of 21st Century learning". eSchool News. 2 October 2017. Retrieved 11 June 2018.
  22. ^
    S2CID 207184749
    .
  23. ^ .
  24. . CT is a problem solving process...
  25. .
  26. ^ Wolfram, Conrad. "Computational thinking is the code to success". The Times Educational Supplement.
  27. ^ "PROBE Experiments". www.cs.cmu.edu.
  28. ^ Jones, Elizabeth. "The Trouble with Computational Thinking" (PDF). ACM. Retrieved 30 November 2016.
  29. S2CID 411880
    .
  30. .
  31. .
  32. .
  33. ^ 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.
  34. S2CID 49406930
    .
  35. ^ Kowalski, R. Logic as a Computer Language for Children, In Proceedings of European Conference on Artificial Intelligence, Orsay, France, July 1982. Reprinted in New Horizons in Educational Computing, (ed. M. Yazdani), Ellis Horwood Ltd., Chichester, 1984, pp. 121-144. Reprinted in Progress in Artificial Intelligence, (eds. L. Steel and J. A. Campbell), Ellis Horwood Ltd., Chichester. http://www.doc.ic.ac.uk/~rak/papers/Logic%20for%20Children.pdf
  36. ^ Ennals, R., 1983. Beginning micro-PROLOG. Ellis Horwood.
  37. ^ Conlon, T., 1985. Learning micro-prolog. Addison-Wesley
  38. ^ Levesque, H.J., 2012. Thinking as computation: A first course. MIT Press.
  39. ^ Kowalski, R., 2011. Computational logic and human thinking: how to be artificially intelligent. Cambridge University Press. http://www.doc.ic.ac.uk/~rak/papers/newbook.pdf
  40. ^ Cecchi, L.A., Rodríguez, J.P. and Dahl, V., 2023. Logic Programming at Elementary School: Why, What and How Should We Teach Logic Programming to Children?. In Prolog: The Next 50 Years (pp. 131-143). Cham: Springer Nature Switzerland.
  41. ^ Kowalski, R., Dávila, J., Sartor, G. and Calejo, M., 2023. Logical English for law and education. In Prolog: The Next 50 Years (pp. 287-299). Cham: Springer Nature Switzerland. https://www.doc.ic.ac.uk/~rak/papers/Logical%20English%20for%20Law%20and%20Education%20.pdf
  42. ^ Warren, D.S., Dahl, V., Eiter, T., Hermenegildo, M.V., Kowalski, R.A. and Rossi, F., 2023. Prolog: The Next 50 Years, volume 13900 of Lecture Notes in Computer Science.

Further reading