
Day 4 Pygame - 26th June
Authored by Coding Department
Computers
Professional Development
Used 1+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
5 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the purpose of pygame.key.get_pressed()?
To draw a shape
To load a background
To check which keys are currently being pressed
To exit the program
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which key constant is used to detect the left arrow key?
pygame.KEY_LEFT
pygame.LEFT_ARROW
pygame.K_LEFT
pygame.ARROW_LEFT
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
If you want the player to move left using the keyboard, which code will you use?
player_x += speed
player_y += speed
player_x -= player_speed
player_y -= player_speed
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How would you detect if the player presses the W key?
keys["W"] == True
if key == W:
if keys[pygame.K_w]:
if key.pressed("W"):
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which line of code allows the player to move downward?
player_y -= player_speed
player_y += player_speed
player_x += player_speed
player_x -= player_speed
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?