Badguy#3 video quiz

Badguy#3 video quiz

Assessment

Interactive Video

Computers

7th Grade

Easy

Created by

John Streety

Used 2+ times

FREE Resource

6 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What values are set for self.dx and self.dy?

self.dx = 2, self.dy = 2

self.dx = 3, self.dy = 1

self.dx = 0, self.dy = 0

self.dx = 1, self.dy = 3

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the bounce function?

To make the bad guy jump.

To reverse the bad guy's direction when it hits the sides.

To change the bad guy's color.

To stop the bad guy.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the move function do?

It changes the bad guy's size.

It changes the bad guy's speed.

It makes the bad guy disappear.

It updates the bad guy's position.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What happens when the bad guy reaches the bottom of the screen?

The bad guy changes color.

The bad guy disappears.

The game ends.

A new bad guy appears at the top.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the off-screen function check for?

If the bad guy is at the bottom of the screen.

If the bad guy is on the left side of the screen.

If the bad guy is at the top of the screen.

If the bad guy is on the right side of the screen.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the off_screen function return?

a number

yes or no

a 1 or a zero

True of False