Week 14 - Tuples

Flashcard
•
Computers
•
9th - 12th Grade
•
Hard
Wayground Content
FREE Resource
Student preview

37 questions
Show all answers
1.
FLASHCARD QUESTION
Front
Mia, Ava, and Mason are having a debate about Python data structures. Mia says both lists and tuples are mutable, Ava thinks lists are mutable whereas tuples are immutable, and Mason believes both lists and tuples are immutable. Who is correct?
Back
Ava: List is mutable whereas tuples are immutable.
2.
FLASHCARD QUESTION
Front
If the number 3 is the clue to the next location in the tuple c = ((7,5),(5,8),(0,-1),(4,3)), how would they refer to it?
Back
c[3][1]
3.
FLASHCARD QUESTION
Front
What is the index of the empty tuple y = () created by Luna?
Back
There is none. It is an empty tuple
4.
FLASHCARD QUESTION
Front
Anika, Nora, and Mia are having a debate. Anika says you can have an empty tuple z = () and an empty string w = []. Nora and Mia are not sure. Who is correct?
Back
Anika
5.
FLASHCARD QUESTION
Front
Given a = "Hello world", what does list(a) do in Python?
Back
It creates a list where each character is an item.
6.
FLASHCARD QUESTION
Front
Liam, Lily, and Benjamin are having a debate. Liam thinks you can have lists inside of tuples and vice versa, but Lily and Benjamin aren't so sure. Who do you think is correct?
Back
Liam
7.
FLASHCARD QUESTION
Front
Which Python statement would replace the second element ('bar') in the tuple t = ('They', 'bar', 'have', 'a', 'pepper') with the string 'quiznos'? Options: t[1] = 'quiznos', t(1) = 'quiznos', t[1:1] = 'quiznos', It's a trick question—tuples can't be modified.
Back
It's a trick question—tuples can't be modified.
Create a free account and access millions of resources
Similar Resources on Wayground
37 questions
Fall Semester Music Appreciation

Flashcard
•
9th - 12th Grade
20 questions
Strings, Lists & Tuples

Flashcard
•
9th - 12th Grade
23 questions
Flashcard Review 8.1 - 8.4

Flashcard
•
9th - 12th Grade
33 questions
Java Programming Fundamentals Flashcard

Flashcard
•
9th - 12th Grade
31 questions
AP CSP - Unit 4 Code.org Review

Flashcard
•
9th - 12th Grade
20 questions
Python - List and Tuples

Flashcard
•
11th - 12th Grade
30 questions
PLTW CSE Essentials - Review for EOC - #3

Flashcard
•
7th - 12th Grade
39 questions
021125 Project STEM Vocabulary and Concepts

Flashcard
•
9th - 12th 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
10 questions
Proper Keyboarding Techniques

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

Lesson
•
5th - 9th 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