9 клас. Дії над списками у мові програмування Python
Quiz
•
Information Technology (IT)
•
9th Grade
•
Hard
Елена Середа
Used 3+ times
FREE Resource
Enhance your content in a minute
7 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Що таке список у мові програмування Python?
Послідовність символів
Впорядкована послідовність об'єктів
Числова змінна
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Які з наступних типів даних можуть бути елементами списку в Python?
Числа
Рядки
Інші списки
Всі відповіді вірні
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Який синтаксис використовується для створення порожнього списку в Python?
empty_list = ()
empty_list = []
empty_list = {}
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Що станеться, якщо один і той самий список присвоїти двом різним змінним і змінити один з них?
Зміни відбудуться тільки в одній змінній
Зміни відбудуться в обох змінних
Жодних змін не буде
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Який результат буде після виконання наступного коду?
a = [1, 2, 3]
b = a
a[0] = 'new'
print(b)
[1, 2, 3]
['new', 2, 3]
[0, 2, 3]
6.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
Код, який об'єднає два списки [1, 2, 3] і [4, 5, 6] та виведе результат?
a = [1, 2, 3]
b = [4, 5, 6]
print(a+b)
a = [1, 2, 3]
b = [4, 5, 6]
print(b+a)
a = [1, 2, 3]
b = [4, 5, 6]
print(a*b)
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Код, який додасть новий елемент у список на вказану позицію?
a = [1, 2, 3, 4, 5, 6]
a[2] = 6
print(a)
a = [1, 2, 3, 4, 5, 6]
a.append(2, 6)
print(a)
a = [1, 2, 3, 4, 5, 6]
a.insert(2, 6)
print(a)
Similar Resources on Wayground
10 questions
Informatika saat ini & di masa depan
Quiz
•
9th - 12th Grade
12 questions
ASAS INFORMATIKA IX 2425
Quiz
•
9th Grade
10 questions
CONCEPTOS ARDUINO
Quiz
•
1st Grade - University
10 questions
1.2 Algoritma SK T4
Quiz
•
9th Grade - University
11 questions
Quiz aula 3
Quiz
•
9th - 12th Grade
9 questions
DT3 Mesuring and Storing Data
Quiz
•
9th - 10th Grade
12 questions
Фільтрація та сортування даних у таблицях
Quiz
•
9th Grade
10 questions
Quis media digital di media sosial (facebook)
Quiz
•
9th Grade
Popular Resources on Wayground
10 questions
Honoring the Significance of Veterans Day
Interactive video
•
6th - 10th Grade
10 questions
Exploring Veterans Day: Facts and Celebrations for Kids
Interactive video
•
6th - 10th Grade
19 questions
Veterans Day
Quiz
•
5th Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
15 questions
Circuits, Light Energy, and Forces
Quiz
•
5th Grade
6 questions
FOREST Self-Discipline
Lesson
•
1st - 5th Grade
7 questions
Veteran's Day
Interactive video
•
3rd Grade
20 questions
Weekly Prefix check #2
Quiz
•
4th - 7th Grade
Discover more resources for Information Technology (IT)
10 questions
Honoring the Significance of Veterans Day
Interactive video
•
6th - 10th Grade
10 questions
Exploring Veterans Day: Facts and Celebrations for Kids
Interactive video
•
6th - 10th Grade
10 questions
Understanding Meiosis
Interactive video
•
6th - 10th Grade
10 questions
Exploring the Origins of Veterans Day
Interactive video
•
6th - 10th Grade
28 questions
Ser vs estar
Quiz
•
9th - 12th Grade
15 questions
Two Step Equations
Quiz
•
9th Grade
7 questions
Combining & Revising Sentences- EOC English I Crunchtime
Quiz
•
9th - 10th Grade
19 questions
Explore Triangle Congruence and Proofs
Quiz
•
9th - 12th Grade
