Class 4 Control Block

Class 4 Control Block

4th Grade

7 Qs

quiz-placeholder

Similar activities

Computer--Mid Term test for grade 4

Computer--Mid Term test for grade 4

4th Grade

10 Qs

Grade 4 - Scratch topic

Grade 4 - Scratch topic

4th Grade

10 Qs

Scratch Quiz 2

Scratch Quiz 2

4th - 11th Grade

10 Qs

Scratch Quiz

Scratch Quiz

1st - 5th Grade

10 Qs

SC-test1

SC-test1

1st - 5th Grade

10 Qs

Pictoblox 7

Pictoblox 7

1st - 9th Grade

10 Qs

coding

coding

1st - 7th Grade

10 Qs

LC (3-5) Scratch Quiz

LC (3-5) Scratch Quiz

1st - 5th 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