Please enable JavaScript.
Coggle requires JavaScript to display documents.
Algorithms (Computational Thinking (Abstraction - eg. 3D simulation of a…
Computational Thinking
Abstraction - eg. 3D simulation of a rollercoaster - need height, length, width of track, orientation, speed of vehicle - don't need to see passengers, sound? https://youtu.be/TVUvDdpmI70
Algorithmic thinking - considering sequencing, looping etc - the steps needed to solve a problem - should be able to be applied in other situations or adapted https://youtu.be/03zOaHtIUQ4
-
Pseudocode
Need to know -
formatting
key command words e.g. while/for/if/else/input/output and endwhile/endif etc
variables still need to be assigned e.g. score = 0
arrays need to show how big they are e.g. people = [5] and then need to be assigned or appended to
-
-
-
-