Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Basics in Scratch

Total questions: 7

Worksheet time: 4mins

Name
Class
Date
1.

Which of the following can't be done with Scratch programming?

a)

Simple games can be made

b)

Simple animated movies can be made

c)

A short demonstration can be held

d)

Connection to the internet can be done

2.

What is the mission of the green flag on Scratch?👈

a)

It records the programme

b)

It deletes the programme

c)

It starts the programme

d)

It stops the programme

3.

Which menu is used to save the works prepared in the Scratch program?💻

a)

File> Save

b)

Edit> One step setup

c)

File> New

d)

Share> Share this project on the Internet

4.

What is the white area in the Scratch program where the entire program and movements are seen?👀

a)

Square

b)

Program window

c)

Costume

d)

Stage

5.

Which of the following is the explanation of the code block below?

a)

When the right arrow key is pressed on the keyboard, turn right and go 10 steps.

b)

Turn right and go 10 steps when the space key is pressed on the keyboard.

c)

Turn down and go 10 steps when the down arrow key is pressed on the keyboard.

d)

Turn right and go 10 steps when pressing the up arrow key on the keyboard

6.

Which of the following is the explanation of the code block below?

a)

Runs Script below when the space is clicked

b)

Changes Sprite’s appearance by switching to different costume

c)

When the sprite is clicked, it runs the blocks inside over and over and says 'Yay'

d)

When the sprite is clicked,it repeatedly says 'Yay' and turns 15 degrees.

7.

Which of the following describes the command?

a)

Runs script below when specified key is pressed.

b)

Changes the x and y position

c)

Moves Sprite smoothly to a specified position over specified length of time.

d)

Repeats itself for one second