U311 ET: The Draw Loop

U311 ET: The Draw Loop

Assessment

Flashcard

Created by

Quizizz Content

Computers

11th Grade

Hard

Student preview

quiz-placeholder

15 questions

Show all answers

1.

FLASHCARD

Front

What is the name of this line of code?

Back

Draw Loop

2.

FLASHCARD

Front

A loop in programming is....

Back

something that repeats over and over

3.

FLASHCARD

Front

Look at the code. What property is changing? Options: the tiger's size, the tiger's x position, the tiger's y position, the tiger's animation

Back

the tiger's x position

4.

FLASHCARD

Front

How many times will the Draw Loop repeat?

Back

until we tell it to stop

5.

FLASHCARD

Front

True or False: The Sprites are not really moving. Each time the program is ran, a new Sprite is placed in a new position.

Back

True

6.

FLASHCARD

Front

Why does the A look blurry?

Back

You need to add a background code to the loop.

7.

FLASHCARD

Front

Find the bug!

Back

The "A" in line 2 should be "a" because that is what it was originally named.

8.

FLASHCARD

Front

Where does drawSprites; have to come in the code?

Back

at the bottom

9.

FLASHCARD

Front

What is a sprite?

Back

A graphic on the screen with a location, size, and appearance.

10.

FLASHCARD

Front

A single image within an animation.

Back

Frame

Explore all questions with a free account

or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?