wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Unit 3 code.org

Total questions: 15

Worksheet time: 11mins

Name
Class
Date
1.

This blocks allows us to

a)

Change the location of text

b)

Change the zoom of text

c)

Change the size of text

d)

Change the scale of text

2.

What will this block help you do in Code.org?

a)

Change

b)

Color development

c)

Change the color of the background

d)

background movement

3.

Scale block zooms in the sprite or shape

rotation block spins the sprite or shape

a)

True

b)

False

4.

How do we use this block in code.org?

a)

We have to place this block by a shape in order to change its size.

b)

We use this to change the background colors

c)

We have to put this block at the end of the code

d)

We have to place this block by a shape in order to change its color.

5.

The W and H part of these blocks help us.....

a)

place any shape or sprite in a specific area on the screen.

b)

change how wide or tall the shape or sprite is

c)

move the shapes

d)

create a new plot

6.

The X and Y part of these blocks help us.....

a)

place any shape or sprite in a specific area on the screen.

b)

change how big or small the shape or sprite is

c)

move the shapes

d)

create a new plot

7.
Sprite
a)
A graphic character on the screen with properties that describe its location, movement, and look.
b)
 A placeholder for a piece of information that can change.
c)
Attributes that describe an object's characteristics
d)
An algorithm that has been coded into something that can be run by a machine.
8.

If you wanted to make a sprite twice as big as it currently looks which code would you use?

a)

sprite.y

b)

sprite.scale

c)

sprite.rotation

d)

sprite.setAnimattion

9.

What is the name of the sprite variable in the code pictured? (Click on picture to enlarge.)

a)

fly

b)

ladybug

c)

bug

d)

space

10.

What is width of the rectangle in the following code?

rect(250, 200, 75, 225);

a)

250

b)

200

c)

75

d)

225

11.

Which of the numbers represents the y-value of the ellipse?

a)

200

b)

100

c)

300

d)

150

12.

Which answer shows the code to draw this image?

a)

b)

c)

d)

13.

Which answer contains the code to draw this image?

a)
b)
c)
d)
14.

If we want to have a sprite move up and down then we would use which block of code?

a)

sprite.y

b)

sprite.x

15.

If I set this line of code as randomNumber(5, 200); what is the maximum value of number I would have?

a)

5

b)

20

c)

VAR = 100

d)

200