Badguy #1B

Badguy #1B

Assessment

Interactive Video

Computers

7th Grade

Medium

Created by

John Streety

Used 2+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of creating an object from a class?

To make the code run faster

To use the functions and properties defined in the class

To save memory

To make the game look better

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the 'clock.tick' function do in the game loop?

It creates a new object

It changes the background color

It stops the game

It sets the frame rate

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What happens when the red X is clicked in the game?

The game ends

The game restarts

The game pauses

The game speeds up

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What color is used to fill the screen background?

Black

Blue

Green

Red

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is "badguy" on the lines badguy.draw() and badguy.move() ?

a function

a class

a variable

a constant