Python Unit 14 - PyGame Basics

Python Unit 14 - PyGame Basics

6th - 8th Grade

32 Qs

quiz-placeholder

Similar activities

Tracy's World Quiz (Lesson1-3 wrap-up)

Tracy's World Quiz (Lesson1-3 wrap-up)

8th Grade

31 Qs

Python L2 Programming Challenge

Python L2 Programming Challenge

3rd - 12th Grade

30 Qs

pygame test

pygame test

8th - 12th Grade

29 Qs

Test 6 Python (2024-2025)

Test 6 Python (2024-2025)

6th - 8th Grade

36 Qs

7th Grade: Unit 3 Code.org Lesson 11 & 12 + review of all

7th Grade: Unit 3 Code.org Lesson 11 & 12 + review of all

6th - 8th Grade

35 Qs

iMovie Quiz

iMovie Quiz

6th - 8th Grade

31 Qs

Code.org Unit 3 Lesson 3 &4

Code.org Unit 3 Lesson 3 &4

6th - 8th Grade

30 Qs

Cryptography Quiz

Cryptography Quiz

7th Grade

30 Qs

Python Unit 14 - PyGame Basics

Python Unit 14 - PyGame Basics

Assessment

Quiz

Computers

6th - 8th Grade

Medium

Created by

Tom Riherd

Used 21+ times

FREE Resource

32 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

By what method was this screen created in Python?

Ordinary IDLE screen

Screen created using Tkinter

Screen created using PyGame

Another method.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

By what method was this screen created in Python?

Ordinary IDLE screen

Screen created using Tkinter

Screen created using PyGame

Another method.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

By what method was this screen created in Python?

Ordinary IDLE screen

Screen created using Tkinter

Screen created using PyGame

Another method.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Pygame function used to set up the pygame elements to display items in a game.

init( )

display.set_mode( )

display.update( )

bit( )

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Creates the screen or playing surface window for the game.  Size is set use a tuple with (w,h) for width & height in pixels.

init( )

display.set_mode( )

display.update( )

blit( )

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Draws all the graphics on game surface or window.

init( )

display.set_mode( )

display.update( )

blit( )

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Used to draw or place one image or surface on top of another.

init( )

display.set_mode( )

display.update( )

blit( )

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?