School - Clone  2

School - Clone 2

1st - 5th Grade

9 Qs

quiz-placeholder

Similar activities

SCR1 Recap Day 2

SCR1 Recap Day 2

1st Grade

7 Qs

Using Scratch

Using Scratch

3rd - 10th Grade

13 Qs

Scratch - Aula 5

Scratch - Aula 5

2nd - 7th Grade

6 Qs

Cloning 1

Cloning 1

2nd - 8th Grade

7 Qs

Class 4 Control Block

Class 4 Control Block

4th Grade

7 Qs

Scratch Quiz ADVANCED

Scratch Quiz ADVANCED

5th - 8th Grade

11 Qs

Scratch 8

Scratch 8

4th - 11th Grade

10 Qs

Scratch Coding

Scratch Coding

KG - 5th Grade

10 Qs

School - Clone  2

School - Clone 2

Assessment

Quiz

Computers

1st - 5th Grade

Hard

Created by

Future Teacher

FREE Resource

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which block should you use to make a clone visible after it's created?

Media Image
Media Image
Media Image
Media Image

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What happens if you don’t use hide on the original sprite when making clones?

Only clones will be visible

The original sprite will always stay on the screen

The project will crash

The original sprite will disappear automatically

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the difference between the two types of variables in Scratch?

There is no difference

"For this sprite only" variables are shared by all sprites

"For all sprites" variables are shared, while "For this sprite only" are unique for each sprite or clone

"For this sprite only" variables are global

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct sequence to create a visible clone that moves and disappears?

create clone → delete this clone → show → move

show → create clone → move → delete this clone

create clone → when I start as a clone → show → move → delete this clone

create clone → move → show → delete this clone

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Each clone can have its own value for a variable if it’s set to “for this sprite only.”

True

False

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The original sprite should be hidden when making clones that appear one by one.

True

False

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

All clones share the same variables, even if the variable is set to “for this sprite only.”

True

False

8.

DRAG AND DROP QUESTION

1 min • 1 pt

The block when I start as a clone runs only in the ​ (a)   , not the original sprite.

clone
backdrop
costume

9.

DRAG AND DROP QUESTION

1 min • 1 pt

To make a clone disappear after it's done, use the block ​ (a)   .

delete this clone
When i start as a clone
create clone of myself