wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

CodeMonkey 0-35 Review

Total questions: 14

Worksheet time: 7mins

Name
Class
Date
1.

What level did you get to in CodeMonkey last class?

4 lines
2.

What is the goal of every level in CodeMonkey?

a)

Create an algorithm with conditionals

b)

Get the monkey to collect all the bananas

c)

Move the banana toward the monkey

d)

Move the turtle

3.

This code will not beat the level. Why?

a)

Monkey will turn the wrong direction

b)

Monkey is stepping too far

c)

Monkey is not stepping far enough

d)

"step" should be "walk"

4.

What does the ruler do?

a)

Measures distances

b)

Measures angles

c)

Provides hints

d)

Measures distances and angles

5.

What coding concept could I use to make this code more efficient?

a)

Conditionals

b)

Variables

c)

Loops

d)

Objects

6.

TRUE OR FALSE: The monkey can walk on water.

a)

TRUE

b)

FALSE

7.

How can I get the turtle to step forward?

a)

step.turtle

b)

turtle.step

c)

Turtle Steps

d)

turtle.walk

8.

I want the turtle to turn toward the island and then step 22. What code belongs in the blank that will help me do that?

a)

moveTo

b)

face

c)

turnToward

d)

turnTo

9.

Line 2 and 3 need to be in a loop that runs 9 times. How can I write a loop in line 1?

a)

times.9 ->

b)

9.loop ->

c)

9.times ->

d)

9 times >

10.

TRUE OR FALSE: I can write more code after a loop that is not included in the loop.

a)

TRUE

b)

FALSE

11.

What is a variable?

a)

A storage unit

b)

A list of items

c)

A program

d)

An algorithm

12.

I want to use a variable x in this program. What line needs to go on line 1 to declare and initialize the variable x?

a)

let x = 20;

b)

var x = 20;

c)

x = 20

d)

int x = 20;

13.

Who is Gordo?

a)

The console

b)

A character in each level

c)

The debugger

d)

The helper! He gives instructions and hints for every level

14.

What's one thing you're excited about learning in the Coding unit?

a)

How to write complicated programs

b)

How coding is used in real life

c)

How to solve problems with computational logic

d)

Coding is not my favorite