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
30 questions
Электронные таблицы
Quiz
•
10th Grade
33 questions
prep 3 ch 2 num 1
Quiz
•
9th Grade
33 questions
CSE Unit 2 Project Design; Design Process
Quiz
•
9th Grade
28 questions
Chapter13: Assessment
Quiz
•
7th Grade - Professio...
30 questions
9th_1st quarter Excel Examination
Quiz
•
9th Grade
27 questions
Mind map
Quiz
•
10th Grade
35 questions
Tugas Scratch Kelas 7 - 24042024
Quiz
•
7th Grade
30 questions
Coding Terms
Quiz
•
6th - 8th Grade
Popular Resources on Wayground
10 questions
Ice Breaker Trivia: Food from Around the World
Quiz
•
3rd - 12th Grade
20 questions
MINERS Core Values Quiz
Quiz
•
8th Grade
10 questions
Boomer ⚡ Zoomer - Holiday Movies
Quiz
•
KG - University
25 questions
Multiplication Facts
Quiz
•
5th Grade
22 questions
Adding Integers
Quiz
•
6th Grade
20 questions
Multiplying and Dividing Integers
Quiz
•
7th Grade
10 questions
How to Email your Teacher
Quiz
•
Professional Development
15 questions
Order of Operations
Quiz
•
5th Grade
Discover more resources for Computers
19 questions
Halloween Trivia
Lesson
•
3rd - 5th Grade
18 questions
Company Logos
Quiz
•
6th - 8th Grade
10 questions
Exploring Digital Citizenship Essentials
Interactive video
•
6th - 10th Grade
20 questions
Understanding Computer Systems and Components
Quiz
•
9th Grade
11 questions
The Importance and Uses of Presentation Software
Quiz
•
8th Grade
12 questions
Overview of Mexico Part 1
Lesson
•
9th - 12th Grade
10 questions
Microsoft Word Ribbon basics
Quiz
•
3rd - 8th Grade
8 questions
Canadian History
Lesson
•
9th - 12th Grade
