wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

CodeMonkey

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

CodeMonkey a online based coding platform was launched by Jonathan Schor.

a)

TRUE

b)

FALSE

2.

Which steps should be followed to unlock the treasure chest?

a)

b)

c)

3.

When was CodeMonkey founded?

a)

2014

b)

2015

c)

2012

d)

2016

4.

Six steps are used to make the monkey catch the three bananas. To reduce the line of codes for faster execution, which coding concept from the followings would you use?


a)

Conditional

b)

Variables

c)

Loops

d)

Objects

5.

Write a suitable code for this scenario?

a)

b)

c)

SELECT * FROM table

6.

Which of the following is the correct way to write a loop?

a)

3.time->

b)

3 times

c)

3.times ->

d)

3.times loop

7.

What is the code required to get the monkey to the bananas?

a)

turtle.turn 90

turtle.step 15

turtle.turnTo island

turtle.step 28

b)

turtle.turnTo island

turtle.step 15

turtle.step 28

c)

turtle.turnTo island

turtle.step 28

d)

turtle.step 15

turtle.turnTo island

turtle.step 28

8.

What is the name of the programming language used in CodeMonkey?

a)

JavaScript

b)

CoffeeScript

c)

Phyton

d)

HTML

9.

Match column A with column B with regards to examples on different loops.

a)

a = 2, b = 3, c = 1

b)

a = 1, b = 2, c= 3

c)

a = 3, b = 1, c = 2

d)

a = 3, b = 2, c = 1

10.

Identify the block-based coding course from the following courses in CodeMonkey platform.

a)

Beaver Achiever

b)

Dodo Does Math

c)

Game Builder

d)

Coding Adventure