U3: [Assess] L18-L20 Code.org

U3: [Assess] L18-L20 Code.org

9th - 12th Grade

6 Qs

quiz-placeholder

Similar activities

Scratch Quiz 1

Scratch Quiz 1

4th - 11th Grade

10 Qs

Scratch Games using Keyboard Control

Scratch Games using Keyboard Control

7th - 10th Grade

10 Qs

Code.org CS Discoveries U3L20 Side Slider

Code.org CS Discoveries U3L20 Side Slider

9th Grade

7 Qs

Scratch MOVING SPRITE quiz!

Scratch MOVING SPRITE quiz!

6th Grade - University

10 Qs

Unity Semester Quiz

Unity Semester Quiz

7th - 9th Grade

10 Qs

06_Tetris Worksheet

06_Tetris Worksheet

9th - 12th Grade

10 Qs

Block Programming - Quiz 4 -  Batch 3

Block Programming - Quiz 4 - Batch 3

2nd - 9th Grade

10 Qs

LESSON 5: CREATING ART WITH CODE

LESSON 5: CREATING ART WITH CODE

7th Grade - University

11 Qs

U3: [Assess] L18-L20 Code.org

U3: [Assess] L18-L20 Code.org

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

EDWARD WARBURTON

Used 6+ times

FREE Resource

6 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Code that creates a clockwise rotation change in degrees per frame of the sprite.
sprite.velocityX
sprite.velocityY
sprite.scale
sprite.rotationSpeed

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Velocity in the positive y direction of the sprite in pixels per frame.
sprite.velocityX
sprite.velocityY
sprite.scale
sprite.rotationSpeed

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Velocity in the positive x direction of the sprite in pixels per frame.
sprite.velocityX
sprite.velocityY
sprite.scale
sprite.rotationSpeed

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Sprite velocity code tells the sprite which direction to move and how fast.
True
False

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A simplified representation of something more complex.
If-Statement
Debugging
Abstraction

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Velocity X or Velocity Y can be used similarly to using the __________________ within the the Draw function.
debugging code
sprite rotation
sprite is touching
counter pattern
sprite collide