Exploring the Scratch Environment

Click on the flashcard to see the answer



What is Scratch?

Scratch is a visual programming language aimed at teaching kids and beginners how to code by creating projects using a block-based interface.

What is the Stage in Scratch?

The Stage is the area where Scratch projects are displayed and where sprites perform actions.

What are sprites in Scratch?

Sprites are characters or objects that perform actions in a Scratch project. They can be customized with different costumes.

What are costumes in Scratch?

Costumes are different appearances or looks for a sprite. They help change how a sprite appears on the Stage.

What is a script in Scratch?

A script is a sequence of blocks that are linked together to perform a certain task or action in Scratch.

What purpose do blocks serve in Scratch?

Blocks are the building elements in Scratch that are used to create scripts for programming sprites to perform actions.

What is the purpose of the Scratch backpack?

The backpack allows users to store and transfer scripts, costumes, and sounds across different Scratch projects.

How do you add a new sprite to a Scratch project?

You can add a new sprite by clicking on the 'Choose a Sprite' button and selecting from the library, painting a new sprite, or uploading your file.

What is the role of the 'Green Flag' button in Scratch?

The 'Green Flag' button is used to start running the scripts for a project in Scratch.

What is the Scratch editor used for?

The Scratch editor is used to create, edit, and program sprites and actions within a Scratch project.

How can you change the background or stage in Scratch?

You can change the background by selecting 'Choose a Backdrop' and picking a new one from the library or creating/uploading your own.

What are the different categories of blocks in Scratch?

Blocks in Scratch are organized into categories like Motion, Looks, Sound, Events, Control, Sensing, Operators, Variables, and My Blocks.

What is an event in Scratch?

An event in Scratch is an action that starts a script, such as clicking the Green Flag or pressing a key.

What function do 'Control' blocks serve in Scratch?

'Control' blocks manage the flow of a program, such as loops, and decision-making (if-else statements).

How do you save a project in Scratch?

You save a project in Scratch by clicking on 'File' and selecting 'Save Now' to store your work in the cloud or on your computer.