wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Grade 5 - Scratch - Homework - W 22-23

Total questions: 20

Worksheet time: 20mins

Name
Class
Date
1.

It is one of the ten categories of Scratch blocks. They are color-coded medium-blue and are used to control a sprite's movement. They are available only for sprites.

a)

Motion Blocks

b)

Control Blocks

c)

Sensing Blocks

d)

Events Blocks

2.

This block moves its sprite forward the specified amount of steps in the direction it is facing.

a)
b)
c)
d)
3.

This block moves its sprite costume center's X position by the specified amount.

a)
b)
c)
d)
4.

This block moves its sprite's Y position by the specified amount.

a)
b)
c)
d)
5.

What is this cat a type of?

a)

Animal

b)

Cat species

c)

Sprite

6.

What is the stage in scratch program?

a)

The coding area of a scratch program, where blocks go

b)

Place where actors stand and perform

c)

The graphical area of a scratch program, where sprites move

7.

What happens when green flag symbol is clicked in scratch program?

a)

The program is deleted

b)

The program starts

c)

The program stops

8.

Which area changes background on Scratch screen?

a)

Command block

b)

Stage

c)

Coding area

9.

A costume is

a)

A code block

b)

A motion

c)

A different way a sprite looks

d)

A sound

10.

Scratch is a

a)

A code

b)

A programming code

c)

An animation

d)

A computer system

11.

The code blocks below are an example of what type of action?

a)

Pen

b)

.

Events

c)

Looks

d)

Control

12.

What is the logo of Scratch?

a)
b)
c)
d)
13.

WHAT IS THE OUTPUT OF THE PROGRAM?

a)
b)
c)
d)
14.

TO START THE ALGORITHM WE USE ......

a)
b)
c)
d)
15.
What is a loop?
a)
Starting the program
b)
Ending the program
c)
Allows something to be repeated
d)
Programs running
16.

Which of the following will allow the movements to occur continuously to various positions?

a)
b)
c)
d)
17.

What does this block do?

a)

It writes notes for you

b)

It plays a musical note

c)

It beats the drum

18.

What does this block do?

a)

Repeat the code forever

b)

Repeat the code 2 times

c)

Repeat the code until touching the sprite

19.

Can we add sound to our scratch project ?

a)

Yes

b)

No

20.
What block will you use to have the sprite say something?
a)
Looks
b)
Sounds
c)
Pen
d)
Data