Code.org CS Discoveries U3L08 Sprite Properties

Code.org CS Discoveries U3L08 Sprite Properties

9th Grade

10 Qs

quiz-placeholder

Similar activities

Basic Programming QUIZ

Basic Programming QUIZ

1st - 10th Grade

15 Qs

NHTW Programming

NHTW Programming

9th Grade

10 Qs

Access - Lesson 14

Access - Lesson 14

9th - 12th Grade

10 Qs

CSS9_Q3M3L1_QUIZ5

CSS9_Q3M3L1_QUIZ5

9th Grade

11 Qs

Activity 1: How well do you know Java?

Activity 1: How well do you know Java?

9th Grade

10 Qs

Wee Word Intro

Wee Word Intro

7th - 12th Grade

12 Qs

Hour of Code

Hour of Code

2nd - 12th Grade

10 Qs

Máy tính và chương trình máy tính (Tin 8)

Máy tính và chương trình máy tính (Tin 8)

8th - 9th Grade

10 Qs

Code.org CS Discoveries U3L08 Sprite Properties

Code.org CS Discoveries U3L08 Sprite Properties

Assessment

Quiz

Computers

9th Grade

Hard

Created by

Joan Goldberg

Used 57+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the (x, y) location of the palette?

(0, 0)

(200, 200)

(100, 300)

(300, 100)

error

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the (x, y) location of the palette?

(0, 0)

(200, 200)

(100, 300)

(300, 100)

error

3.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Media Image

Compare the rotation of the top row to the bottom row.

What is the rotation of the green car?


Definition: sprite.rotation = #;

Clockwise rotation in degrees of the sprite.

A positive value will rotate clockwise, a negative value will rotate counterclockwise. The rotation usually will be a number between -360 and 360.

car.rotation = 0;

car.rotation = 90;

car.rotation = 180;

car.rotation = 270;

car.rotation = 360;

4.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Media Image

Compare the rotation of the top row to the bottom row.

What is the rotation of the orange car?


Definition: sprite.rotation = #;

Clockwise rotation in degrees of the sprite.

A positive value will rotate clockwise, a negative value will rotate counterclockwise. The rotation usually will be a number between -360 and 360.

car.rotation = 0;

car.rotation = 90;

car.rotation = -90;

car.rotation = 270;

car.rotation = -270;

5.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Media Image

Compare the rotation of the top row to the bottom row.

What is the rotation of the blue car?


Definition: sprite.rotation = #;

Clockwise rotation in degrees of the sprite.

A positive value will rotate clockwise, a negative value will rotate counterclockwise. The rotation usually will be a number between -360 and 360.

car.rotation = 0;

car.rotation = 360;

car.rotation = -90;

car.rotation = 180;

car.rotation = -180;

6.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Media Image

Compare the rotation of the top row to the bottom row.

What is the rotation of the red car?


Definition: sprite.rotation = #;

Clockwise rotation in degrees of the sprite.

A positive value will rotate clockwise, a negative value will rotate counterclockwise. The rotation usually will be a number between -360 and 360.

car.rotation = 0;

car.rotation = 90;

car.rotation = -90;

car.rotation = 270;

car.rotation = -270;

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is cowSmall.scale=?


var cowBig = createSprite(150, 150);

cowBig.setAnimation("cow");

cowBig.scale = 1;

var cowSmall = createSprite(250, 250);

cowSmall.setAnimation("cow");

cowSmall.scale = ?;

0.5

1.0

1.5

2.0

None of the above

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?