1
2
3
4
5
100

How do you manually run a code?

Double click it.

100

What are some things included on the menu bar? 

Scratch home, language, file, edit, tips, duplicate, delete, grow, shrink, block help, my stuff and username. 

100

What are arguments?

Input received by a script for processing.  

100

What are some things that Scratch 2.0 can sense? 

Mouse pointer, keyboard data, collisions, distance, sound input, other stage and sprite properties, and working with the timer. 

100

Whats the first thing you need to do to be able to work with variables?

Define and add them to your application projects.

200

What are some requirements of Scratch 2.0 ?

You must have a web browser that supports Scratch 2.0. Also Adobe Flash must be installed. 

200

What does the sprite list display for each sprite in application?

A thumbnail

200

Scratch's stage coordinate system allows for a coordinate range of -_____ to 240 on the x axis and 180 to _____ on the y axis. 

240, -180

200

What are some things you can create with the information you learned? 

A virtual fish tank, a scrapbook or a basketball quiz game. 

200

What can you have your sprite do once it hits the edge of the stage?

You can have it bounce and you can control how it bounces.

300

When you first register to Scratch 2.0 what is your status? 

New Scratcher Status

300

True or False. Scratch 2.0 project editor shows the coordinates and tracks your mouse location.

True

300

What are Scratch cards? 

They are PDF files that you can print, cut out, glue together then use as a quick reference for performing certain tasks.

300

How do you add photographs as a sprites costume? 

Click on the Upload Sprite from File icon to open the Select Files(s) to Upload by scratch.mit.edu dialog window. Using this window, navigate to the folder containing the electronic image files (photographs) that you plan to display, select one of these files to be used as the application’s sprite, and then click on the Open button.

300

How do you save your Scratch project?

It automatically saves.

400

What is a Sprite?

A two dimensional image drawn on a transparent background. 

400

What are the 6 basic types of Scratch blocks?

Stack, hat, reporter, boolean, C and cap blocks.

400

What kind of blocks should you use to create drawings?

The pen code block

400

What are variables? 

A location in memory where an individual piece of data is stored.

400

What is a reporter block?

A code block that has either rounded or angled sides and is specifically designed as a mechanism for providing input for other code blocks to process.

500
What does the Paint Editor let you do?

It lets you specify current color settings for both foreground and background drawing using the current Color Settings control located under the drawing canvas. 

500

What are some of the 10 categories of Scratch blocks?

Motion, looks, sound, pen, data, events, control, sensing and operators.

500

What color are sound blocks?

Pink

500

How can you change data stored within a local variable?

Data stored in local variables can be changed only by scripts belonging to the sprite the variables have been assigned to.

500

What category of blocks in Scratch 2.0 initiate the execution of scripts and send broadcast messages.

Event blocks

M
e
n
u