NEW
Font size
WorksheetsCoding Adventure I Review
Total questions: 10
Worksheet time: 3mins
Coding Adventure part I has
76 challenges
75 challenges
74 challenges
73 challenges
Computer cannot understand human language
False
True
Coding Adventure challenges are based on a computer language called
Java
Python
Javascript
CoffeeScript
If we want to go backwards 15 steps, we type
Step 15
step -15
step 10
step -10
Which one is the correct code for the image given?
step 13
monkey.turnto turtle
turtle.turnto banana
turtle.step 21
turtle.step 21
monkey.turnto turtle
turtle.turnto banana
step 13
monkey.turnto turtle
turtle.turnto banana
step 13
turtle.step 21
turtle.turnto banana
monkey.turnto turtle
step 13
turtle.step 21
Which of the following code will give you three stars?
1. step 13
2. turn right
3. step13
4. turn right
5. step 13
3. times ->
step 13
turn right
The other name for "indentation" is
spacing
variables
objects
loop
n.times ->
turtle.step 10
turtle.turn right
* The value of n in the above code is
4
5
3
2
Variable acts like a container that holds data when we place data in it.
True
False
In programming we start counting from
one
two
zero
three
