Scratch Flashcards
What is the ‘Stage’ in Scratch?
The background(s).
What is the ‘Sprite’ in Scratch?
The character(s).
What is the ‘Script’ in Scratch?
The set of instructions.
What is the ‘Flow chart’ in Scratch?
The diagrams that describe the steps involved in making a process.
What is the ‘Forever’ in Scratch?
The instruction that repeats something non-stop.
What is the ‘Repeat’ in Scratch?
The instruction that repeats something in a specific amount.
What is the ‘Run’ in Scratch?
The instruction that starts your game and set of instructions.
What are the Scratch Script Sections and what are they used for?
The ‘Motion’ section is used for moving something in your game.
The ‘Sound’ section is used for playing audio in your game.
The ‘Control’ section is used to control the movement for the sprites.
The ‘Looks’ section is used to edit the visual appearance of your sprite(s).
The ‘Operators’ section is used to compare variables and values, do calculations with numbers, and work with texts.
The ‘Variables’ section are storage containers that hold values that can be modified or retrieved by your program.
The ‘Events’ section is used to make the triggers for making action happen.
The ‘Sensing’ section are used to detect things in your Scratch creation. They can also do specific actions.
The ‘My Blocks’ is a feature that allows you create custom blocks for your sprite(s) to do specifically what you want.