Який об'єкт Python являється невпорядкованою змінною послідовністю?
Python: списки, кортеж, словник, множина

Quiz
•
Computers
•
9th - 12th Grade
•
Hard
Olga Maksimenko
Used 15+ times
FREE Resource
14 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Список (list)
Множина (set)
Словник (dict)
Кортеж (tuple)
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Можна змінити значення у кортежі?
Так
Ні
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Яка функція може визначити кількість елементів у об'єктах список, множина, кортеж, словник?
range()
print()
list()
len()
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Правильне видалення елемента словника?
dict1 ={"good": 4, "great": 5, "excellent": 6}
dict1.pop()
del dict1["great"]
dict1.del(4)
pop dict1["good"]
5.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
Є список food. Що виведе програма?
[1, 101, 20]
[1, 21, 41, 61, 81]
[1, 1, 1, 1, 1]
[20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20]
6.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
Варіанти створення пустого кортежу?
a = tuple()
a = list()
a = ()
a = []
7.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
Варіанти створення пустого списку?
a = tuple()
a = list()
a = ()
a = []
Create a free account and access millions of resources
Similar Resources on Quizizz
15 questions
Python Revision Tour - I

Quiz
•
12th Grade
11 questions
DIctionary

Quiz
•
11th Grade
10 questions
PCEP 3C: Collect and process data using tuples

Quiz
•
12th Grade
14 questions
Python Lambda Functions

Quiz
•
12th Grade
10 questions
Python lists and tuples

Quiz
•
12th Grade
10 questions
Питон тест

Quiz
•
9th Grade
10 questions
Dictionary in Python

Quiz
•
11th - 12th Grade
10 questions
Python Quiz for Grade 11 List, Tuple & Strings

Quiz
•
11th Grade
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade
Discover more resources for Computers
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
20 questions
Taxes

Quiz
•
9th - 12th Grade
17 questions
Parts of Speech

Quiz
•
7th - 12th Grade
20 questions
Chapter 3 - Making a Good Impression

Quiz
•
9th - 12th Grade
20 questions
Inequalities Graphing

Quiz
•
9th - 12th Grade
10 questions
Identifying equations

Quiz
•
KG - University