wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Scratch Quiz Grade (6)

Total questions: 62

Worksheet time: 48mins

Name
Class
Date
1.

What is Scratch mainly used for?

a)

Typing documents

b)

Making games and animations

c)

Drawing only

d)

Sending emails

2.

What are the characters in Scratch called?

a)

Blocks

b)

Sprites

c)

Scripts

d)

Costumes

3.

What do we call the place where your sprite performs actions?

a)

Stage

b)

Background

c)

Code area

d)

Block palette

4.

What color are motion blocks in Scratch?

a)

Blue

b)

Yellow

c)

Purple

d)

Green

5.

What happens when you click the green flag?

a)

The program starts

b)

The sprite disappears

c)

The sound plays once

d)

The program stops

6.

What is a script?

a)

A single block

b)

A set of connected blocks that make a sprite do something

c)

The stage area

d)

A type of sound

7.

What is a costume in Scratch?

a)

A background image

b)

A sprite’s different looks

c)

A sound effect

d)

A variable

8.

Which block category controls sound?

a)

Purple blocks

b)

Pink blocks

c)

Green blocks

d)

Blue blocks

9.

What is a project in Scratch?

a)

Only code

b)

A mix of code, sprites, and backgrounds

c)

Only one sprite

d)

A single block

10.

How do you duplicate a sprite?

a)

Right-click and select duplicate

b)

Use the + button

c)

Drag to stage

d)

Click costumes

11.

What does the repeat 10 block do?

a)

Runs the blocks inside 10 times

b)

Runs forever

c)

Runs once

d)

Stops the code

12.

Which block keeps repeating until a condition is true?

a)

repeat

b)

forever

c)

repeat until

d)

if

13.

What is the forever block used for?

a)

Repeat actions forever

b)

Stop the code

c)

Move once

d)

Change background

14.

What is the purpose of the wait 1 second block?

a)

Stops code completely

b)

Pauses code for 1 second

c)

Repeats 1 time

d)

Deletes a sprite

15.

Which control block is used for decision-making?

a)

if then

b)

repeat

c)

move

d)

say

16.

In Scratch, which direction does the x-axis move?

a)

Up and down

b)

Left and right

c)

Diagonal

d)

Circular

17.

What does y-axis control?

a)

Left and right position

b)

Up and down position

c)

Color of sprite

d)

Rotation

18.

The center of the Scratch stage has coordinates:

a)

(0, 0)

b)

(1, 1)

c)

(10, 10)

d)

(100, 100)

19.

What happens if you use go to x: 0 y: 0?

a)

The sprite moves off screen

b)

The sprite goes to the center

c)

The sprite disappears

d)

The sprite spins

20.

What does move 10 steps mean?

a)

The sprite jumps 10 blocks

b)

The sprite moves 10 pixels forward

c)

The sprite repeats 10 times

d)

The sprite turns 10 degrees

21.

Which block is used to turn a sprite?

a)

move 10 steps

b)

turn 15 degrees

c)

glide to

d)

go to random position

22.

What does glide 1 sec to x:100 y:100 do?

a)

Makes sprite teleport instantly

b)

Makes sprite move slowly to position (100,100)

c)

Deletes sprite

d)

Waits for 1 second

23.

What is a variable in Scratch?

a)

A sound effect

b)

A place to store information (like score or time)

c)

A sprite movement

d)

A color effect

24.

Which category has math and comparison blocks (like +, -, <, >)?

a)

Operators

b)

Events

c)

Control

d)

Motion

25.

What does this block do: set score to 0?

a)

Creates a sprite

b)

Resets the variable score to zero

c)

Adds 1 to score

d)

Stops the program

26.

If you use change score by 1, what happens?

a)

The score increases by 1

b)

The score becomes 1

c)

The score decreases

d)

Nothing

27.

What type of values can variables store?

a)

Only text

b)

Only numbers

c)

Text and numbers

d)

Only sounds

28.

Which block would check if two numbers are equal?

a)

=

b)

<

c)

>

d)

and

29.

Which block detects when the green flag is clicked?

a)

when space key pressed

b)

when green flag clicked

c)

when sprite clicked

d)

when backdrop switches

30.

Which block can make a sprite say text for 2 seconds?

a)

say [Hello!] for 2 seconds

b)

think [Hello!] for 2 seconds

c)

repeat [Hello!]

d)

print [Hello!]

31.

What will happen when the green flag is clicked

a)

the sprite will rotate 15 times

b)

the sprite will rotate 10 times

c)

the sprite will move 15 spaces

d)

the sprite will move 10 spaces

32.

What type of block is this?

a)

Iteration

b)

Variable

c)

Sequence

d)

Selection

33.

What type of block is this?

a)

Iteration

b)

Sequence

c)

Selection

d)

Variable

34.

If I want to move my goody to the right, which set of blocks would I need?

a)
b)
c)
d)
35.

I want to make Dinsdale the Dinosaur move around without disappearing off the screen . What set of blocks should I use?

a)
b)
c)
d)
36.

I want my bowl of cheesy puffs to appear at random points around the screen. Which set of blocks would I use?

a)
b)
c)
d)
37.

I want to animate Barry the Butterfly which blocks should I use?

a)
b)
c)
d)
38.

If I wanted to start a character at a particular place on the screen, which block would I use?

a)
b)
c)
d)
39.
What block will you use to have the sprite say something?
a)
Looks
b)
Sounds
c)
Pen
d)
Data
40.
What do you call a character in Scratch?
a)
Sprite
b)
Thing
c)
Anime
d)
Block
41.

Where will the sprite go when the flag is clicked?

a)

to the upper left corner of the stage

b)

to the middle of the stage

c)

to the upper right corner of the stage

d)

to the bottom right corner of the stage

42.

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

a)
b)
c)
d)
43.

WHAT IS THE OUTPUT OF THE PROGRAM?

a)
b)
c)
d)
44.

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

a)
b)
c)
d)
45.

WHICH ONE OF THE FOLLOWING BLOCKS IS NOT A REPETITION LOOP.

a)
b)
c)
d)
46.

Which command let the sprites walk ?

a)

Walk

b)

Run

c)

Move

d)

Go

47.

Which group of blocks include the When Flag Clicked command?

a)

Motion

b)

Control

c)

Looks

d)

Events

48.

What will happen when the green flag is clicked

a)

the sprite will rotate 15 times

b)

the sprite will rotate 10 times

c)

the sprite will move 15 spaces

d)

the sprite will move 10 spaces

49.

Repeating a statement more than once is called a...

a)

Repetition

b)

Loop

c)

Sequence

d)

Event

50.

You can keep score in Scratch by creating a...

a)

Sprite

b)

Variable

c)

Loop

d)

Function

51.

How do you create a loop in scratch, which goes forever?

a)

Use a repeat block

b)

Use a forever loop

c)

Snap a block

d)

Use a condition block

52.

Where to find these codes?

a)
b)
c)
d)
53.

What does this section called?

a)

Stage

b)

Sprite

c)

Script

54.

What does this block do?

a)

It checks your answer.

b)

It says hello.

c)

It saves your answer.

d)

It moves the cat.

55.

Which is the if block?

a)
b)
c)
d)
56.

Which is the move block?

a)
b)
c)
d)
57.

Which block can help repeat the action of the robot for 5 times?

a)
b)
c)
d)
58.

Which one is a backdrop?

a)
b)
59.

Look at the Scratch stage below.What is the coordinate of the center of the screen?

a)

(x:0, Y:-180)

b)

(X:0, Y:0)

c)

(X:240, Y:180)

d)

(X:-240, Y:0)

60.

Scratch is a programming language.

a)

True

b)

False

61.

Identify the Looks block

a)
b)
62.

This code will run when

a)

Spacebar is clicked

b)

Green Flag is clicked