Python L3 (MS) Lesson 5

Python L3 (MS) Lesson 5

6th Grade

6 Qs

quiz-placeholder

Similar activities

Format Cells in Excel

Format Cells in Excel

6th Grade - Professional Development

10 Qs

Python L2 Quiz 1

Python L2 Quiz 1

5th - 10th Grade

7 Qs

Python Term 2 - Quiz 2

Python Term 2 - Quiz 2

6th - 8th Grade

9 Qs

Ms Word: Formatting Text & Image

Ms Word: Formatting Text & Image

1st - 12th Grade

10 Qs

Game Design 1

Game Design 1

KG - 12th Grade

5 Qs

HTML - Y7

HTML - Y7

6th - 8th Grade

10 Qs

Design specifications

Design specifications

6th - 10th Grade

10 Qs

More on MS Word 2013

More on MS Word 2013

6th 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.