
7 клас python pygame
Authored by Галина Петрів
Computers, English
7th Grade
Used 14+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
30 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Як називається бібліотека, що використовується для створення ігрових спрайтів, обробки зображень, звуків тощо.
random
os
pygame
pycharm
2.
FILL IN THE BLANK QUESTION
1 min • 1 pt
Як у pygame називається модуль для роботи із шрифтом? Напишіть лише назву модуля
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Як створити об'єкт прямокутник у pygame?
pygame.Rect(...)
pygame.Font(...)
pygame.font.Font(...)
pygame.rect.Rect(...)
4.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
Оберіть всі вірні варіанти використання умовного оператора.
if <умова>:
команди
if <умова>:
команди
else:
команди
while <умова>:
команди
else:
команди
if <умова>:
команди
elif <умова>:
команди
5.
FILL IN THE BLANK QUESTION
1 min • 1 pt
Як у pygame називається модуль, що містить команду для створення вікна застосунку? Вкажіть лише назву.
6.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
Оберіть вірні варіанти імпорту.
from import pygame
pygame import
import pygame
from pygame import *
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Оберіть вірну команду для створення вікна застосунка 500 х 500
scr = pygame.display.set(500, 500)
scr = pygame.display.set_mode(500, 500)
scr = pygame.display.set_mode((500, 500))
scr = pygame.display.set_caption(500, 500)
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?