BadguyFighter video quiz

BadguyFighter video quiz

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 setting a color key for the fighter image?

To make the fighter move faster

To remove the background color

To change the color of the fighter

To resize the fighter image

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the initial X coordinate of the fighter in the Fighter class?

540

320

0

590

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which key press moves the fighter to the left?

K_DOWN

K_RIGHT

K_UP

K_LEFT

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What function is used to draw the fighter on the screen?

screen.blit

screen.render

screen.screen

screen.show

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What should be done if you the following error:

TypeError: invalid destination position for blit ?

Restart the program

Put the fighter position in parentheses

Increase the screen size

Change the image format