wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

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

Total questions: 13

Worksheet time: 7mins

Name
Class
Date
1.

Which definition is the meaning of loop?

a)

a sequence of code that is repeated

b)

an action that a sprite performs continuously until told to stop

c)

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

d)

an action that causes something to happen

2.

A ______ is a sequence of code that is repeated.

a)

loop

b)

variable

c)

function

d)

array

3.

An action that a sprite performs continuously until told to stop is called ______.

a)

behavior

b)

event

c)

costume

d)

sound

4.

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

a)

sprite

b)

button

c)

icon

d)

window

5.

An action that causes something to happen is called an ______.

a)

event

b)

object

c)

place

d)

person

6.

A single line of instruction for a computer (1 line of code) is called a ______.

a)

command

b)

variable

c)

loop

d)

function

7.

An error in a program that prevents it from running is called a ______.

a)

bug

b)

loop

c)

variable

d)

function

8.

Finding and fixing errors in programs is called ______.

a)

debugging

b)

compiling

c)

executing

d)

designing

9.

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

a)

condition

b)

loop

c)

variable

d)

function

10.

A statement that only runs under certain conditions is called a ______.

a)

conditional

b)

loop

c)

variable

d)

function

11.

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

a)

while loop

b)

for loop

c)

until loop

d)

nested loop

12.

A loop that continues to repeat until the condition is true is called an ______.

a)

until loop

b)

for loop

c)

while loop

d)

single loop

13.

An algorithm that has been coded into something to be run by a machine is called a ______.

a)

program

b)

database

c)

network

d)

compiler