Exploring Scratch Motion Blocks

Exploring Scratch Motion Blocks

Assessment

Flashcard

Computers

6th Grade

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

3 questions

Show all answers

1.

FLASHCARD QUESTION

Front

What is the primary function of motion blocks in Scratch?

Back

To move a sprite around the stage

2.

FLASHCARD QUESTION

Front

Which block would you use to set the initial position of a sprite at the start of a Scratch project? Options: "go to x: [ ] y: [ ]", "change x by [ ]", "point in direction [ ]", "turn [ ] degrees"

Back

"go to x: [ ] y: [ ]"

3.

FLASHCARD QUESTION

Front

How can you use a repeat block to make a sprite move in a square path? Options: Use a repeat block with 4 iterations, moving the sprite forward and turning 90 degrees each time, Use a repeat block with 2 iterations, moving the sprite forward and turning 180 degrees each time, Use a repeat block with 8 iterations, moving the sprite forward and turning 45 degrees each time, Use a repeat block with 6 iterations, moving the sprite forward and turning 60 degrees each time

Back

Use a repeat block with 4 iterations, moving the sprite forward and turning 90 degrees each time