Python L3 (MS) Lesson 5

Python L3 (MS) Lesson 5

6th Grade

6 Qs

quiz-placeholder

Similar activities

Python L2- Quiz 5

Python L2- Quiz 5

5th - 12th Grade

5 Qs

Python L2- Quiz 4

Python L2- Quiz 4

5th - 12th Grade

6 Qs

Списки Python + Pygame

Списки Python + Pygame

KG - University

10 Qs

Управление персонажем с клавиатуры

Управление персонажем с клавиатуры

KG - 9th Grade

10 Qs

3.1 & 3.2 Test

3.1 & 3.2 Test

6th - 8th Grade

11 Qs

VB Quiz

VB Quiz

5th Grade - University

10 Qs

Python L2- Quiz 7

Python L2- Quiz 7

5th - 12th Grade

6 Qs

FORMATTING IN MS WORD

FORMATTING IN MS WORD

2nd - 10th Grade

10 Qs

Python L3 (MS) Lesson 5

Python L3 (MS) Lesson 5

Assessment

Quiz

Computers

6th Grade

Hard

Created by

Jerry Xiao

FREE Resource

6 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is pygame?

Pygame is a set of Python modules for writing video games.
Pygame is a tool for editing images and photos.
Pygame is a programming language used for web development.
Pygame is a software for creating 3D animations.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In what form is input received in pygame?

Float

Boolean

Event

Function

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When playing snake, which direction can you not move?

right
up
left
opposite direction

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does pygame.display.update() do?

It updates the contents of a specific area in the display window.
It updates the contents of the entire display window to the screen.
It closes the display window.
It changes the background color of the display window.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does pygame.time.Clock.tick() do?

Sets the background color of the game
Controls the frame rate of the game
Plays a sound effect in the game
Moves the game character to a specific position

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you set a font in pygame?

Initialize the pygame.font module, create a Font object, and use it to render text onto a surface.
Create a Surface object and set its font property to the desired font.
Import the pygame.font module and use the set_font() function.
Use the set_font() method of the pygame module.