Please enable JavaScript.
Coggle requires JavaScript to display documents.
Comp sci thinking - Coggle Diagram
Comp sci thinking
-
Thinking Procedurally
Braking down a task into smaller steps each one logically falling after the other these steps can later be converted into functions or sub procedures
-
-
-
-
Thinking ahead(planning)
Planning out everying you needn inputs and outputs, requarments and so on, to make the prgramming simpler and easyer
-
-