Font size
WorksheetsScratch 101 and Vocabulary
Total questions: 9
Worksheet time: 5mins
What is a bug?
steps that are repeated
the end of an algorithm
the beginning of an algorithm
a part of the code that doesn't work
What is an algorithm?
a problem in the code
a list of steps to finish a task
steps that are repeated
the act of coding
What is a Program?
an algorithm that a machine runs
the act of coding
a list of steps to finish a task
a glitch
What is debugging?
a glitch
the act of coding
making problems in code
finding and fixing problems in code
What is programming?
a glitch
a list of steps
the art of creating a program
a machine following instructions
How do you test blocks in Scratch?
attach the block to another block
put the block into the stage
click the block
wrap the block in a repeat block
What location is the muffin in?
x: 200, y: -180
x: -200, y: 180
x: 0, y: 0
x: -100, y: -100
What is a decimal?
a whole number
a number greater than 1
a number smaller than 1
a negative number
When do we use negative numbers in Scratch?
to move a sprite
in a loop
to control speed
to change an effect
