Mastering Sprite Movement in Scratch

Mastering Sprite Movement in Scratch

7th Grade

15 Qs

quiz-placeholder

Similar activities

Assessment I

Assessment I

7th Grade

10 Qs

Scratch

Scratch

7th Grade

18 Qs

Scratch Basics

Scratch Basics

7th Grade

15 Qs

1st Quarter

1st Quarter

6th - 9th Grade

16 Qs

6th Grade Quiz #4

6th Grade Quiz #4

6th - 8th Grade

10 Qs

Codesters Python 1

Codesters Python 1

7th - 8th Grade

20 Qs

Code.org Unit 3 -Lessons 5-8

Code.org Unit 3 -Lessons 5-8

6th - 8th Grade

20 Qs

Scratch Pre-Assessment

Scratch Pre-Assessment

5th - 9th Grade

20 Qs

Mastering Sprite Movement in Scratch

Mastering Sprite Movement in Scratch

Assessment

Quiz

Computers

7th Grade

Hard

Created by

Sakshi Bhandari

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What block would you use to move a sprite 10 steps forward?

move 10 units

shift 10 steps

move 10 steps

advance 10 positions

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you make a sprite glide to a specific point?

Set the sprite's speed to zero and wait for it to reach the point.

Use a teleport function to instantly move the sprite.

Use a glide function with target coordinates and update the sprite's position over time.

Draw the sprite at the target coordinates without any movement.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are the coordinates of the center of the Scratch stage?

(100, 100)

(1, 1)

(0, 0)

(-1, -1)

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which block allows a sprite to go to a specific x and y coordinate?

go to x: [value] y: [value]

move to position [x, y]

set location to [x, y]

navigate to coordinates [x, y]

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you turn a sprite 90 degrees to the right?

Move the sprite 90 pixels to the right.

Change the sprite's color to red.

Rotate the sprite by setting its rotation property to current rotation + 90 degrees.

Flip the sprite upside down.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What block would you use to point a sprite towards the mouse pointer?

point towards [last clicked]

point towards [random direction]

point towards [sprite]

point towards [mouse pointer]

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If you want a sprite to move to the right, which direction should you set its rotation?

90 degrees

270 degrees

180 degrees

0 degrees

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?