wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

VLQG-HKICO 02

Total questions: 30

Worksheet time: 30mins

Name
Class
Date
1.

We want the Bat to flap its wing (up and down). But the code does not work. Which you think is the correct code? There are 4 costumes.

a)
b)
c)
2.

What is the coordinate for the red circle?

a)

X:240 Y:0

b)

X:0 Y:180

c)

X:0 Y:-180

d)

X:-240: Y:180

3.

What is the coordinate for the blue circle?

a)

X:240 Y:180

b)

X:-240 Y:0

c)

X:240 Y:0

d)

X:0 Y:-180

4.

What is the coordinate for the green circle?

a)

X:0 Y:180

b)

X:0 Y:-180

c)

X:240 Y:0

d)

X:240 Y:180

5.

Which answer best explain the point in direction from A to D?

a)

A = left, B = right, C = down, D = up

b)

A = up, B = down, C = right, D = left

c)

A = right, B = left, C = down, D = up

d)

A = right, B = left, C = up, D = down

6.

I’m trying to control the cat to go up and down. What is wrong with the code?

a)

For DOWN ARROW KEY PRESSED, change POINT IN DIRECTION to 0

b)
c)

For UP ARROW KEY PRESSED, change POINT IN DIRECTION to -90

d)

For UP ARROW KEY PRESSED, change POINT IN DIRECTION to 0

7.

What missing block do I need to have the cat sprite gradually following the mouse pointer as I move the mouse around?

a)
b)
c)
d)
8.

What would the Sprite say if the Test is set to 10?

a)

My name is Bob

b)

I like Chocolate

c)

Hello

d)

I do not know

9.
How can you upload a new sprite to Scratch?
a)
Searching for an image, saving and clicking on the folder to upload.
b)
Stand up, dance around, cross your fingers and upload the image.
c)
Ask your neigbor to upload a sprite for you?
d)
Call your mom for help?
10.
What button do you need to click on to edit a Scratch project?
a)
See Inside
b)
Go Home
c)
Sign Out
d)
Save Now
11.
What are these blocks use for?
a)
To make sound
b)
To make cookies
c)
To make art
d)
To make the sprite jump
12.
What tool can you use to delete a sprite?
a)
scissors
b)
grow
c)
shrink
d)
stamp
13.
How do you save a project in Scratch?
a)
Click on Save Now or File-Save now
b)
Click on the scissors
c)
Click on the green flag
d)
Click on events
14.
According to the image, when you click on the green flag....
a)
It will show the backdrop called "Tittle" wait 5 seconds and then switch to the backdrop called "scene 1"
b)
It will show the backdrop called "Tittle" wait 3 seconds and then switch to the backdrop called "scene 1"
c)
It will show the backdrop called "Scene 1" wait 5 seconds and then switch to the backdrop called "title"
d)
It will show a Sprite called "Tittle" wait 5 seconds and then switch to the costume called "scene 1"
15.

Which would reduce the number of blocks in this program to draw a square?

a)

Repeat 2 block containing the 100 steps and 90 degree turn

b)

Forever block around the first 100 steps and 90 degree turn

c)

Forever block surrounding all of the blue blocks

d)

Repeat 4 block containing the 100 steps and 90 degree turn

16.

What is a remix?

a)

A project that contains some music from other sources with some editing

b)

A project that is copied from other project with some modification

c)

A project that contains more than one kind of programming languages in the source code

d)

All of the above

17.

Which of the following block is present in Looks category

a)

[When _____ key is pressed]

b)

[say ____ for ____ secs]

c)

[Repeat ___ ]

18.

Category of blocks that is always present on the top of the script stack.

a)

Control

b)

Events

c)

Looks

19.

To execute the script again and again we use which block?

a)

[Repeat _____ ]

b)

[Move ___ steps]

c)

[Again _____ ]

20.

what is scratch?

a)

a programming language

b)

some application

c)

an educational application

21.

how many block sections are there in scratch ?

a)

10

b)

maybe12

c)

is this suppose to be easy ?

22.
A set of instructions that tells a computer what to do to accomplish a particular task is called:
a)
Programming language
b)
Software
c)
An application
d)
A computer program
23.

What does this code do?

a)

It clicks the sprite forever

b)

It allows you to draw shapes

c)

It generates sprites forever

24.

What block ( type ) will you use to have the sprite say something?

a)

Looks

b)

Sounds

c)

Pen

d)

Data

25.

What does this script do?

a)

When the project starts set my variable to 0, then change my variable by 1 forever

b)

When the project stops set my variable to 1, then change my variable by 0 forever

c)

When the project starts set my variable to 0, then change my variable by 1 then wait 1 second and repeat again forever

26.

How can you clean up scripts?

a)

Right click delete all

b)

Delete project and start over

c)

Right Click clean up blocks

d)

OTHER

27.

If the "W" key moves the character up, which of the following is TRUE...

a)

The code stack for W should include "Change y by -10"

b)

The code stack for W should include "Change x by 10"

c)

The code stack for W should include "Change y by 10"

d)

The code stack for W should include "Change x by -10"

28.

Which of the following is correct?

a)

X Axis is left-right, Y Axis is up-down

b)

Y Axis is left-right, Y Axis is up-down

c)

Y Axis is only negative numbers, X Axis is only positive numbers

d)

Y Axis is only positive numbers, X Axis is only negative numbers

29.

Which rotation style leaves the sprite unchanged even as its direction changes?

a)

all around

b)

Left right

c)

Dont rotate

30.

Which rotation style leaves the sprite unchanged even as its direction changes?

a)

all around

b)

Left right

c)

Dont rotate