Events & Responses

Events & Responses

6th Grade

5 Qs

quiz-placeholder

Similar activities

Scratch Quizz

Scratch Quizz

6th Grade

10 Qs

Basic Level Quiz

Basic Level Quiz

6th - 8th Grade

10 Qs

Scratch Programming- Introduction to game creation

Scratch Programming- Introduction to game creation

6th Grade

10 Qs

Scratch

Scratch

6th Grade

10 Qs

Scratch Motion blocks

Scratch Motion blocks

6th Grade

10 Qs

Scratch

Scratch

4th - 6th Grade

10 Qs

Scratch Vocabulary

Scratch Vocabulary

3rd Grade - University

9 Qs

CS First Vocabulary

CS First Vocabulary

5th - 6th Grade

10 Qs

Events & Responses

Events & Responses

Assessment

Quiz

Computers

6th Grade

Medium

Created by

Jonathan Smith

Used 12+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the "green flag" block in Scratch programming?

To stop all scripts

To start all scripts

To pause all scripts

To save the project

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following sequences correctly initializes a sprite's position and direction in Scratch?

Move 10 steps, point in direction 90

Go to x: 0 y: 0, point in direction 90

Change x by 10, change y by 10

Glide 1 secs to x: 0 y: 0

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you create parallelism in Scratch?

Use a single script with multiple blocks

Use multiple scripts that start with the same event block

Use a forever loop

Use a wait block

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is an example of an event in Scratch?

A sprite moving 10 steps

A sprite changing its costume

Clicking the green flag

A sprite saying "Hello!"

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Why is initialization important in Scratch projects?

It makes the project run faster

It ensures sprites start in a known state

It allows for more complex animations

It reduces the number of scripts needed