wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Code.org Express Course Quiz 2

Total questions: 15

Worksheet time: 8mins

Name
Class
Date
1.

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

a)

Program

b)

Variable

c)

Function

d)

Input

2.

Finding and fixing problems in an algorithm or program.

a)

coding

b)

debugging

c)

running the program

d)

reflecting

3.

The action of doing something over and over again.

a)

variable

b)

function

c)

programing

d)

loop

4.

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

a)

command

b)

loop

c)

condition

d)

repeat

5.

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

a)

while loop

b)

for loop

c)

until loop

d)

exact loop

6.

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

a)

while loop

b)

for loop

c)

until loop

d)

counter loop

7.

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

a)

program

b)

block

c)

conditional

d)

function

8.

A variable used throughout a program that never changes value.

a)

variable

b)

program

c)

function

d)

constant

9.

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

a)

function

b)

constant

c)

loop

d)

variable

10.

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

a)

for loop

b)

while loop

c)

until loop

d)

repeat loop

11.

A loop within a loop

a)

for loop

b)

while loop

c)

nested loop

d)

while loop

12.

Unit size on a computer screen

a)

degree

b)

inch

c)

pixel

d)

binary

13.

A unit of angle measure.

a)

pixel

b)

degree

c)

circle

d)

fraction

14.

Part of a program that does not work correctly.

a)

bug

b)

function

c)

command

d)

condition

15.

Statements that only run under certain conditions.

a)

events

b)

actions

c)

functions

d)

conditionals