Sprites - introduction

Sprites - introduction

5th - 7th Grade

8 Qs

quiz-placeholder

Similar activities

Interstate Competition

Interstate Competition

7th - 10th Grade

11 Qs

Game Lab - Basic Sprite Control

Game Lab - Basic Sprite Control

6th - 12th Grade

10 Qs

Arcade makecode

Arcade makecode

6th Grade

11 Qs

Code.org Unit 3 Chapter 3

Code.org Unit 3 Chapter 3

7th - 8th Grade

12 Qs

grade5,Scratch,Revision

grade5,Scratch,Revision

5th Grade

10 Qs

Scratch Quiz ADVANCED

Scratch Quiz ADVANCED

5th - 8th Grade

11 Qs

Scratch Questions

Scratch Questions

3rd - 6th Grade

13 Qs

Using Scratch

Using Scratch

3rd - 10th Grade

13 Qs

Sprites - introduction

Sprites - introduction

Assessment

Quiz

Computers

5th - 7th Grade

Hard

Created by

Emil Waldhauser

Used 50+ times

FREE Resource

8 questions

Show all answers

1.

DRAW QUESTION

1 min • 1 pt

Circle the part of the code which defines X and Y coordinates?

Media Image

2.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

What is a sprite?

Any object.

Any animated object.

A value.

A fancy idea of coding.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What stores the properties of a sprite?

A pice of code.

A variable.

X and Y axes.

Color.

4.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

What is important when we create a new variable for a sprite?

Include the "createSprite" block of code.

Give it a meaningful and easy-to-remember name.

Do not use gaps in the name of the variable?

Choose the funniest one.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To control a sprite's properties, we use 'dot notation'. Which one is an example of it?

...

.mySprite.width.

mySprite.width

... .... . ... ....

6.

DRAW QUESTION

1 min • 1 pt

The sprite won't appear on the screen when the code is run. Circle the missing block of code and show where it belongs.

Media Image

7.

DRAW QUESTION

1 min • 1 pt

Circle what has caused the bug in the code.

Media Image

8.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Media Image

Why did not the other three sprites appear on the screen?

I have no idea.

The code reads chronologically so the bug broke it.

Reading the code cannot be completed.

It can. The computer can read random parts of a code. This is just a weird occasion.