Which of these is the best description of a list in Python? A list is a collection of data that has an order and can be changed, A list is a lot of variables, A list is used for shopping, A list is a collection of data that cannot hold duplicated data and cannot be changed

Python Basic Flashcard 5 ( Lists and Tuples)

Flashcard
•
Other
•
6th - 8th Grade
•
Hard
Quizizz Content
FREE Resource
Student preview

9 questions
Show all answers
1.
FLASHCARD QUESTION
Front
Back
A list is a collection of data that has an order and can be changed
2.
FLASHCARD QUESTION
Front
Which of these is the correct code for creating a list of names? Options: 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]
Back
nameList = ["John", "Harry", "Jesse", "John", "Harry", "Harry"]
3.
FLASHCARD QUESTION
Front
In the following list, which item has the index number of 3?
["John", "Harry", "Jesse", "John", "Harry", "Harry"]
Back
"John"
4.
FLASHCARD QUESTION
Front
Which of these pieces of code would return the name "Harry" from the following list? nameList = ["John", "Harry", "Jesse", "John", "Harry", "Harry"] Options: nameList(), nameList[1], NameList(4), nameList["4"]
Back
nameList[1]
5.
FLASHCARD QUESTION
Front
For tuples and list which is correct?
Back
List is mutable whereas tuples are immutable.
6.
FLASHCARD QUESTION
Front
Which is a correctly declared tuple? Options: a = ("orange", "yellow", "red"), a = "orange", "yellow", "red", a = ["orange", "yellow", "red"], a = "orangeyellowred"
Back
a = ("orange", "yellow", "red")
7.
FLASHCARD QUESTION
Front
Can you have an empty tuple z = () or an empty string w = []?
Back
yes
8.
FLASHCARD QUESTION
Front
If L1=[2,4,8,16], L2=[32,64] what is L1+L2?
Back
[2,4,8,16,32,64]
9.
FLASHCARD QUESTION
Front
Suppose list1 is [1, 3, 2], What is list1 * 2 ?
Back
[1, 3, 2, 1, 3, 2]
Similar Resources on Quizizz
9 questions
The Declaration of Independence

Flashcard
•
6th - 8th Grade
8 questions
ESL Airport Review

Flashcard
•
6th - 8th Grade
10 questions
Harry Potter and the Sorcerer's Stone - Chapter 4

Flashcard
•
8th Grade
9 questions
Lists and Tuples

Flashcard
•
KG
7 questions
Harry Potter Fan Club

Flashcard
•
6th - 8th Grade
10 questions
Harry Potter

Flashcard
•
5th - 8th Grade
10 questions
Parts of Resume Vocabulary Quick-Check

Flashcard
•
6th - 8th Grade
9 questions
Harry Potter and the Sorcerer's Stone

Flashcard
•
KG - 9th Grade
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade
Discover more resources for Other
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade
20 questions
Final Exam Vocabulary

Quiz
•
6th Grade
17 questions
Parts of Speech

Quiz
•
7th - 12th Grade
11 questions
Decimal/fraction conversions quick check

Quiz
•
5th - 7th Grade
10 questions
Identifying equations

Quiz
•
KG - University
44 questions
El fin del año- 7th

Quiz
•
7th - 12th Grade
40 questions
Word Study Assessment: Roots, Prefixes, Suffixes, and Vocabulary

Quiz
•
8th Grade
49 questions
How Well Do You Know Your 6th Grade Teachers?

Quiz
•
6th Grade