Тест зі списків у Python

Quiz
•
Computers
•
10th Grade
•
Medium
Olga Maksimenko
Used 13+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
Як створити порожній список?
L = ()
L = {}
L = list()
L = []
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Як додати елемент 'green' в кінець списку L?
L.extend('green')
L.append('green')
L.add('green')
L.insert('green')
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Як замінити елемент 'green' на 'yellow' у списку L?
L.change('green', 'yellow')
L.swap('green', 'yellow')
L[2] = 'yellow'
L.replace('green', 'yellow')
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Як видалити останній елемент зі списку L?
L.remove(-1)
L.pop()
L.clear()
L.delete(-1)
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Як відсортувати список L за зростанням?
L.sort()
L.order()
L.arrange()
L.shuffle()
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Як отримати індекс елемента 'yellow' у списку L?
L.search('yellow')
L.find('yellow')
L.locate('yellow')
L.index('yellow')
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Яка функція поверне кількість елементів у списку L?
count(L)
length(L)
size(L)
len(L)
Create a free account and access millions of resources
Similar Resources on Wayground
11 questions
Інформаційні технології в суспільстві

Quiz
•
10th Grade
14 questions
10 клас, списки

Quiz
•
10th Grade
12 questions
Веб-сервер і база даних (Веб-технології)

Quiz
•
10th Grade
12 questions
Безпека в інтернет

Quiz
•
10th Grade
12 questions
Інформаційна безпека

Quiz
•
10th Grade
12 questions
Роль електронних медійних засобів в житті людини (10 клас)

Quiz
•
10th Grade
12 questions
Характеристики зображення та засобів його відтворення

Quiz
•
1st - 12th Grade
8 questions
GIMP. Шари

Quiz
•
10th 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
Appointment Passes Review

Quiz
•
6th - 8th 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
20 questions
Grammar Review

Quiz
•
6th - 9th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
17 questions
[AP CSP] Binary Number System

Lesson
•
9th - 12th Grade
15 questions
1.1 Network Fundamentals Quiz

Quiz
•
10th Grade
20 questions
Understanding Information Processing Cycle

Quiz
•
10th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade