An introductory guide to Computational Thinking


What is the Computational Thinking?


Based on the information found, there is no single consistent definition of 'Computational Thinking'(CT). But essentially it involves the use of specific strategies and tools to solve complex problems. BBC Bieesize provides a simple definition, which I won't dwell on here. It consists of four key techniques: Decomposition, Pattern Recognition, Abstraction, Algorithms. Based on the above,then,my own understading of it is this. I believe that CT can be thought of as a way of thinking that uses mathematical methods to solve problemssimply,rationally, and logically, a problem that includes not only problems taught in the classroom but also difficult problems in everyday life.


Why it is important, and my current/future career ?


Before I was exposed to this lesson, I thought that code was difficult for me. But after I was exposed to this lesson, it seemed to become easier. I think the first thing I need to learn how to write code is to have the ability to think computationally. Once I have some computational thinking skills,I will be able to edit the code I want when I am faced with the task of building the logical framework before I edit the code, then I'm likely to be tedious when I write the code later, and I may not be abe to edit the code without a clue. But if I've the ability to think computationally, I feel that I'll be able to solve these problemms easily when I face them. After compeleting this study, I currently want to work in front-end coding because I find it designable and interesting.Then in terms of future work, I can conceptualize the solution in my mind first, then use flowcharts to break down each step, and finally present it in code.


Also,it had a positive impact on my life. It enables me to deal with the problems in my life in a planned way. It can save me time, make me more efficient in my life and work, and make me more rational. Personally,I think it is the beginning of my learning computer code and the beginning of writing it.


A famous person

My reflection