wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Đề 5 - Scratch

Total questions: 16

Worksheet time: 8mins

Name
Class
Date
1.

Scratch is developed by whom?

a)

Mitchel Resnick

b)

Tim Berners Lee

c)

Herman Hollerith

d)

Microsoft

e)

None of the above

2.

Which group of blocks includes the "Broadcast" block?

a)

Motion

b)

Events

c)

Control

d)

Looks

e)

Sound

3.

I go to add a script to my character and find that my blocks have disappeared. Why is this?

a)

Scratch Malfunctioned

b)

I have stage selected

c)

I have exceeded the block limit

d)

All of the above

e)

None of the above

4.

Which block will give the sprite a location to start from when placed at the start of your code?

a)

Move

b)

Switch Costume

c)

Go To

d)

Show

e)

Hide

5.

Where do you find the background images to insert in Scratch?

a)

Costumes

b)

Gallery

c)

Script

d)

Backdrops

e)

Sprite

6.

A computer follows step-wise instructions to complete any task, which is known as _____?

a)

Scratch

b)

Program or Script

c)

Sprite

d)

Gallery

e)

None of the above

7.

How do you create a loop in Scratch?

a)

Use a cat sprite

b)

Use a repeat block

c)

Snap a block

d)

Use a backdrop

e)

None of the above

8.

What is the value of solution?

a)

5

b)

23

c)

19+4

d)

Solution

e)

None of the above

9.

Looking at the script block above, what is the ghost's starting position?

a)

(X:100, Y:50)

b)

(X:50, Y:50)

c)

(X:100, Y:100)

d)

(X:0, Y:0)

e)

(X:50, Y:100)

10.

After the script block has been run, where will the ghost end up?

a)

(X:100, Y:50)

b)

(X:50, Y:50)

c)

(X:50, Y:100)

d)

(X:100, Y:100)

e)

(X: 0, Y:0)

11.

These blocks turn their sprite the specified amount of degrees clockwise or counter-clockwise (depending on which block is used); this changes the direction the sprite is facing.

a)

b)

c)

d)

e)

None of the above

12.

Look at the Scratch stage below. Where on the stage is position (x:240, Y:180)?

a)

Top Left Corner

b)

Bottom Right corner

c)

The top middle

d)

Top Right Corner

e)

Centre of the screen

13.

What happens to the shark when the spacebar is pressed AND it is touching Fish1?

a)

The shark switches to costume shark-b and broadcasts a message.

b)

The shark broadcasts a message and then switches to costume shark-a.

c)

The shark switches to costume shark-a.

d)

The shark switches to costume shark-b.

e)

Nothing happens.

14.

Look carefully at the script above. How many times is the outer repeat done?

a)

36

b)

4

c)

5

d)

6

e)

10

15.

Each time the outer repeat is done, the inner repeat is done 4 times. How many times is the inner repeat done?

a)

4

b)

6

c)

36 x 4

d)

36

e)

100

16.

What would be the answer of this mathematical expression?

a)

10

b)

0

c)

5

d)

20

e)

Infinity