Week 2 - Pygame

Week 2 - Pygame

Professional Development

15 Qs

quiz-placeholder

Similar activities

Computer basics

Computer basics

KG - Professional Development

19 Qs

Construct 3 Quiz - Game Development

Construct 3 Quiz - Game Development

2nd Grade - Professional Development

10 Qs

TOWNHALL OCT.6

TOWNHALL OCT.6

Professional Development

10 Qs

GOODWILL_PAINT

GOODWILL_PAINT

Professional Development

20 Qs

Green game Class 2: Assignment 2

Green game Class 2: Assignment 2

Professional Development

14 Qs

Retro Video Gaming Quiz!

Retro Video Gaming Quiz!

KG - Professional Development

14 Qs

Проверяю знания и изучаю PyGame

Проверяю знания и изучаю PyGame

Professional Development

12 Qs

GOODWILL_PARTS OF COMPUTERS 1

GOODWILL_PARTS OF COMPUTERS 1

Professional Development

18 Qs

Week 2 - Pygame

Week 2 - Pygame

Assessment

Quiz

Computers

Professional Development

Medium

Created by

Coding Department

Used 1+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function is used to initialize all Pygame modules?

pygame.start()

pygame.load()

pygame.init()

pygame.begin()

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does pygame.display.set_mode((600, 400)) do?

Creates a circle

Loads an image

Creates a game window of size 600x400

Starts the game loop

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does screen.fill((255, 255, 255)) do?

Draws a rectangle

Colors the screen white

Closes the screen

Clears the window

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of pygame.display.flip()?

Ends the game

Resets the screen

Updates the screen with all changes

Saves the game

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is used to create a rectangle in Pygame?

pygame.Rect()

pygame.draw.box()

pygame.Shape()

pygame.rect()

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function draws a rectangle on screen?

pygame.rect()

pygame.draw.rect()

screen.rect()

draw.rectangle()

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which shape is used to draw a ball?

pygame.draw.circle()

pygame.draw.ellipse()

pygame.draw.square()

pygame.draw.ball()

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?