NEW
Font size
WorksheetsCodeMonkey
Total questions: 10
Worksheet time: 5mins
CodeMonkey a online based coding platform was launched by Jonathan Schor.
TRUE
FALSE
Which steps should be followed to unlock the treasure chest?
When was CodeMonkey founded?
2014
2015
2012
2016
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?
Conditional
Variables
Loops
Objects
Write a suitable code for this scenario?
SELECT * FROM table
Which of the following is the correct way to write a loop?
3.time->
3 times
3.times ->
3.times loop
What is the code required to get the monkey to the bananas?
turtle.turn 90
turtle.step 15
turtle.turnTo island
turtle.step 28
turtle.turnTo island
turtle.step 15
turtle.step 28
turtle.turnTo island
turtle.step 28
turtle.step 15
turtle.turnTo island
turtle.step 28
What is the name of the programming language used in CodeMonkey?
JavaScript
CoffeeScript
Phyton
HTML
Match column A with column B with regards to examples on different loops.
a = 2, b = 3, c = 1
a = 1, b = 2, c= 3
a = 3, b = 1, c = 2
a = 3, b = 2, c = 1
Identify the block-based coding course from the following courses in CodeMonkey platform.
Beaver Achiever
Dodo Does Math
Game Builder
Coding Adventure
