wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Code.org Course E Ramp Up

Total questions: 10

Worksheet time: 7mins

Name
Class
Date
1.

What is a bug?

a)

An insect with 8 legs.

b)

Part of a program that does not work correctly.

c)

Someone who bothers you.

d)

a Big Ugly Gorilla

2.

What is a program?

a)

a professional grandma.

b)

a musical performance at school.

c)

a list of instructions.

d)

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

3.

What is Debugging?

a)

The art of creating a program.

b)

Finding and fixing problems in an algorithm or program.

c)

Squishing a bunch of insects.

d)

Removing the CPU from your device.

4.

What is a loop?

a)

A rope.

b)

The twisty part of a roller-coster.

c)

The action of doing something over and over again.

d)

A DJ making remixes.

5.

What is the most efficient way to solve this artist puzzle?

a)
b)
c)
d)
6.

What is the best option to solve this artist puzzle?

a)
b)
c)
d)
7.

What is a conditional?

a)

Something that repeats over and over.

b)

Statements that only run under certain conditions.

c)

A machine that blows cold air into a room.

d)

Condiments on hot dogs.

8.

Which of these is a conditional?

a)
b)
c)
d)
9.

What is a "While Loop"?

a)

Something that repeats over and over.

b)

A loop that is wild.

c)

Statements that only run under certain conditions.

d)

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

10.

Which of these blocks is a "While Loop"?

a)
b)
c)
d)