Python Unit 14 - PyGame Basics

Python Unit 14 - PyGame Basics

6th - 8th Grade

32 Qs

quiz-placeholder

Similar activities

Chromebook Shortcuts

Chromebook Shortcuts

2nd - 12th Grade

27 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

Unit 9.1 - Textual Programming

Unit 9.1 - Textual Programming

8th Grade - University

35 Qs

CSD II - Unit 3  Chapter1 2021

CSD II - Unit 3 Chapter1 2021

8th Grade

34 Qs

St Michael's  - Year 8 - Advanced Small Basic

St Michael's - Year 8 - Advanced Small Basic

8th Grade

33 Qs

Data Representation - Images (KS3)

Data Representation - Images (KS3)

7th - 9th Grade

30 Qs

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

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

7th Grade

36 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?