Sprite

Sprite

7th - 8th Grade

8 Qs

quiz-placeholder

Similar activities

Year 8 DIT - Arcade

Year 8 DIT - Arcade

8th Grade

10 Qs

ICT REVISON

ICT REVISON

4th - 8th Grade

11 Qs

Animation Production Methods

Animation Production Methods

6th Grade - University

10 Qs

2D ou 3D

2D ou 3D

KG - Professional Development

12 Qs

Hari 3 - Kuis Coding & Perkenalan AI

Hari 3 - Kuis Coding & Perkenalan AI

7th - 9th Grade

10 Qs

Interactive Games and Animations

Interactive Games and Animations

8th Grade

11 Qs

Code.org CS Discoveries Unit 3 review (1-8)

Code.org CS Discoveries Unit 3 review (1-8)

6th - 8th Grade

10 Qs

Quick Check: Controlled Movements

Quick Check: Controlled Movements

6th - 8th Grade

7 Qs

Sprite

Sprite

Assessment

Quiz

Other

7th - 8th Grade

Hard

Created by

Charles Martinez

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Define "Property" in Code.org.

an attribute, quality, or characteristic of something

The location of a sprite being plotted on the grid.

a thing or things belonging to someone; possessions collectively.

A label for a characteristic of a sprite, such as its location and appearance

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Define "Sprite" in Code.org.

A charter on the screen with properties that ONLY describes its looks.

A character on the screen with properties that describe its location, movement, and look.

Shapes integrated to create an animation.

The value of a property.

3.

OPEN ENDED QUESTION

3 mins • 1 pt

What command will draw all of your created sprites on the screen?

Evaluate responses using AI:

OFF

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Define "Dot Notation" in Code.org.

Dot notation keeps the code running.

It allows sprites to connect with a variable

the way that sprites' properties are used in Game Lab, by connecting the sprite and property with a dot.

makes it possible to access the attributes, methods and instances of a class and to access attributes and methods of the class instances

5.

OPEN ENDED QUESTION

3 mins • 1 pt

How can we use sprites to help us keep track of lots of information in our programs?

Evaluate responses using AI:

OFF

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

TRUE OR FALSE? If you attempt to set a sprite property to an incorrect value, the property reverts to its default value.

TRUE

FALSE

7.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

What are the different ways to get an image?

Use an animation already in the animation tab library

Upload a Creative Commons image

Use my favorite video game characters

Create my own using the provided drawing tools

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

It is not enough to create the image (or animation) in the Animation Tab. We then have to add the animation to the sprite using the

sprite size block

setAnimation block