wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Coding Adventure I Review

Total questions: 10

Worksheet time: 3mins

Name
Class
Date
1.

Coding Adventure part I has

a)

76 challenges

b)

75 challenges

c)

74 challenges

d)

73 challenges

2.

Computer cannot understand human language

a)

False

b)

True

3.

Coding Adventure challenges are based on a computer language called

a)

Java

b)

Python

c)

Javascript

d)

CoffeeScript

4.

If we want to go backwards 15 steps, we type

a)

Step 15

b)

step -15

c)

step 10

d)

step -10

5.

Which one is the correct code for the image given?

a)

step 13

monkey.turnto turtle

turtle.turnto banana

turtle.step 21

b)

turtle.step 21

monkey.turnto turtle

turtle.turnto banana

step 13

c)

monkey.turnto turtle

turtle.turnto banana

step 13

turtle.step 21

d)

turtle.turnto banana

monkey.turnto turtle

step 13

turtle.step 21

6.

Which of the following code will give you three stars?

a)
  1. 1. step 13

  2. 2. turn right

  3. 3. step13

  4. 4. turn right

  5. 5. step 13

b)
  1. 3. times ->

  2. step 13

  3. turn right

7.

The other name for "indentation" is

a)

spacing

b)

variables

c)

objects

d)

loop

8.

n.times ->

turtle.step 10

turtle.turn right

  • * The value of n in the above code is

a)

4

b)

5

c)

3

d)

2

9.
  • Variable acts like a container that holds data when we place data in it.

a)

True

b)

False

10.

In programming we start counting from

a)

one

b)

two

c)

zero

d)

three