wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Kiến thức cơ bản về Scratch

Total questions: 31

Worksheet time: 41mins

Name
Class
Date
1.

What is Scratch?

a)

A drawing tool

b)

A programming language for children

c)

A text-based programming language

d)

A web browser

2.

Which area in the Scratch interface is used to arrange command blocks?

a)

Stage

b)

Sprites Panel

c)

Blocks Palette

d)

Scripts Area

3.

What is a Sprite in Scratch?

a)

A type of command block

b)

A programming language

c)

A character or object that can be programmed

d)

A background

4.

Which category contains command blocks that help move Sprites?

a)

Looks

b)

Motion

c)

Events

d)

Control

5.

Which command helps a Sprite move forward?

a)

move 10 steps

b)

turn 15 degrees

c)

change x by 10

d)

go to x: y:

6.

What does the command 'go to x: y:' do?

a)

Move Sprite randomly

b)

Move Sprite to a specific position on the Stage

c)

Move Sprite to a random position

d)

Delete Sprite

7.

Which category contains command blocks that change the appearance of Sprites?

a)

Motion

b)

Looks

c)

Control

d)

Sensing

8.

Which command helps a Sprite display dialogue?

a)

think 'Hello!' for 2 seconds

b)

say 'Hello!' for 2 seconds

c)

broadcast 'Hello!'

d)

move 10 steps

9.

Which command helps play a sound?

a)

play sound 'Meow'

b)

change size by 10

c)

broadcast 'Start'

d)

forever

10.

What does the command 'forever' do?

a)

Repeat forever

b)

Stop all programs

c)

Run the program once

d)

Make Sprite disappear

11.

Which category contains command blocks that control loops?

a)

Looks

b)

Motion

c)

Control

d)

Sound

12.

What does the command 'wait 1 second' do?

a)

Pause the program for 1 second

b)

Stop the Sprite

c)

Move the Sprite

d)

Delete the Sprite

13.

Which command helps detect when a key is pressed?

a)

when green flag clicked

b)

when space key pressed

c)

wait until key pressed

d)

go to x: y:

14.

What does the command 'if...then' do?

a)

Run the command when the condition is true

b)

Repeat forever

c)

Stop all programs

d)

Change the size of the Sprite

15.

What is the effect of the 'if...then' command?

a)

Run the command when the condition is true

b)

Loop forever

c)

Stop all programs

d)

Change the size of the Sprite

16.

Which command helps the Sprite to hide?

a)

hide

b)

delete this clone

c)

go to back layer

d)

switch costume

17.

What is a Variable in Scratch?

a)

A type of Sprite

b)

A number or value that can change

c)

An audio effect

d)

A background

18.

Which command helps to increase the value of a variable?

a)

set variable to 10

b)

change variable by 1

c)

hide variable

d)

delete variable

19.

Which command helps to send a message to all programs?

a)

broadcast 'message'

b)

wait 1 second

c)

stop all

d)

switch costume

20.

Which command helps to detect when the Sprite touches a color?

a)

touching color?

b)

touching mouse-pointer?

c)

go to x: y:

d)

hide

21.

What is the Stage in Scratch?

a)

The area where Sprites move and interact

b)

A type of Sprite

c)

An audio effect

d)

A control block

22.

Which command helps the Sprite to turn to a specific direction?

4 lines
23.

What is the effect of the 'glide 1 sec to x: y:' command?

4 lines
24.

Which command helps to stop the program?

4 lines
25.

Which command helps the Sprite to wait before performing the next action?

4 lines
26.

Which command helps the Sprite to go to a random position?

4 lines
27.

Which command helps to detect when the Sprite touches another object?

4 lines
28.

What is the effect of the 'next costume' command?

4 lines
29.

How to add a new Sprite?

4 lines
30.

Which command helps the Sprite to point towards another object?

4 lines
31.

Which command helps to change the color of the Sprite?

4 lines