wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Ispace Quiz Questions(Scratch and Tynker)

Total questions: 20

Worksheet time: 8mins

Name
Class
Date
1.

1. What is the name of the character that is used to design in scratch?

a)

Sprite?

b)

Scratch?

c)

Stage?

d)

Animal?

2.

in scratch, What would you call the track (background) in your racing car game?

a)

Sprite

b)

Stage

c)

Script

d)

House

3.

In scratch programming environment, What is the function of the 'when green flag clicked' command block?

a)

Points sprite in the specified direction

b)

If condition is true, runs the blocks inside

c)

Runs the script

4.

In scratch environment, What happens to the car if the number increases in the 'Move _ steps' command block?

a)

The car moves quicker

b)

The car stops

c)

The car moves backwards

5.

What is the function of the 'forever' command block?

a)

Runs the script inside over and over

b)

Point sprite in specified direction

c)

If condition is true, runs the blocks inside.

6.

What does this do?

a)

Make the Character spin

b)

Start a game

c)

Rotate the angle of the sprite

d)

Bounce around

7.

In Scratch, which blocks are blue

a)

Looks

b)

Motion

c)

Sensing

d)

Sounds

8.

In scratch, which blocks are purple?Motion

a)

Motion

b)

Sensing

c)

Looks

d)

Variable

9.

What is Scratch?

a)

A game

b)

A Programming Language

c)

An animation

d)

A computer system

10.

How do you create a loop in scratch?

a)

Use a cat sprite

b)

Snap a selfie

c)

Use a repeat block

d)

Use a conditional block

11.

In scratch, which blocks are yellow?

a)

Variables

b)

Motion

c)

Control

d)

Events

12.

The blocks / code that controls a sprite is called the..?

a)

Action

b)

Stage

c)

Script

d)

Instructions

13.

To change the appearance of a sprite we can give it a different..?

a)

Look

b)

Costume

c)

Style

d)

Stage

14.

A Tynker character or object that can talk and interact with others...

a)

star

b)

actor

c)

command

d)

loop

15.

What does this code block do on Tynker?

a)

Starts your computer

b)

Creates a costume change

c)

Tells other code what to do when the program starts

16.

In tynker, an actor can have only one costume

a)

True

b)

False

17.

In Tynker, What will these code blocks do to the actor?

a)

An animation will play

b)

The Actor will change costumes each time the Play button is pressed

c)

Nothing happens to the Actor

d)

The Actor will change costumes every time the spacebar is pressed

18.

How many actors can you animate at once in tynker?

a)

You cannot animate actors

b)

Only 5 actors can be animated on the Stage at any given time the Stage

c)

Only 5 actors can be animated on the Stage at any given time the Stage

d)

As many as you want

19.

What is the difference between these two tynker code blocks ?

a)

The first one only works for actors with multiple costumes, but the second one works for all actors.

b)

The first one will play the animation extremely quickly. The second one will play the animation more slowly and look more natural.

c)

The first one loops through all of the costumes, but the second one will only loop through the first two.

d)

They are the same, and the added 'Wait' block doesn't change anything.

20.

Which block moves an actor up?

a)

B. Next Costume

b)

A. Change y by 10 pixels

c)

D. Repeat 10

d)

C. When space pressed