wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

code.org level 2 vocabulary

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

An action that causes something to happen

a)

event

b)

conditional

c)

function

d)

iteration

2.

Statements that only run under certain condition

a)

event

b)

conditional

c)

function

d)

iteration

3.

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

a)

event

b)

conditional

c)

function

d)

iteration

4.

A repetitive action or command typically created with programming loops

a)

event

b)

conditional

c)

function

d)

iteration

5.

A placeholder for a piece of information that can change

a)

variable

b)

while loop

c)

if-statement

d)

for loop

6.

A loop with a predetermined beginning, end, and increment (step interval)

a)

variable

b)

while loop

c)

if-statement

d)

for loop

7.

The common programming structure that implements "conditional statements"

a)

variable

b)

while loop

c)

if-statement

d)

for loop

8.

A loop that continues to repeat while a condition is true

a)

variable

b)

while loop

c)

if-statement

d)

for loop

9.

A way to give information to a computer

a)

input

b)

output

10.

A way to get information out of a computer

a)

input

b)

output