WorksheetsCodeMonkey 2
Total questions: 20
Worksheet time: 13mins
Look at the following statement.
step 10
What is the argument in the statement?
monkey
step
10
Look at the following statement.
step 10
What is the function in the statement?
monkey
step
10
Look at the following statement.
turtle.turnTo banana
What is the function in the statement?
turtle
banana
turnTo
Look at the following statement.
turtle.step 20
What is the object in the statement?
turtle
step
20
What is a function in a program?
any item that can be interacted with
an action that can be carried out
something that modifies that action to give instructions
What is an object in a program?
any item that can be interacted with
an action that can be carried out
something that modifies that action to give instructions
What is an argument in a program?
any item that can be interacted with
an action that can be carried out
something that modifies that action to give instructions
Which of the following can be considered a function?
step
10
turnTo
banana
Which of the following can be considered an argument?
banana
right
20
left
Which of the following are considered objects?
step
turtle
bridge
25
What is the following statement called?
x = 12
assessment
value
variable
assignment
Look at the code below. Which piece is the identifier?
d = 20
step d
turn right
the first d
the second d
step
right
Look at the code below. Which of the items is a value?
d = 20
step d
turn right
d
20
step
right
Describe what will happen in the code below.
x = distanceTo banana
turtle.step 10
turnTo banana
step x
What syntax is missing from the follow line of code?
say Boo!
period
arrow
quotation marks
the spacing is wrong
Can you change the value of a variable in your code?
Yes
No
SDG stands for (a) ?
Which of the following are SDGs?
Decent Work and Economic Growth
Partnerships for the Goals
Responsible Consumption and Production
Industry, Innovation, and Infrastructure
How many SDGs were developed by the United Nations?
7
10
17
22
On a scale from 1-5, how are you feeling about CodeMonkey now that we have reached some of the more challenging skills?
1 - I am SO lost!
2 - I find it challenging.
3 - Neutral (Some of it is hard, but some is easy.)
4 - I understand most of the skills we are learning.
5 - I love CodeMonkey and understand all of the skills.
