
KS3 - Computational Thinking
Quiz by cloudlearn
Feel free to use or edit a copy
includes Teacher and Student dashboards
Measure skillsfrom any curriculum
Measure skills
from any curriculum
Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
With a free account, teachers can
- edit the questions
- save a copy for later
- start a class game
- automatically assign follow-up activities based on students’ scores
- assign as homework
- share a link with colleagues
- print as a bubble sheet
12 questions
Show answers
- Q1Removing unnecessary details, leaving only what is importantAbstraction30s
- Q2Breaking down complex problems, into smaller manageable partsDecomposition30s
- Q3A precise and unambiguous set of step-by-step instructions.Algorithm30s
- Q4Spotting similarities between parts of code and using these to make our code more efficientPattern recogntion30s
- Q5Changing the solution to a specific problem so that it can be used for many other problemsGeneralisation30s
- Q6A bit of code that is separate from the main part, but can be called into use multiple timesfunction30s
- Q7e.g. recipes, methods in science, a sat-navs' instructionsExamples of algorithms30s
- Q8e.g. splitting the parts of a maths question up between a group, dividing the work for a poster up amongst a groupExamples of decomposition30s
- Q9e.g. getting a cake making robot to remember how to pre-heat the oven because it does this many timesExamples of pattern recognition30s
- Q10e.g. not including the layout of a building in a T.V. show.Examples of abstraction30s
- Q11e.g. A pre-written birthday card with gaps for the namesExamples of generalisation30s
- Q12A way of problem solving that involves abstraction, generalisation, pattern recognition and algorithms.Computational Thinking30s