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
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?
Similar Resources on Wayground
31 questions
Quiz
•
6th - 10th Grade
35 questions
Scratch coding
Quiz
•
7th - 9th Grade
31 questions
Word Processing Review A
Quiz
•
5th - 9th Grade
30 questions
Computer Fundamentals
Quiz
•
9th - 11th Grade
30 questions
Алгоритмы и исполнители
Quiz
•
6th - 7th Grade
33 questions
Grade 7 Computer Review Quiz
Quiz
•
7th Grade
36 questions
MLA Reports and Personal Business Letters Test Review
Quiz
•
7th Grade
30 questions
BAB 2 MEMBUAT LAPORAN
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
