WorksheetsCode.org Retake Lesson 2&3
Total questions: 10
Worksheet time: 5mins
A sprite is something you can ________ with like a character or object.
Interact
Design
Build
Control
The sprite's costume, size, color, location, behavior can't be changed.
True
False
Sprite interactions can only be with the user or another sprite.
True
False
Which block will make a new sprite?
Which is an event block?
True or False: Event blocks attach to your main program.
False
True
Which shows a mini-project?
What is an event?
An Action
Something that happens
An action that causes something to happen.
When a player clicks on a character
What does the version history button do?
Allows the programmer to reset the program.
Allows the programmer to revert to previous saved code or start over.
Takes away mistakes
Shows code examples that other programmers used as solutions.
True or False: Like behaviors, an event will continue to happen until the program is reset, is stopped, or changed.
True
False
