wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

CodeMonkey

Total questions: 20

Worksheet time: 5hrs 0mins

Name
Class
Date
1.

The set of actions that an object can do is called

a)

an argument

b)

a statement

c)

a turn

d)

a function

2.

The input that we add to the function(the action) is called

a)

a statement

b)

an argument

c)

a measurement

d)

an object

3.

Everything in the scene that we interact with and add to a statement is called

a)

a function

b)

an object

c)

an argument

d)

a loop

4.

The instructions in a computer program are called

a)

statement

b)

function

c)

argument

d)

objects

5.

What does psuedo-code mean?

a)

coding languages such as python and java.

b)

Syntax

c)

Not real code but instructions that any coder can understand.

d)

Real code

6.

You use destroy block to delete the sprite from the game. Which of the following library will be used to drag destroy block?

a)

Display

b)

Events

c)

Control

d)

Movement

7.

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?

a)
b)
c)
d)
8.

Is this the correct code to unlock a treasure chest?

a)

Yes

b)

No

9.

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?

a)

ctrl+ shift +enter

b)

shift +enter

c)

ctrl+enter

d)

alt+shift+enter

10.

In Coding Adventure, What will happen to the monkey if you use the given code?

a)

Monkey will move 20 steps forward.

b)

Monkey will move 20 steps backward.

c)

Nothing

d)

Monkey will turn 20 degrees then walk 20 steps

11.

Which statement stated below is suitable for this Scenario?

a)
b)
12.

Using the protractor tool measures the degree of the

a)

objects

b)

steps

c)

turn

13.

-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?

a)

First star

b)

Second star

c)

Third star

d)

None

14.

What does debugging mean?

a)

Running an algorithm

b)

Programming a new coding language.

c)

Exterminating

bugs

d)

Fixing code that has a error

15.

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?

a)

Game

b)

Sounds

c)

Sprites

d)

Widgets

16.

What is the code required to get the monkey to the banana?

a)

turtle.step 10

step 15

b)

turtle.step 10

turnTo banana

c)

turtle.turnTo monkey

turtle.step 10

step 15

17.

Which of the following code will help the monkey to catch the bananas?

a)

step 10

step -10

b)

step 10

step 10

c)

step 10

step 20

d)

step 10

step -20

18.

What is the following statement called?

d = 2

a)

Value

b)

assignment

c)

variable

19.

What is an object in CodeMonkey?

a)

Action in a program

b)

Element that expresses action

c)

Anything we interact with in a scene

d)

Rules for a language

20.

What is the # symbol used for in coding?

a)

To define a function

b)

To make code run

c)

To make the monkey dance

d)

To write comments that don't interfere with the code