NEW
Font size
WorksheetsCodeMonkey
Total questions: 20
Worksheet time: 5hrs 0mins
The set of actions that an object can do is called
an argument
a statement
a turn
a function
The input that we add to the function(the action) is called
a statement
an argument
a measurement
an object
Everything in the scene that we interact with and add to a statement is called
a function
an object
an argument
a loop
The instructions in a computer program are called
statement
function
argument
objects
What does psuedo-code mean?
coding languages such as python and java.
Syntax
Not real code but instructions that any coder can understand.
Real code
You use destroy block to delete the sprite from the game. Which of the following library will be used to drag destroy block?
Display
Events
Control
Movement
From the game tab, you can change some of the game's properties. Lets say you changed the world's width to 1200 which will make the game world bigger. And you will have to scroll and move around the game screen.
Which of the following icon will help to scroll and move around the game screen?
Is this the correct code to unlock a treasure chest?
Yes
No
In Coding Adventure, we press or click Run to make code work by moving monkey to get the banana(s). Suppose, you are asked to use keys instead of Run button. Which keys can be used?
ctrl+ shift +enter
shift +enter
ctrl+enter
alt+shift+enter
In Coding Adventure, What will happen to the monkey if you use the given code?
Monkey will move 20 steps forward.
Monkey will move 20 steps backward.
Nothing
Monkey will turn 20 degrees then walk 20 steps
Which statement stated below is suitable for this Scenario?
Using the protractor tool measures the degree of the
objects
steps
turn
-The first star is given if the challenge is completed.
- The second star is given if the user applied the coding concept that was specific to the challenge.
-The third star is given if the code is short and to the point.
Referring to the given code, which star it would display?
First star
Second star
Third star
None
What does debugging mean?
Running an algorithm
Programming a new coding language.
Exterminating
bugs
Fixing code that has a error
You are building game using a Game Builder. You wanted to add dialog to display some message in your game. Which of the following tab you will use to add dialog?
Game
Sounds
Sprites
Widgets
What is the code required to get the monkey to the banana?
turtle.step 10
step 15
turtle.step 10
turnTo banana
turtle.turnTo monkey
turtle.step 10
step 15
Which of the following code will help the monkey to catch the bananas?
step 10
step -10
step 10
step 10
step 10
step 20
step 10
step -20
What is the following statement called?
d = 2
Value
assignment
variable
What is an object in CodeMonkey?
Action in a program
Element that expresses action
Anything we interact with in a scene
Rules for a language
What is the # symbol used for in coding?
To define a function
To make code run
To make the monkey dance
To write comments that don't interfere with the code
