wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

HKICO - SCRATCH - Đề 09

Total questions: 20

Worksheet time: 10mins

Name
Class
Date
1.

Which category does the following block belong to?

a)

A. Motion

b)

B. Events

c)

C. Operators

d)

D. Sensing

e)

E. Control

2.
a)

A. Motion

b)

B. Events

c)

C. Operators

d)

D. Variables

e)

E. Control

3.

Which of the following options can make the sprite “Cat” move to (10, 0)?

a)

b)

c)

d)

e)

E. None of the above

4.

Which supporter is responsible for the maintenance of the Scratch?

a)

A. Google

b)

B. Microsoft

c)

C. Amazon

d)

D. MIT

e)

E. None of the above

5.

Which of the following is the correct script for the basketball sprite, so that the sprite “Cat”, initially at (-150, 0), would chase the basketball at (0, 0) after clicking the green flag?

a)

b)

c)

d)

e)

E. None of the above

6.
a)

b)

c)

d)

e)

E. None of the above

7.
a)

b)

B. Direction is not correct

c)

C. Event block is not correct

d)

D. Moving 10 steps is not enough

e)

E. None of the above

8.
a)

b)

c)

d)

e)

E. None of the above

9.

Given the stage and the script. Which block is removable in the script to get the exact same effect after the green flag is clicked?

a)

b)

c)

d)

e)

E. None of the above

10.

Which of the following script can make the sprite follow the mouse pointer constantly for 1 second, after the green flag is clicked?

a)

b)

c)

d)

e)

E. None of the above

11.

Which of the following script has the same effect as the above?

a)

b)

c)

d)

All of the above

e)

None of the above

12.

Which of the following script makes the cat follow your mouse and meow once when it touches the basketball?

a)

b)

c)

d)

e)

None of the above

13.

A student wants the sprite “Cat” to move to (100, 0) 10 seconds after the green flag is

clicked. He / She writes the following script but does not get the expected result. Why or

how to correct?

a)

b)

c)

d)

D. Wrong message is broadcasted.

e)

E. None of the above

14.

The cat does not appear moving to (100, 0) before going to (0, 0) after clicking the green

flag. Why?

a)

A. The cat did not go to (100, 0) at all.

b)

B. (100, 0) is too far away.

c)

C. Other sprite is blocking (100, 0).

d)

D. All of the above.

e)

E. None of the above

15.

The cat does not “meow” after green flag is clicked, which of the following option is the

a)

A. 200 is not larger than 50.

b)

B. Wrong message is broadcasted.

c)

C. Wait 1 second is too short.

d)

D. “message1” is not broadcasted.

e)

E. None of the above

16.
a)

b)

c)

d)

e)

None of the above

17.
a)

A. Cat is not clicked again.

b)

B. Event “mouse down?” is not captured by the scene

c)

d)

e)

E. None of the above

18.

Why are not all the clones deleted after going to random positions?

a)

b)

B. Mouse down is never triggered at all

c)

C. There are too many clones

d)

D. Each clone should be clicked on one by one to delete it

e)

E. “If” block only checks the moment

19.

The position of the sprite “Cat” is (0, 0), what will be its X position after pressing the “left

arrow” key 10 times?

a)

A. 0

b)

B. 10

c)

C. 50

d)

D. 60

e)

E. Cannot be determined

20.

what will be its direction?

a)

A. 0

b)

B. 90

c)

C. -90

d)

D. 180

e)

E. Cannot be determined