
Tuples Part B
Authored by shilpa keesara
Computers
11th - 12th Grade
Used 3+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
12 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the type of the following variable
aTuple = ("Orange")
print(type(aTuple))
list
tuple
array
str
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of the following code
aTuple = (100, 200, 300, 400, 500)
aTuple[1] = 800
print(aTuple)
TypeError
(100, 800, 200, 300, 400, 500)
(800, 100, 200, 300, 400, 500)
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of the following tuple operation
aTuple = (100, 200, 300, 400, 500)
aTuple.pop(2)
print(aTuple)
(100, 200, 400, 500)
(100, 300, 400, 500)
Error
4.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
What is the output of the following code
aTuple = (100, 200, 300, 400, 500)
print(aTuple[-4:-1])
IndexError: tuple index out of range
(200, 300, 400)
(100,300,500)
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of the following
aTuple = "Yellow", 20, "Red"
a, b, c = aTuple
print(a)
(‘Yellow’, 20, ‘Red’)
TyepeError
Yellow
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of the following
tuple1 = (1120, 'a')
print(max(tuple1))
TypeError
1120
‘a’
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
A Python tuple can also be created without using parentheses
False
True
Access all questions and much more by creating a free account
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
Already have an account?
Similar Resources on Wayground
10 questions
HT3.2- Validation and Reliability
Quiz
•
8th Grade - University
15 questions
MS Word Advance
Quiz
•
9th - 12th Grade
10 questions
Microsoft word
Quiz
•
11th Grade
14 questions
Computational Thinking!
Quiz
•
9th - 12th Grade
15 questions
History of Computers
Quiz
•
6th - 12th Grade
15 questions
Vocabulary of Computer
Quiz
•
12th Grade
15 questions
Asesmen Sumatif
Quiz
•
12th Grade
10 questions
Intro to Windows Server 2012
Quiz
•
12th Grade
Popular Resources on Wayground
15 questions
Fractions on a Number Line
Quiz
•
3rd Grade
20 questions
Equivalent Fractions
Quiz
•
3rd Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
29 questions
Alg. 1 Section 5.1 Coordinate Plane
Quiz
•
9th Grade
22 questions
fractions
Quiz
•
3rd Grade
11 questions
FOREST Effective communication
Lesson
•
KG
20 questions
Main Idea and Details
Quiz
•
5th Grade
20 questions
Context Clues
Quiz
•
6th Grade
Discover more resources for Computers
20 questions
-AR -ER -IR present tense
Quiz
•
10th - 12th Grade
22 questions
El Imperfecto
Quiz
•
9th - 12th Grade
15 questions
ACT Reading Practice
Quiz
•
11th Grade
20 questions
SSS/SAS
Quiz
•
9th - 12th Grade
20 questions
verbos reflexivos en español
Quiz
•
9th - 12th Grade
14 questions
Making Inferences From Samples
Quiz
•
7th - 12th Grade
23 questions
CCG - CH8 Polygon angles and area Review
Quiz
•
9th - 12th Grade
8 questions
Momentum and Collisions
Lesson
•
9th - 12th Grade