Chapter 1
Chapter 2
Chapter 6
Chapter 7
Definitions
100

An audio file that is played within a Scratch program as sound effect or background noise.

What is Sounds?

100

A graphical programming language.

What is Scratch 2.0?

100

The ______ sensing block reports on how loud a sound is being played. 

What is Loudness?

100

Any type of information that your Scratch 2.0 applications collect, process, and store when executing.

What is Data?

100

A graphical command used in the creation of a script.

What is Code Blocks?

200

Scratch 2.0 Slogan

What is Imagine-Program-Share?

200

The _____ Flag and ___ Stop buttons provide control over script execution.


What is Green and Red?

200

Determines the location of the mouse pointer and a sprite’s distance from other sprites. 

What is Sensing Blocks?

200

A numeric value that does not include a decimal point.

What is an Integer?

200

Code blocks with a notch at the top or a bump at the bottom that can be snapped together with other blocks.

What is Stack Blocks?

300

A two-dimensional image drawn on a transparent background. 

What is a Sprite?

300

True or False: The stage is mapped out into a grid using an X-axis and a Y-axis.

What is True?

300

True or False: You can use sensing blocks to look for collisions and determine color. 

What is False?

300

A variable that any script can modify.

What is Global Variable?

300

A sprite and the role it plays as it interacts with another sprite on the stage.

What is an Actor?

400

Other Scratch users can copy and modify your Scratch projects

What is Remixing?

400

You can use the __________ to create or modify new sprites, costumes, and backdrops

What is Paint Editor program?

400

Sensing blocks are colored 

What is sky blue?

400

To store, modify, and retrieve data in a Scratch 2.0 application, you need to create

What is Variables?

400

Data that has either of two values. True or False. 

What is Boolean?

500

Collections of code blocks that outline the programming logic controlling the operation of sprites.


What is Scripts?

500

To duplicate, delete, save to a local file, and hide a sprite you have to 

What is right-clicking on a sprite’s thumbnail? 

500

Variables that can be modified only by scripts belonging to the sprite in which the variable is defined.

What is local variables?

500

The area within an application where a variable’s value can be accessed and modified.

What is Scope?

500

A cross-platform programming language used to develop Scratch

What is Squeak?