wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

3rd 9 Weeks Review 22-23

Total questions: 25

Worksheet time: 13mins

Name
Class
Date
1.

Random numbers will make shapes appear randomly in location and size.

a)

True

b)

False

2.

Which of the following will make a sprite turn in a circle?

a)

sprite. y

b)

sprite.rotation

c)

sprite.scale

d)

sprite.x

3.

Which of the following is used to make a sprite increase or decrease in size?

a)

sprite.y

b)

sprite.rotation

c)

sprite.scale

d)

sprite.x

4.

Which of the following will move a sprite left or right?

a)

sprite.x

b)

sprite.location

c)

sprite.rotation

d)

sprite.y

5.

Which of the following will make a sprite move up and down the grid?

a)

sprite.y

b)

sprite.rotation

c)

sprite.scale

d)

sprite.x

6.

Which of the following is a character on the screen with properties that describe its location, movement, and look?

a)

variable

b)

property

c)

sprite

d)

random

7.

How can we correct the code?

a)

Change drink to ice cream in line 6

b)

Change drink to sprite in line 6

c)

Change drink to dessert in line 6

8.

What is a variable?

a)

a type of weather

b)

the value of something (like a score)

c)

a placeholder for a piece of information that changes

9.

Which code will cause your program to run differently each time?

a)

randomnumber

b)

fill

c)

background

d)

var

10.

Which of the following is a good variable name?

a)

bottles of milk

b)

bottlesofmilk

c)

99bottlesofmilk

d)

bottlesOf milk

11.

Where should a fill block be placed to change the color of text or shapes?

a)

after the shape or text

b)

it doesn't matter

c)

before the text or shape

12.

What is drawn first in the code?

a)

orange background

b)

purple rectangle

c)

blue rectangle

d)

purple ellipse

13.

Which block will draw a rectangle?

a)

background

b)

fill

c)

rect

d)

ellipse

14.

Which block will draw an ellipse?

a)

background

b)

fill

c)

rect

d)

ellipse

15.

Which paramters change the location of a shape on the grid?

a)

w and h

b)

y and w

c)

x and h

d)

x and y

16.

Which parameters change the size of a shape on the grid?

a)

x and h

b)

x and y

c)

w and h

d)

y and w

17.

What is debugging?

a)

statements that only run under certain conditions

b)

part of a program that does not work correctly

c)

any valid unit of code that resolves to a value

d)

finding and fixing problems in your program

18.

Which block makes the screen all one color?

a)

ellipse

b)

background

c)

fill

d)

rect

19.

Where should the background usually be placed in the code?

a)

Line 1

b)

Line 5

c)

Line 10

d)

Line 15

20.

Which code will place the blue square at the correct position?

a)

rect (100, 200)

b)

rect (250, 300)

c)

rect (350, 50)

21.

Which code will place the red square at the correct position?

a)

rect (100, 200)

b)

rect (250, 300)

c)

rect (350, 50)

22.

Which code will place the green square at the correct position?

a)

rect (100, 200)

b)

rect (250, 300)

c)

rect (350, 50)

23.

Which block is used to make shapes and text a specific color?

a)

fill

b)

ellipse

c)

background

d)

rect

24.

What is a bug in a program?

a)

an algorithm coded into something that can be run by a machine

b)

a graphic character on the screen with properties describing location, movement, look

c)

part of a program that doesn't run correctly

d)

the rate at which frames in an animation are shown

25.

What will happen when "Run" is pressed?

a)

An ellipse is placed at (400, 400)

b)

The size of the ellipse is changed each time run is pressed.

c)

The x location of the ellipse changes each time run is pressed.

d)

The x and y location of the ellipse changes each time run is pressed.