2.1 Elements of computational thinking - Overview / Checklist
Recommended Resources
2.1.1 Thinking abstractly
Understanding Abstraction
Abstraction, Decomposition and Structure Diagrams
Any software developer, working on a new project will need to take time to step back and think before going straight into programming mode and writing their first line of code! Their first step will be to consider their new … Continue reading
Structure Diagram for an online-shop
An online-shop or e-commerce website is a complex web-based system that includes many functionalities. In order to design such a complex system. it is essential to think think abstractly to simplify the system we want to create and to break … Continue reading
2.1.2 Thinking ahead
2.1.3 Thinking procedurally