Events & Responses

Events & Responses

Assessment

Flashcard

Computers

6th Grade

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

5 questions

Show all answers

1.

FLASHCARD QUESTION

Front

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

Back

To start all scripts

2.

FLASHCARD QUESTION

Front

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

Back

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

3.

FLASHCARD QUESTION

Front

How can you create parallelism in Scratch?

Back

Use multiple scripts that start with the same event block

4.

FLASHCARD QUESTION

Front

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!"

Back

Clicking the green flag

5.

FLASHCARD QUESTION

Front

Why is initialization important in Scratch projects?

Back

It ensures sprites start in a known state