wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Unit 3 Vocabulary

Total questions: 15

Worksheet time: 4hrs 45mins

Name
Class
Date
1.

Part of a program that does not work correctly

a)

Bug

b)

Debugging

2.

Finding and fixing problems in an algorithm or program

a)

Bug

b)

Debugging

3.

Program

a)

An extra piece of information passed to a function to customize it for a specific need

b)

An algorithm that has been coded into something that can be run by a machine

4.

Parameter

a)

An extra piece of information passed to a function to customize it for a specific need

b)

An algorithm that has been coded into something that can be run by a machine

5.

Attributes that describes an object’s characteristics

a)

Parameter

b)

Property

6.

A graphic character on the screen with properties that describe its location, movement, and look

a)

Sprite

b)

Property

7.

Variable

a)

A placeholder for a piece of information that can change

b)

A graphic character on the screen with properties that describe its location, movement, and look

c)

Attributes that describes an object’s characteristics

8.

Animation

a)

A series of images that create the illusion of motion by being shown rapidly one after the other

b)

A placeholder for a piece of information that can change

9.

A single image within an animation

a)

Frame

b)

Frame rate

10.

The rate at which frames in an animation are shown, typically measured in frames per second.

a)

Frame rate

b)

Frame

11.

Expression

a)

A graphic character on the screen with properties that describe its location, movement, and look

b)

Any valid unit of code that resolves to a value.

12.

Boolean

a)

A single value of either TRUE or FALSE

b)

Statements that only run under certain conditions

13.

Statements that only run under certain conditions

a)

Variable

b)

Conditionals

14.

In programming, an expression that evaluates to TRUE or FALSE

a)

Boolean

b)

Boolean Expression

15.

If-statement

a)

The common programming structure that implements “conditional statements”

b)

The common programming structure that implements “if statements”