Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Tynker Review

Total questions: 14

Worksheet time: 28mins

Name
Class
Date
1.

What is a character in Tynker called?

a)

sprite

b)

actor

c)

cartoon

d)

crab

2.

What is a costume?

a)

a code block

b)

a sound

c)

a different way a sprite looks

d)

a motion

3.

What block of code can we use to make our animation talk?

a)

motion

b)

event

c)

operators

d)

looks

4.

What does this button do?

a)

add character

b)

add backdrop

c)

start your code

d)

i dont know

5.

Where can this block be found?

a)

motion

b)

events

c)

control

d)

looks

6.

Where can these blocks of code be found?

a)

control

b)

events

c)

moton

d)

looks

7.

What is the first type of block that has to be used in Tynker?

a)

an event block

b)

a control block

c)

a motion block

d)

a looks block

8.

Where can this block of code be found?

a)

looks

b)

events

c)

motion

d)

control

9.

What key needs to be pressed to change the costume of this Actor?

a)

The return key

b)

The right arrow key

c)

The space bar

d)

The left arrow key

10.

What is the background the actors are placed on called?

a)

counting loop

b)

stage

c)

sequence

d)

conditional statement

11.

An action that repeats one or more commands over and over...

a)

code

b)

loop

c)

stage

d)

actor

12.
How long does a "Forever" block run?
a)
Once
b)
10 times
c)
A "Forever" loop repeats code blocks inside it over and over until the program ends
d)
A "Forever" loop repeats code blocks inside it over and over even after the program ends
13.

Which of these coding blocks is called a loop?

a)
b)
c)
d)
14.

What does this block do?

a)

As soon as start is pressed, the code below it will run

b)

As soon the actor is clicked, the code below it will run

c)

As soon as start is pressed, the code below it will stop

d)

As the mouse button is clicked, the code below it will run