Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Code.org Quiz L 1-4

Total questions: 20

Worksheet time: 10mins

Name
Class
Date
1.

The language that programmers create and use to tell a computer what to do

a)

Code

b)

Command

c)

Run Program

d)

BINARY

2.

Coding can be used to

a)

Program robots

b)

Create websites, games & apps

c)

Tell computers what to do

d)

All of the above

3.

How many times will the bee collect nectar if it follows the entire path?

a)

5

b)

7

c)

8

d)

6

4.

The language that programmers create and use to tell a computer what to do

a)

Code

b)

Command

c)

Run Program

d)

BINARY

5.

Which of the code below will complete this puzzle?

a)
b)
c)
d)
6.

What does this code do?

a)

Moves forward 1 time

b)

Moves forward forever

c)

Moves forward 5 times

d)

Moves left

7.

The action of doing something over and over again.

a)

Looping

b)

Bugging

c)

Programming

8.

A part of the program that does not work correctly.

a)

Bug

b)

Break

c)

Loop

9.

What is wrong with the code to get Scrat to the acorn?

a)

The first "move forward" is not needed.

b)

The first "turn right" should be a "turn left"

c)

The second "move forward" is extra

d)

The last "turn right" should be a "turn left"

10.

Which code will get the Angry Bird to the Pig?

a)
b)
c)
11.

Bug

a)

Part of a program that does not work correctly.

b)

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

c)

The art of creating a program.

d)

An action that causes something to happen.

12.

Algorithm

a)

Putting commands in correct order so computers can read the commands.

b)

Finding and fixing problems in your algorithm or program.

c)

An action that causes something to happen.

d)

a step-by-step procedure for solving a problem

13.

Solve this puzzle

a)
b)
c)
d)
14.

Debugging means Fix The Problem

a)

True

b)

False

15.

how we can move one step forward

a)
b)
c)
16.

how we can make the game work

a)

Move forward

b)

click RUN

c)

I don't know

d)

Nothing

17.

What shape does this code create?

a)
b)
c)
d)

None of these are correct

18.

Which of the code below will complete this puzzle?

a)
b)
c)
d)
19.

What is this place called?

a)

Instructions Area

b)

Workspace

c)

Lessons

20.
What is an error in a program that prevents the program from running as expected?
a)
Algorithm
b)
Program
c)
Bug
d)
Code