Glossary of Terms

Introduction to Scratch

Keyword Definition
Backdrops Background images that can be added to the stage in Scratch.
Blocks Visual coding elements that represent commands, controls, and operations, which are snapped together to create scripts.
Costume Editor A feature in Scratch that allows users to create and edit costumes for their sprites.
Costumes Different appearances or outfits that can be assigned to a sprite in Scratch.
Extensions Library A collection of additional features created by the Scratch community for users to easily add to their projects.
Pen A tool in Scratch that allows sprites to draw on the stage.
Scratch A visual programming language and online community targeted primarily at children to help them learn how to code through interactive stories, games, and animations.
Scratch Extension A feature that expands the functionality of the Scratch programming environment by adding new blocks, tools, or capabilities.
Script A series of blocks that enable a sprite to perform a sequence of actions.
Sound Audio files that can be played by sprites in Scratch projects.
Sprite A character or object that can be programmed to perform actions in Scratch.
Stage The main area where sprites are placed and where the user can interact with them.
Variables Containers for storing data that can be used in Scratch programs.