Chapter 1
Chapter 2-3
Chapter 4-5
Chapter 6
chapter 7
100

What does the Process (Remixing) mean ?

Copying and modifying scratch projects

100

What are the 2 types of paint tools in scratch?

Bitmap and vector paint tools

100

How many categories of sprites are there ?

5

(Animals, fantacy, people, things, trasportaion) 

100

True or false you can not add audio to your projects ?

flase

100

Data

Info that your scratch applications collect and store when executing data

200

Squeak 

A programming language

200

Rotation center 

The point on a sprite that remains in a position when a sprite is rotated. 

200

What happens when the green button is clicked 

executes the script

200

What do sensing blocks retrieve ? 

Time, Date, username information

200

What are the 4 types of data scratch uses ? 

String, Boolean, Integer, real

300

Comments 

users can create or share ideas on a scratch project

300

Stacks 

Putting different code blocks togeather and creating scripts

300

Is it true if you can move a sprite around the stage in a counterclockwise direction?

true 

300

What do some code block have that has to do with time? 

built in timer

300

Varibles 

allow you to store, retrive, and modify numeric data.

400

Scripts 

code blocks that controll the operations of sprites

400

Code blocks 

Oval shape that can recive data frm other code blocks. They can have numbers, shapes color,drop down, ect

400

What is the range of degrees you can use for a sprite ? 

0-360

400

True or False do sensing blocks allow videos ? 

True

400

What do varible names include? 

Letters, numbers, blank spaces, and special characters

500

Scratchers 

Scratch programmers 

500

How many different blocks are there in total ?

about 148

500

Code blocks provide the ability to modify a sprites location ?

By changing the cordinates

500

What are the three mouse pointer cordinates? 

Mouse x

Mouse y 

Mouse down 

500

Scope

Location within the application that the value of the varible can be modified.