
Вопросы по Python

Quiz
•
Computers
•
11th Grade
•
Medium
Rasul Abdikerimov
Used 1+ times
FREE Resource
16 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Как объявить класс в Python?
class MyClass:
def MyClass:
new MyClass:
function MyClass:
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Какой метод вызывается при создании объекта класса?
__main__
__start__
__init__
__create__
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Как правильно вызвать родительский метод внутри дочернего класса?
super().method()
parent.method()
self.method()
method.super()
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Какой из этих операторов используется для создания наследования?
:
->
extends
()
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Как передать аргументы в __init__ метод при создании объекта?
obj = MyClass()
obj = MyClass(arg1, arg2)
obj = MyClass.__init__(arg1, arg2)
obj = MyClass.new(arg1, arg2)
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Какой ключевой слово используется для указания пустого блока кода?
super
None
pass
empty
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Можно ли создать объект класса без определения __init__?
Да
Нет
Create a free account and access millions of resources
Similar Resources on Wayground
20 questions
Kuis Pilihan Ganda PBO

Quiz
•
11th Grade
20 questions
Repaso PHP Avanzado

Quiz
•
9th - 12th Grade
15 questions
Большое Повторение C#

Quiz
•
5th Grade - University
15 questions
Тест по программированию

Quiz
•
11th Grade
15 questions
brawl stars

Quiz
•
KG - Professional Dev...
12 questions
Java Script 1.4. Массивы

Quiz
•
1st - 12th Grade
12 questions
Roblox

Quiz
•
5th Grade - University
15 questions
Python - тест

Quiz
•
1st - 12th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade