2 1-Algorithms 250009778
2 1-Algorithms 250009778
1 ALGORITHMS
COMPUTATIONAL THINKING FLOWCHART PSEUDOCODE
START
Abstraction •Focussing on just the important IF the Decision = TRUE
details of a problem THEN:
Perform Action 1
•Breaking a problem down into smaller ELSE
Decomposition parts so that it is easier to solve
Perform Action 2
ENDIF
Algorithmic •creating a step by step solution to a END
thinking problem