WorksheetsCodeMonkey Basic Terms
Total questions: 11
Worksheet time: 6mins
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
How are you feeling about CodeMonkey so far on a scale from 1-5?
1 - I am so lost!
2 - I kind of get it.
3 - I understand most of it.
4 - I understand and I am enjoying it.
5 - CodeMonkey is great!
