Python Unit 14 - PyGame Basics

Python Unit 14 - PyGame Basics

6th - 8th Grade

32 Qs

quiz-placeholder

Similar activities

24-25-G7-Fall-Mid-Exam

24-25-G7-Fall-Mid-Exam

7th Grade

34 Qs

Year 6B - Book Reading App -  Smart Fire System

Year 6B - Book Reading App - Smart Fire System

6th Grade

32 Qs

Middle School ICT

Middle School ICT

6th - 8th Grade

28 Qs

Tynker Programming 301 Quiz: Lesson 3-4

Tynker Programming 301 Quiz: Lesson 3-4

6th - 8th Grade

34 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

Data Representation - Images (KS3)

Data Representation - Images (KS3)

7th - 9th 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?