wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Sprites, syntax, variables, and conditionals

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

An specific action that repeats a number of times (or indefinitely) in a game or application is called...

a)

a conditional

b)

decomposition

c)

a computer program

d)

a loop

2.

Which of the following could be a SPRITE? (Check as many as apply.)

a)

a tomato

b)

a sports ball

c)

a hero

d)

an animal

3.

The action of doing something over and over again.

a)

loop

b)

sprite

c)

event

d)

debugging

4.

Statements that run only under certain conditions or situations.

a)

conditionals

b)

nested loop

c)

command

d)

refactor

5.
Which block moves a sprite 10 points to the right, no matter which way it is facing?
a)
Change X by 10
b)
Change Y by 10
6.

Which block allows me to increase the score?

a)

Set score to 0

b)

Change score by 10

7.

This repeat statement is an example of a ...

a)

Boolean value

b)

conditional statement

c)

bug

d)

loop

8.
Which of the following would be a conditional statement?
a)
When the green flag is clicked, set rotation style left-right 
b)
When right arrow is pressed move 10 steps
c)
If Lives are equal to 0 then switch backdrop
d)
When backdrop switches to Level 1, set lives to 3
9.

What is a Variable?

a)

A box(memory location) where you store values

b)

A value that remains the same throughout a program

c)

A value that loads when the program runs

d)

a type of memory

10.

What is Syntax?

a)

Syntax is the word used to describe an error

b)

Syntax is the rules of the programming language

c)

It is used to read information

d)

It is used to output information