Lesson 13 Warmup/Review

Lesson 13 Warmup/Review

8th Grade

10 Qs

quiz-placeholder

Similar activities

Scratch

Scratch

7th - 8th Grade

14 Qs

Scratch Quiz ADVANCED

Scratch Quiz ADVANCED

5th - 8th Grade

11 Qs

Scratch week1 - 7/8

Scratch week1 - 7/8

7th - 8th Grade

15 Qs

NotchUp - Scratch My First Quiz

NotchUp - Scratch My First Quiz

1st - 8th Grade

8 Qs

Scratch

Scratch

8th Grade

13 Qs

 Game Lab Vocabulary: Basic Concepts.

Game Lab Vocabulary: Basic Concepts.

8th Grade

7 Qs

Building Your First Sprite - Codesters

Building Your First Sprite - Codesters

6th - 8th Grade

12 Qs

Scratch

Scratch

6th - 8th Grade

15 Qs

Lesson 13 Warmup/Review

Lesson 13 Warmup/Review

Assessment

Quiz

Computers

8th Grade

Medium

Created by

Shaun Horgan

Used 12+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

This property will control the movement of a sprite from left to right

sprite.x

sprite.y

sprite.scale

sprite.rotation

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

This sprite property will control the movement of a sprite from top to bottom.

sprite.x

sprite.y

sprite.height

sprite.scale

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

To make a sprite slightly rotate back and forth(wobble effect), we use

sprite.rotation = sprite.rotation + 1

sprite.rotation = sprite.rotation - 1

sprite.x and sprite.y

sprite.rotation = random number(-2, 2)

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

To make a sprite move from the bottom of the window to the top of the window, we use

sprite.y = sprite.y +1

sprite.x = sprite.x + 1

sprite.y = sprite.y - 1

sprite.y = sprite.y + 1

5.

FILL IN THE BLANK QUESTION

20 sec • 1 pt

The drawsprites block must be added into the looping block called "__________ draw"

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

This block is needed in order to see the sprites that you have created in your code:

sprite.x

fill("black")

var sprite

drawSprites

7.

FILL IN THE BLANK QUESTION

1 min • 1 pt

The _______ pattern is used to increase or decrease a sprite property in a loop.

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?