Sprite Lab Basics

Sprite Lab Basics

7th Grade

8 Qs

quiz-placeholder

Similar activities

Clabbot w/Controller Review

Clabbot w/Controller Review

7th - 8th Grade

8 Qs

Getting to Know Scratch

Getting to Know Scratch

6th - 8th Grade

11 Qs

Scratch Quiz ADVANCED

Scratch Quiz ADVANCED

5th - 8th Grade

11 Qs

Scratch Quiz {3.0}

Scratch Quiz {3.0}

KG - Professional Development

9 Qs

YouCode Scratch Quiz

YouCode Scratch Quiz

KG - 12th Grade

10 Qs

Scratch Contest

Scratch Contest

KG - Professional Development

10 Qs

scratch

scratch

1st - 12th Grade

10 Qs

Snap! - Snowflake Designer

Snap! - Snowflake Designer

5th - 12th Grade

7 Qs

Sprite Lab Basics

Sprite Lab Basics

Assessment

Quiz

Other

7th Grade

Medium

Created by

Sneha Revankar

Used 1+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you make a sprite move forward in Sprite Lab?

Use the 'jump' block to move the sprite.

Drag the sprite manually on the screen.

Use the 'move forward' block and set the distance.

Set the sprite's speed to zero to move forward.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you change the sprite’s costume or color?

Use the 'switch costume to' block for costumes and 'change color effect by' block for color.

Use the 'hide sprite' block to alter appearance.

Use the 'set position to' block for costumes.

Apply a 'rotate sprite' block to change color.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What block do you use to make a sprite say something?

say block

whisper block

speak block

talk block

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which block helps the sprite draw on the screen?

Control blocks

Pen blocks

Sound blocks

Motion blocks

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the repeat block do in Sprite Lab?

The repeat block only executes once.

The repeat block stops the program from running.

The repeat block is used to create new sprites.

The repeat block executes a set of instructions multiple times.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If you want the sprite to move, say something, and then move again, which blocks will you use in order?

move, say

say, move

jump, move

say, jump

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What block would you use to make a sprite jump?

change y by 10

change x by 10

repeat 10 times

set y to 0

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you stop a sprite from moving?

Rotate the sprite 90 degrees

Change the sprite's color

Increase the sprite's speed

Set the sprite's velocity to zero or disable movement controls.