Class 4 Control Block

Class 4 Control Block

4th Grade

7 Qs

quiz-placeholder

Similar activities

Computer Scratch lesson

Computer Scratch lesson

KG - Professional Development

10 Qs

Scratch basics BIl.

Scratch basics BIl.

4th Grade

10 Qs

Let's Play with scratch Blocks

Let's Play with scratch Blocks

3rd - 4th Grade

10 Qs

Scratch Introduction Quiz

Scratch Introduction Quiz

1st - 8th Grade

12 Qs

Scratch

Scratch

4th Grade

10 Qs

Coding with Scratch

Coding with Scratch

3rd - 4th Grade

10 Qs

Scratch (4th April)

Scratch (4th April)

KG - University

11 Qs

Grade 4 - Scratch topic

Grade 4 - Scratch topic

4th Grade

10 Qs

Class 4 Control Block

Class 4 Control Block

Assessment

Quiz

Computers

4th Grade

Hard

Created by

Vandana Gupta

Used 3+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which block is used to pause the script for a certain amount of time?

Repeat

Forever

Wait

When I Start as a Clone

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the "Repeat" block do?

It repeats the instructions inside it forever.

It repeats the instructions inside it a certain number of times.

It creates a clone of the sprite.

It deletes a clone.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which block is used to create a clone of a sprite?

Create clone of

Delete this clone

When I start as a clone

Forever

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What happens when you click the "Stop" button while a "Forever" block is running?

The program continues to run.

The program pauses for a few seconds.

The program stops running.

The program creates a clone of the sprite.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which block is used for code that should run when a clone is created?

Wait

Forever

When I start as a clone

Repeat

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the "Delete this clone" block?

To create a new clone.

To remove the current clone from the stage.

To pause the program.

To repeat a section of code.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which block would you use to make a sprite move back and forth across the stage repeatedly?

Wait

Forever

Repeat

Create clone of