Last_Session

Last_Session

6th - 8th Grade

16 Qs

quiz-placeholder

Similar activities

Python Review

Python Review

7th - 8th Grade

17 Qs

Python basics

Python basics

7th - 10th Grade

18 Qs

Python KS3

Python KS3

8th Grade

17 Qs

Python_2R

Python_2R

KG - Professional Development

20 Qs

Python

Python

8th Grade

20 Qs

Python basics yr7

Python basics yr7

6th - 9th Grade

20 Qs

Python Basics

Python Basics

6th - 7th Grade

15 Qs

Python

Python

8th Grade

20 Qs

Last_Session

Last_Session

Assessment

Quiz

Computers

6th - 8th Grade

Hard

Created by

Mohamed Hany

FREE Resource

16 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 15 pts

In pygame:

Where is the origin point (0,0) for the window?

The center of the window

Top Right Corner

Top Left Corner

Top Center Point

2.

MULTIPLE CHOICE QUESTION

30 sec • 15 pts

What is the data type of the object below:

L = [1, 22, "a", "Hello, 12]

List

Tuple

Dictionary

Set

3.

MULTIPLE CHOICE QUESTION

30 sec • 15 pts

pygame.init()

This statement stands for:

initialize all imported pygame modules

uninitialize all pygame modules

Set the size of the window

Set the caption of the window

4.

MULTIPLE CHOICE QUESTION

30 sec • 15 pts

What is the output of the following program:

print('abcdef'.replace('cf','12')

ab1de2

abcdef

ab1def

ab12de

5.

MULTIPLE CHOICE QUESTION

30 sec • 15 pts

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

pygame.display.set_mode()

None

pygmae.display.set_size()

pygame.display.set_screen()

6.

MULTIPLE CHOICE QUESTION

30 sec • 15 pts

Which function is used to set the text position in the screen?

gamewindow.blit()

gamewindow.render()

gamewindow.set_position()

None

7.

MULTIPLE CHOICE QUESTION

30 sec • 15 pts

Media Image

What is the output of the following program:

8

16

Indentation Error

Runtime Erroe

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?