Python Unit 14 - PyGame Basics

Python Unit 14 - PyGame Basics

6th - 8th Grade

32 Qs

quiz-placeholder

Similar activities

2122 Small Basic

2122 Small Basic

7th - 9th Grade

35 Qs

Пајтон-квиз број 15

Пајтон-квиз број 15

7th Grade

36 Qs

Shapes, Variables, and More

Shapes, Variables, and More

8th Grade

35 Qs

Basic java script questions

Basic java script questions

6th - 8th Grade

36 Qs

Year 8 CS Autumn Review

Year 8 CS Autumn Review

8th Grade

30 Qs

QB64 Sound and Graphics Quiz

QB64 Sound and Graphics Quiz

7th Grade

36 Qs

7 клас python pygame

7 клас python pygame

7th Grade

30 Qs

الصف الثامن للشعب ( أ+ ب )

الصف الثامن للشعب ( أ+ ب )

8th Grade

35 Qs

Python Unit 14 - PyGame Basics

Python Unit 14 - PyGame Basics

Assessment

Quiz

Computers

6th - 8th Grade

Medium

Created by

Tom Riherd

Used 18+ 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?