Code.org
Code.org Part2
100

What block makes a circle or oval?

Ellipse block

100
What does W and H stand for?

Width and Height. 

200

What block makes a rectangle or square?

Rect block

200
What block randomizes color, location, and size?

random number block

300

How do you move your shape around on the grid?

Use your x and y coordinates. 

400

How do you change the color of a shape?

Use the fill color block.

500

What 3 blocks do you need to make a sprite animation?

Create Sprite block, Set animation block, and drawSprites block.