Python Intermediate Quiz (Including pygame)

Python Intermediate Quiz (Including pygame)

3rd - 12th Grade

20 Qs

quiz-placeholder

Similar activities

Excel

Excel

5th - 6th Grade

15 Qs

# REVIEW 1 DATA TYPES

# REVIEW 1 DATA TYPES

10th Grade

15 Qs

DATA ANALYTICS USING EXCEL

DATA ANALYTICS USING EXCEL

7th Grade

15 Qs

UH 1 Ms. Excel

UH 1 Ms. Excel

7th - 9th Grade

21 Qs

QBASIC

QBASIC

6th Grade

20 Qs

TIK Kelas 6 Latihan 2

TIK Kelas 6 Latihan 2

6th Grade

20 Qs

LATIHAN INFORMATIKA

LATIHAN INFORMATIKA

9th Grade

18 Qs

Basics of spreadsheet

Basics of spreadsheet

12th Grade

15 Qs

Python Intermediate Quiz (Including pygame)

Python Intermediate Quiz (Including pygame)

Assessment

Quiz

Computers

3rd - 12th Grade

Hard

Created by

Yasir Jafri

Used 40+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function of pygame is used to set the title ?

pygame.display.set_title()

pygame.display.set_caption()

pygame.display.title()

none

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which pygame function is used to set the size of the window?

pygame.display.set_mode()

pygame.display.set_size()

pygame.display.set_screen()

none

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function in pygame is used to make changes to the window ?

pygame.display.change()

pygame.display.change()

pygame.window.update()

pygame.display.update()

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the following command do?

pygame.image.load()

Displays an image on the window

Loads an image from a file

Updates the window

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can we load a sound file in pygame?

pygame.add.Sound()

pygame.sound.load()

pygame.mixer.sound()

pygame.mixer.Sound()

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which operator returns the remainder from division

division

exponents

boolean

modulus

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

people = ["John", "Rob", "Bob"]

print (people[1])

what would this result be?

John
Rob
Bob

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?