wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Express Course Vocab Code.org Lessons 1 - 13

Total questions: 22

Worksheet time: 11mins

Name
Class
Date
1.

Choose the word for this definition:

(v) to write code, or to write instructions for a computer.

a)

event

b)

code

c)

program

d)

debugging

e)

bug

2.

Choose the word for this definition:

An action that causes something to happen.

a)

event

b)

code

c)

program

d)

algorithm

e)

debugging

3.

Choose the word for this definition:

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

a)

event

b)

code

c)

program

d)

bug

e)

sequencing

4.

Choose the word for this definition:

A list of steps to finish a task.

a)

debugging

b)

sequencing

c)

bug

d)

algorithm

e)

event

5.

Choose the word for this definition:

Part of a program that does not work correctly.

a)

event

b)

sequencing

c)

debugging

d)

algorithm

e)

bug

6.

Choose the correct word:

​ These are very tiny squares on your computer screen.

a)

events

b)

pixels

c)

bugs

d)

loops

7.

Choose the word for this definition:

Finding and fixing problems in an algorithm or program.

a)

debugging

b)

sequencing

c)

algorithm

d)

bug

e)

event

8.

Choose the word for this definition:

Putting commands in correct order so computers can read the commands.

a)

debugging

b)

code

c)

sequencing

d)

algorithm

e)

bug

9.

Choose the word for this definition:

The art of creating a program.

a)

debugging

b)

code

c)

sequencing

d)

programming

e)

bug

10.

Choose the word for this definition:

The action of doing something over and over again.

a)

debugging

b)

loop

c)

sequencing

d)

programming

e)

bug

11.

Choose the word for this definition:

To do something again.

a)

debugging

b)

event

c)

repeat

d)

programming

e)

bug

12.

Choose the word for this definition:

An action that a sprite performs continuously until it’s told to stop.

a)

function

b)

for loop

c)

while loop

d)

constant

e)

behavior

13.

Choose the word for this definition:

A graphic on the screen with a location, size, and appearance.

a)

function

b)

for loop

c)

sprite

d)

constant

e)

behavior

14.

Choose the word for this definition:

Not giving up. Trying things many different ways, many different times.

a)

persistence

b)

sequencing

c)

algorithm

d)

bug

e)

event

15.

Choose the word for this definition:

Something a program checks to see if it is true before allowing an action.

a)

debugging

b)

loop

c)

repeat

d)

condition

e)

bug

16.

Choose the word for this definition:

Statements that only run under certain conditions.

a)

debugging

b)

conditionals

c)

repeat

d)

condition

e)

bug

17.

Choose the word for this definition:

A loop that continues to repeat while a condition is true.

a)

debugging

b)

conditionals

c)

while loop

d)

condition

e)

bug

18.

Choose the word for this definition:

A command that tells you to do something only up to the point that something becomes true.

a)

debugging

b)

conditionals

c)

while loop

d)

condition

e)

until

19.

Choose the word for this definition:

A piece of code that you can easily call over and over again.

a)

function

b)

conditionals

c)

while loop

d)

condition

e)

until

20.

Choose the word for this definition:

A variable used throughout a program that never changes value.

a)

function

b)

conditionals

c)

while loop

d)

constant

e)

until

21.

Choose the word for this definition:

A label for a piece of information used in a program.

a)

function

b)

conditionals

c)

while loop

d)

constant

e)

variable

22.

Choose the word for this definition:

Loops that have a predetermined beginning, end, and increment (step interval).

a)

function

b)

for loop

c)

while loop

d)

constant

e)

variable