background shapesbackground shapes

Quiz Summary

Scratch intermediate

Profile Image

Guest

question markRank: 103
question markPoints: 500
Accuracy 50.0%

Want to learn coding and ace these quizzes?

Find a new quiz

Share this in social media

Quiz result

5

Correct

5

Incorrect

Question Performance

1.

An organised set of rules or steps to perform an action is also known as..?

Scratch

Software

Algorithm

Block

2.

What happens to a sprites script if the sprite was deleted?

The script will be saved if you decided to use this sprite later

You can't delete a sprite before deleting the script written in it

The script will be deleted with the sprite

None of the Above

3.

A block that holds value and can be changed?

Operator Blocks

Event Blocks

Sensing Blocks

Variable Blocks

4.

if on edge, bounce means...?

Jump

Go back

Continue

STOP

5.

To make the character pause or slow in scratch, control that is added to the script is?

Forever

Repeat

Wait

Next costume

6.

A block that sends messages from one sprite to another?

When the green flag is clicked

Broadcast block

Forever Loop

If/Then Block

7.

Which from the following is not a command?

forever until

repeat until

forever

repeat

8.

What is a loop?

Starting the program

Ending the program

Allows something to be repeated

Programs running

9.

The forever block is found in which of the following block types?

sound

data

events

control

10.

The computational concept of running the same sequence multiple times is called?

Parallelism

Events

Broadcast

Loops