Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Code Unit 3 Vocab

Total questions: 15

Worksheet time: 8mins

Name
Class
Date
1.

What is the term for finding and fixing problems in code?

a)

parameter

b)

Sprite

c)

debugging

d)

animation

2.

What is a single image within an animation?

a)

bug

b)

frame

c)

program

d)

animation

3.

What is an extra piece of information passed to a function to customize it for a specific need?

a)

variable

b)

property

c)

bug

d)

parameter

4.

What is an error in a program that prevents the program from running as expected?

a)

bug

b)

Sprite

c)

animation

d)

frame rate

5.

What is a label for a piece of information used in a program?

a)

bug

b)

frame

c)

variable

d)

animation

6.

What is the rate at which frames in an animation are shown?

a)

frame

b)

bug

c)

debugging

d)

frame rate

7.

What is an algorithm that has been coded into something that can be run by a machine?

a)

program

b)

bug

c)

animation

d)

frame

8.

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

a)

animation

b)

program

c)

Sprite

d)

bug

9.

What is a label for a characteristic of a sprite, such as its location and appearance?

a)

bug

b)

frame

c)

Sprite

d)

property

10.

What is a series of images that create the illusion of motion by being shown rapidly one after the other?

a)

animation

b)

property

c)

variable

d)

parameter

11.

What does = mean in coding?

a)

equals

b)

gets the value

c)

holds

d)

means

12.

What is the size of the grid used in coding?

a)

100x100

b)

500x1000

c)

400x200

d)

400x400

13.

How many spaces does each block on a grid in coding represent?

a)

25

b)

50

c)

100

d)

400

14.

Which of the following is not a rule for adding a variable name?

a)

can't start with a number

b)

must have a number in the name

c)

can't be any spaces in the name

d)

spelling must be the same for parameters

15.

What happens when you use a random number block in the w parameter?

a)

the width will be different every time

b)

x-coordinate will change

c)

y-coordinate will change

d)

the height will be different every time