NEW
Font size
WorksheetsSprites Quiz
Total questions: 10
Worksheet time: 50mins
What is an algorithm?
A list of steps to finish a task.
A programming language.
A type of computer bug.
A tool used for debugging.
What does debugging mean?
Drawing the flowchart of a program.
Creating new bugs in a program.
Writing a program in a new language.
Finding and fixing problems in an algorithm or program.
What is a sprite?
A graphic on the screen with a location, size, and appearance.
A type of bug.
A programming tool.
A list of steps to finish a task.
What does the term 'programming' refer to?
Finding bugs in software.
The process of playing video games.
The act of creating a program.
The art of debugging programs.
What is a behavior in the context of Sprite Lab?
A programming language.
A tool for creating sprites.
An action that a sprite performs continuously until it’s told to stop.
A type of algorithm.
What do you think will happen when you run this code?
Nothing will happen.
The tumbleweed will move up and down.
The tumbleweed will explode.
The tumbleweed will perform the "tumbling" behavior.
Which of these blocks is a Behavior block?
Which of these blocks would let you add a new sprite to your program?
Which of these behavior blocks would make your sprite spin around?
What will happen when I click run on this program?
None of the aliens will begin their behaviors.
The aliens will all begin their behaviors, and when the blue and yellow aliens touch, the bell will stop everything.
The aliens will all begin their behaviors, and when the blue and pink aliens touch, the blue alien will switch from jittering to shrinking
The aliens will all begin their behaviors, and when the blue and the pink aliens touch, all of them will stop everything.
