wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Code.org Quiz

Total questions: 20

Worksheet time: 4mins

Name
Class
Date
1.

What does this code do?

a)

move forward forever

b)

move forward 3 times

c)

move forward 5 times

2.

The action of doing something over and over again

a)

looping

b)

bugging

c)

programmming

3.

Which block will make a new sprite?

a)
b)
c)
4.

What is a "behavior" in the sprite lab?

a)

An action that a sprite performs continuously until it’s told to stop.

b)

A graphic character on the screen with properties that describe its location, movement, and look.

c)

An action that causes something to happen.

5.

When creating a new sprite, you MUST set its location to be the center of the screen.

a)

True

b)

False

6.

A part of the program that does not work correctly.

a)

bug

b)

loop

7.

what are behaviors in sprite lab?

a)

behaviors are used to do control the sprite,

b)

Behaviors are blocks that tell the sprite to do a specific set of instructions

c)

none of these

8.

What is missing in this code block?

a)

x

b)

y

c)

width

d)

height

9.

What is the width of the rectangle?

a)

30

b)

50

c)

100

d)

150

10.

What is wrong with this code block?

a)

It should say YELLOW in caps.

b)

It should say "yellow" in quotes.

c)

There is no fill code block in Game Lab.

d)

Yellow is not a color recognized by name.

11.

Finding and fixing errors in a program.

a)

loopong

b)

bug

c)

debbuging

d)

event

12.

Which code will get the Angry Bird to the Pig?

a)
b)
c)
13.

Which path will allow Angry Bird to reach the pig?

a)

moveForward();

moveForward();

turnRight();

moveForward();

moveForward();

b)

moveForward();

moveForward();

turnLeft();

moveForward();

moveForward();

c)

moveForward();

moveForward();

turnLeft();

moveForward();

d)

moveForward();

turnRight();

moveForward();

moveForward();

14.

What coding language is used in Code.org App Lab?

a)

javascript

b)

html

c)

java

d)

python

15.

Does the code match the app screenshot?

a)

yes

b)

no

16.

Does the code match the app screenshot?

a)

yes

b)

no

17.

True or false

Gamelab and spritelab are same

a)

yes

b)

no

18.

What will the code do?

a)

the monster will move west-to-east in loop

b)

the monster will move eastwards

c)

the monster will move east in loop

d)

the monster will dance

19.

how to change the size of the girl?

a)
b)
c)
20.

2. What makes at text area different from a text input?

a)

A user cannot type into a text area.

b)

The user can enter multiple lines of text.

c)

A text area always fills the entire screen.

d)

They are the same thing.