wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Class VII - Chapter 1

Total questions: 10

Worksheet time: 8mins

Name
Class
Date
1.

The scripts can be looped, paused or their flow can be changed under certain condition using _______ blocks

a)

Variable

b)

control

c)

event

d)

operator

2.

All conditions are given in the form of ____________.

a)

square

b)

circle

c)

hexagon

d)

pentagon

3.

______ and _______ are conditional control blocks.

a)

IF and FOREVER

b)

ELSE IF AND FOREVER IF

c)

ONLY IF

d)

IF AND IF-ELSE

4.

__________ block can be used to run the script inside again and again.

a)

repeat block

b)

control block

c)

forever block

d)

if block

5.

_________ block loops the sprite specified number of times

a)

else block

b)

if block

c)

forever block

d)

repeat block

6.

____________ send message to all sprites and then continues

to the next block without waiting

a)

broadcast

b)

wait

c)

stop all

d)

stop sprite

7.

_________ stops all the scripts in all sprites

a)

broadcast and wait

b)

wait block

c)

stop scripts

d)

stop all

8.

___________stop the current scripts

a)

stop all

b)

stop script

c)

broadcast and wait

d)

wait

9.

________ pause the script for specified amount of time

a)

wait

b)

broadcast

c)

broadcast and wait

d)

stop all

10.

_______________continuously checks if the condition is true, and executes the scripts inside the forever block

a)

control block

b)

forever if

c)

repeat block

d)

forever block