Python 6 topic (lists and dictionaries)

Quiz
•
Computers
•
5th - 12th Grade
•
Hard
Elena Simankova
Used 18+ times
FREE Resource
32 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Какое из этих определений является лучшим описанием списка в Python?
Список представляет собой набор данных, который имеет порядок и может быть изменен
В списке много переменных
Список используется для покупок
Список представляет собой набор данных, который не может содержать одинаковые типы данных и не может быть изменен
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Выберите правильный код для создания списка имен
nameList = John, Harry, Jesse, John, Harry, Harry
nameList = ("John", "Harry", "Jesse", "John", "Harry", "Harry")
nameList = ["John", "Harry", "Jesse", "John", "Harry", "Harry"]
nameList = [John, Harry, Jesse, John, Harry, Harry]
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Каждый элемент списка имеет свой порядковый номер.
Какой элемент имеет индекс 3?
nameList = ["John", "Harry", "Jesse", "Ron", "Harry", "Hermione"]
"Ron"
"Harry"
"Jesse"
"Hermione"
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Какой код вернет имя «Harry» из следующего списка?
nameList = ["John", "Harry", "Jesse", "Ron", "Harry", "Hermione"]
nameList()
nameList[1]
NameList(4)
nameList["4"]
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
nameList = ["John", "Harry", "Jesse", "Ron", "Harry", "Hermione"]
В конец списка нужно добавить еще одно имя - "Felipe". Выберите верный вариант
nameList.append(Felipe)
append(nameList,"Felipe")
nameList.append["Felipe",7]
nameList.append("Felipe")
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Что будет в результате запуска этого кода?
team = “Manchester United”
letter = team[5]
print(letter)
M
d
e
error
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Что будет в результате?
name = “Alison”
number = len(name)
print(number)
4
5
6
7
Create a free account and access millions of resources
Similar Resources on Wayground
30 questions
Алгоритмизация. Исполнитель Чертёжник

Quiz
•
8th Grade
30 questions
Компьютер

Quiz
•
7th Grade
31 questions
Урок 10

Quiz
•
9th - 12th Grade
30 questions
История развития вычислительной техники

Quiz
•
7th - 10th Grade
37 questions
Web-сайт

Quiz
•
8th - 9th Grade
28 questions
PYTHON 2024 (1)

Quiz
•
9th - 12th Grade
33 questions
HTML формы

Quiz
•
7th - 11th Grade
30 questions
ЕНТ 2023

Quiz
•
11th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

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

Interactive video
•
6th - 10th Grade
20 questions
typing

Quiz
•
6th Grade
18 questions
Company Logos

Quiz
•
6th - 8th Grade
10 questions
Proper Keyboarding Techniques

Interactive video
•
6th - 10th Grade
14 questions
Inputs and Outputs: Computer Science Intro

Lesson
•
5th - 9th Grade
20 questions
Input, Output, Processing or Storage

Quiz
•
5th - 6th Grade
10 questions
Understanding Computers: Hardware, Software, and Operating Systems

Interactive video
•
7th - 12th Grade
29 questions
AP CSP Unit 2 Review (Code.org)

Quiz
•
10th - 12th Grade