
Методы списков и их использование

Quiz
•
Other
•
6th Grade
•
Medium
Сергей Кузнецов
Used 4+ times
FREE Resource
8 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Метод insert() вставляет значение в список по указанному индексу. Какой будет результат выполнения кода list = [1,2,3]; list.insert(1,5); print(list)?
[1, 5, 2, 3]
[1, 2, 3, 5]
[5, 1, 2, 3]
[1, 2, 5, 3]
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Какой результат выполнения метода pop() с индексом 1 для списка list = [1,2,3]?
[1, 3]
[2, 3]
[1, 2]
[3, 1]
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Какой будет результат выполнения кода list = [1,2,3]; list.remove(1); print(list)?
[2, 3]
[1, 2, 3]
[1, 3]
[1, 2]
4.
OPEN ENDED QUESTION
3 mins • 1 pt
Как удалить все вхождения элемента в списке?
Evaluate responses using AI:
OFF
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Какой результат выполнения метода sort() для списка list = [1,2,3,1,5,0,2]? Какой будет результат после сортировки?
[0, 1, 1, 2, 2, 3, 5]
[1, 2, 3, 5]
[5, 4, 3, 2, 1]
[1, 2, 3, 0]
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Какой результат выполнения метода extend() для списка list = [1, 2]; list.extend([3, 4]); print(list)?
[1, 2, 3, 4]
[1, 2]
[3, 4]
[1, 3, 4]
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Какой будет результат выполнения кода list = [5, 6, 7]; list.pop(); print(list)?
[5, 6]
[6, 7]
[5, 6, 7]
[7]
8.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Какой результат выполнения метода reverse() для списка list = [3, 2, 1]? Какой будет результат после реверсирования?
[1, 2, 3]
[3, 2, 1]
[2, 1, 3]
[1, 3, 2]
Similar Resources on Wayground
11 questions
Scratch Quiz ADVANCED

Quiz
•
5th - 8th Grade
10 questions
Test-Taking Strategies

Quiz
•
6th Grade
10 questions
How about Trade school?

Quiz
•
6th - 8th Grade
13 questions
CAR & LOGO

Quiz
•
KG - 12th Grade
8 questions
Урок 1

Quiz
•
6th - 8th Grade
12 questions
ФУТБОЛ (М.Балотелли)

Quiz
•
1st Grade - University
11 questions
Books and Categories For Bible

Quiz
•
6th Grade
12 questions
Dude Perfect

Quiz
•
KG - Professional Dev...
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 Other
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Appointment Passes Review

Quiz
•
6th - 8th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
20 questions
Grammar Review

Quiz
•
6th - 9th Grade
12 questions
Continents and the Oceans

Quiz
•
6th Grade
20 questions
Getting to know YOU icebreaker activity!

Quiz
•
6th - 12th Grade
8 questions
Main Idea & Key Details

Quiz
•
3rd - 6th Grade