wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Chapter 4_Programming_Frog maze

Total questions: 10

Worksheet time: 3mins

Name
Class
Date
1.

A ______ stores several program commands.

a)

sensing

b)

module

c)

motion

d)

control

2.

A _____ is a short program that controls a certain sprite.

a)

sensing

b)

program

c)

script

d)

control

3.

The ___ coordinate sets how far up or down the screen a point is.

a)

sprite

b)

x

c)

script

d)

y

4.

The ___ coordinate sets how far right or left the screen a point is.

a)

sprite

b)

x

c)

script

d)

y

5.

A ______ loop is a loop controlled by a logical test.

a)

conditional

b)

repeat

c)

repeat until

d)

if then

6.

Find in the script the conditional loop.

a)

forever

b)

go to x: -237, y: -10

c)

set rotation style left-right

d)

repeat until touching frog

7.

When up arrow key, what coordinate and value are correct?

a)

change x by -10

b)

change y by -10

c)

change y by 10

d)

change x by 10

8.

When left arrow key, what coordinate and value are correct?

a)

change x by -10

b)

change y by -10

c)

change y by 10

d)

change x by 10

9.

When down arrow key, what coordinate and value are correct?

a)

change x by -10

b)

change y by -10

c)

change y by 10

d)

change x by 10

10.

When right arrow key, what coordinate and value are correct?

a)

change x by -10

b)

change y by -10

c)

change y by 10

d)

change x by 10