PREMIUM LOGIN

ClassTools Premium membership gives access to all templates, no advertisements, personal branding and many other benefits!
 

Username:    
Password:    
Submit Cancel

 

Not a member?

JOIN NOW!

 
New EditShare

KS3 Computational Thinking

Drag and Drop the items in the right-hand column into the correct order. You can also create your own | view a sample.

  • Decomposition
  • Abstraction
  • Algorithm
  • Selection
  • Count-controlled loop
  • Condition-controlled loop
  • Computer
  • Sequence
  • Testing
  • Error
  • Problem-solving
  • Putting code into the correct order to achieve the goal
  • A step by step sequence of tasks to solve a problem
  • Code that repeats a set number of times
  • Code that repeats until a condition is met
  • Any device that uses the Input-Process-Output model to follow instructions
  • Running code to check the outcome
  • Hiding or ignoring unnecessary details in a problem to help create a solution
  • The process of finding a solution
  • A mistake in the code
  • Breaking a complex task down into simpler steps
  • Some code that makes a choice or decision. Uses the keywords if and else