Python Pygame

Python Pygame

12th Grade

22 Qs

quiz-placeholder

Similar activities

quizz tkinter

quizz tkinter

11th Grade - University

20 Qs

ICT WEBINAR QUIZ

ICT WEBINAR QUIZ

KG - Professional Development

20 Qs

Week 11 Quiz 2

Week 11 Quiz 2

10th Grade - University

20 Qs

Personal Finance 3.01-3.07 Review Quiz

Personal Finance 3.01-3.07 Review Quiz

9th - 12th Grade

20 Qs

Aplikom

Aplikom

1st Grade - University

20 Qs

PPG 25 Feb 2022

PPG 25 Feb 2022

12th Grade

19 Qs

sistem komputer

sistem komputer

12th Grade

20 Qs

IT (data, viruses and more)

IT (data, viruses and more)

8th Grade - Professional Development

20 Qs

Python Pygame

Python Pygame

Assessment

Quiz

Computers

12th Grade

Practice Problem

Hard

Created by

Динара Тлеккабылова

Used 50+ times

FREE Resource

AI

Enhance your content in a minute

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

22 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do I import the pygame library?

import pygame

pygame.init()

surface = pygame.display.set_mode((400,300))

pygame.display.flip()

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do I initialize the pygame?

import pygame

pygame.init()

surface = pygame.display.set_mode((400,300))

pygame.display.flip()

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do I initialize the surface?

import pygame

pygame.init()

surface = pygame.display.set_mode((400,300))

pygame.display.flip()

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do I update the screen?

import pygame

pygame.init()

surface = pygame.display.set_mode((400,300))

pygame.display.flip()

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does display.flip() do?

will update the contents of the entire display

allows to update a portion of the screen, instead of the entire area of the screen

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does display.update() do?

will update the contents of the entire display

allows to update a portion of the screen, instead of the entire area of the screen

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can I check for an event if a user has pushed any event in the queue?

run = False

for event in pygame.event.get():

if event.type == pygame.QUIT:

running = True

run = True

for event in pygame.event.get():

if event.type == pygame.QUIT:

 running = False

for event in pygame.event.pos():

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

Already have an account?