Scratch Quiz 1 - computing concepts
Quiz by Matt Standing
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
- Q1A sequence isa set of instructions that must be carried out in orderwhen there is two or more possible options in a program e.g. 'Yes' or 'No'.a set of instructions that must be carried out in order more than oncewhen tasks are repeated. There are FOR loops ( for a set amount of time) or WHILE loops (for an unknown amount of time)30s
- Q2Selectionis when tasks are repeated e.g. FOREVER loops ( for a set amount of time) or WHILE loops (for an unknown amount of time)is when there is two or more possible options in a program e.g. 'Yes' or 'No'.is a set of instructions that must be carried out in order 5 timesis a set of instructions that must be carried out in order30s
- Q3Repetition could beYes and NoYes or Noa while loop1,2,3,4,530s
- Q4What programming concept is this?sequencerepetitionselection30s
- Q5What programming concept is this?SelectionSequenceRepetition30s
- Q6What would happen to the time when you press the green flagCount down from 10 to 0, by -1 each time, then stop all.Count from 0 to 10 then stop allCount down from 10 to 5, by -1 each time, then stop.30s
- Q7What happens if the sprite is touching the mouse pointer?turn 15 degreesMove ten stepsMove ten steps, then turn 15 degreesMove ten sprites30s
- Q8What is the odd one out?When green flag clickedwhen spacebar clickedchange costumeWhen sprite clicked30s
- Q9Which of these could be an example of a variable?say hellochange costumechange spritechange score by 130s
- Q10Where would you click to move the sprite 10 steps?lookspensoundmotion30s
- Q11Where would you create a time variable?controleventsmore blocksdata30s
- Q12What will happen in the red circle?change the size foreverchange the size by -1 and then repeat 100 timeschange the size oncerepeat 100 times, then once complete, change size by -130s