Python Intermediate Quiz (Including pygame)

Python Intermediate Quiz (Including pygame)

3rd - 12th Grade

20 Qs

quiz-placeholder

Similar activities

Python Basic 1

Python Basic 1

12th Grade

20 Qs

UH Pygame - Vol. 1

UH Pygame - Vol. 1

9th - 12th Grade

20 Qs

Python Mathematical operators quiz Q4_1

Python Mathematical operators quiz Q4_1

7th - 10th Grade

20 Qs

Perangkat Lunak Pengolah Kata

Perangkat Lunak Pengolah Kata

10th Grade

20 Qs

Class 4 Powerpoint Chapter 5

Class 4 Powerpoint Chapter 5

4th Grade

20 Qs

PY LEVEL 2 QUIZ 3

PY LEVEL 2 QUIZ 3

8th - 12th Grade

15 Qs

Python Lists and Tuples

Python Lists and Tuples

11th - 12th Grade

20 Qs

COMPUTER DICTIONARY

COMPUTER DICTIONARY

11th Grade

22 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

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
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?