wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Coding Vocabulary Test Review - 7th/8th Grade (3rd 6 weeks test)

Total questions: 15

Worksheet time: 5mins

Name
Class
Date
1.

________ is a list of steps to finish a task.

a)

algorithm

b)

variable

c)

function

d)

loop

2.

________ is an error in a program that prevents it from running.

a)

bug

b)

loop

c)

variable

d)

function

3.

________ is finding and fixing errors in programs.

a)

debugging

b)

compiling

c)

executing

d)

designing

4.

________ is putting commands in correct order so computers can read it.

a)

sequencing

b)

looping

c)

debugging

d)

branching

5.

________ is an action that a sprite performs continuously until told to stop.

a)

behavior

b)

costume

c)

sound

d)

event

6.

________ is an algorithm that has been coded into something to be run by a machine.

a)

program

b)

variable

c)

database

d)

network

7.

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

a)

sprite

b)

pixel

c)

icon

d)

window

8.

________ is a single line of instruction for a computer (1 line of code).

a)

command

b)

variable

c)

loop

d)

function

9.

________ is a sequence of code that is repeated.

a)

loop

b)

variable

c)

function

d)

array

10.

________ is a set of coding loops where at least 1 loop is inside another loop.

a)

nested loop

b)

single loop

c)

while loop

d)

sequential loop

11.

________ is a set of coding loops where they are one after the other.

a)

sequential loop

b)

nested loop

c)

single loop

d)

until loop

12.

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

a)

condition

b)

variable

c)

loop

d)

function

13.

________ is a statement that only runs under certain conditions.

a)

conditional

b)

loop

c)

variable

d)

function

14.

________ is a loop that continues to repeat while the condition is true.

a)

while loop

b)

until loop

c)

sequential loop

d)

nested statement

15.

________ is a loop that continues to repeat until the condition is true.

a)

until loop

b)

nested loop

c)

while loop

d)

sequential loop