PS Lists1
Quiz
•
Computers
•
9th - 12th Grade
•
Medium
Tanya Shkutova
Used 32+ times
FREE Resource
9 questions
Show all answers
1.
FILL IN THE BLANK QUESTION
1 min • 1 pt
Cтруктура для упорядоченного хранения данных разных типов:
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Пусть есть список:
students = [‘Иванов’, ‘Петров’, ‘Сидоров’]
Как добавить в список новую фамилию?
students.sort()
students.append(element)
students.remove(element)
element in students
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Пусть есть список:
students = [‘Иванов’, ‘Петров’, ‘Сидоров’]
Как отсортировать список в лексикографическом порядке?
students.sort()
students.append(element)
students.remove(element)
element in students
4.
FILL IN THE BLANK QUESTION
1 min • 1 pt
results = [181, 176, 160, 178, 171, 179, 165]
results[3] = ?
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Пусть есть список:
students = [‘Иванов’, ‘Петров’, ‘Сидоров’]
Как определить, есть ли элемент в списке?
students.sort()
students.append(element)
students.remove(element)
element in students
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Пусть есть список:
marks = [5, 4, 5, 3, 5]
Какую команду к нему применили, если он принял следующий вид:
[3, 4, 5, 5, 5]
marks.append(5)
marks = marks.split(' ')
marks.sort()
marks.remove(4)
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Пусть есть список:
students = [‘Иванов’, ‘Петров’, ‘Сидоров’]
Как удалить фамилию из списка?
students.sort()
students.append(element)
students.remove(element)
element in students
8.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
Пусть есть список:
marks = [5, 4, 5, 3, 5]
Какие команды к нему применили, если он принял следующий вид:
[5, 4, 5, 3, 5, 5, 5]
marks.append(5 + 5)
marks.append(5)
marks.append(5)
marks.sort()
marks + [5, 5]
9.
FILL IN THE BLANK QUESTION
1 min • 1 pt
Какой цикл необходим для перебора элементов списка?
Similar Resources on Wayground
12 questions
Опрацювання текстових даних
Quiz
•
1st - 12th Grade
10 questions
My Sql
Quiz
•
12th Grade
13 questions
Networks - Introduction
Quiz
•
10th Grade
10 questions
What is a computer?
Quiz
•
7th - 9th Grade
10 questions
Augmented Reality
Quiz
•
12th Grade
10 questions
G10 CS Linear Search
Quiz
•
12th Grade
10 questions
Bài 23-Một số lệnh làm việc với dữ liệu danh sách
Quiz
•
10th Grade
10 questions
CSP digi info
Quiz
•
9th Grade
Popular Resources on Wayground
10 questions
Ice Breaker Trivia: Food from Around the World
Quiz
•
3rd - 12th Grade
20 questions
Halloween Trivia
Quiz
•
6th - 8th Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
4 questions
Activity set 10/24
Lesson
•
6th - 8th Grade
22 questions
Adding Integers
Quiz
•
6th Grade
10 questions
How to Email your Teacher
Quiz
•
Professional Development
15 questions
Order of Operations
Quiz
•
5th Grade
30 questions
October: Math Fluency: Multiply and Divide
Quiz
•
7th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials
Interactive video
•
6th - 10th Grade
20 questions
Six Weeks Test 2 Review
Lesson
•
9th - 12th Grade
12 questions
Overview of Mexico Part 1
Lesson
•
9th - 12th Grade
16 questions
Lesson 3.5 - If Structures Practice
Quiz
•
11th Grade
10 questions
Exploring Computer Hardware and Software Components
Interactive video
•
6th - 10th Grade
