wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Code.org (1-8)

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

An instruction (or single step) for the computer is...

a)

algorithm

b)

code

c)

command

d)

program

2.

The action of doing something over and over again is a(n)...

a)

program

b)

loop

c)

event

d)

waste of time

3.

When you try again and again even when it is hard means you have...

a)

persistence

b)

courage

c)

frustration

d)

problems

4.

An algorithm that has been coded into something that can be run by a machine is a(n)...

a)

program

b)

code

c)

command

d)

wrong

5.

A list of steps you can follow to finish a task (instructions) is a(n)...

a)

event

b)

persistence

c)

program

d)

algorithm

6.

An action that causes something to happen is a(n)

a)

bug

b)

debug

c)

program

d)

event

7.

An error in a program that prevents the program from running as expected is a(n)...

a)

bug

b)

debug

c)

algorithm

d)

frustration

8.

Debug has two steps. They are...

a)

seek and destroy the enemy

b)

find and fix the problem

c)

find and highlight the problem

d)

raise your hand and ask for help

9.

A nested loop is a(n)...

a)

a loop inside a loop

b)

a repeat loop

c)

conditional loop

d)

a nest with an egg

10.

This loop is pink in Code.org. The programmer use the loop when there the code must be repeated a set number of times.

a)

while loops

b)

if-then loops

c)

repeat loops

d)

conditional loops