Tuples in Python

Quiz
•
Computers
•
9th Grade
•
Medium
ALAA NUMAN
Used 22+ times
FREE Resource
9 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Lists and Tuples are the same
True
False
2.
MULTIPLE SELECT QUESTION
45 sec • 2 pts
Which of the following sentences are correct?(select 2 options)
tuples can be modified at any time.
tuples used to save multi values.
tuples used to save single values.
tuples can not be modified at any time.
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
a= "ICT", "HARDWARE","SOFTWARE", "NETWORK"
which of the following blocks will be used to print "SOFTWARE"
print(a[0])
print(a[1])
print(a[2])
print(a[3])
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the difference between a list and a tuple?
A list is mutable, while a tuple is immutable
A list can contain different data types, while a tuple can only contain one data type
A list is ordered, while a tuple is unordered
There is no difference
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output of the following code?
my_tuple = (1, 2, 3, 4, 5)
print(my_tuple[1:4])
(2, 3, 4)
(1, 2, 3, 4)
(2, 3, 4, 5)
(1, 2, 3)
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output of the following code?
my_tuple = (1, 2, 3, 4, 5)
print(my_tuple[-2])
1
2
3
4
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output of the following code?
my_list = [1, 2, 3, 4, 5]
print(my_list[-3])
3
2
4
5
8.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Are lists mutable in Python?
Yes
No
9.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output of the following code?
my_tuple = (5, 4, 3, 2, 1)
print(my_tuple[3])
2
3
4
5
Similar Resources on Wayground
10 questions
Guided Note 5.3 For Loop and List

Quiz
•
9th - 12th Grade
10 questions
Питон тест

Quiz
•
9th Grade
10 questions
Python - Operators and Conditional Statement

Quiz
•
3rd - 10th Grade
7 questions
Python Packing & Unpacking Review

Quiz
•
9th - 12th Grade
10 questions
HTML Basics

Quiz
•
8th - 10th Grade
10 questions
Python Concepts

Quiz
•
9th Grade
14 questions
9.1.2 - Starter Quiz

Quiz
•
7th - 11th Grade
10 questions
Data structures, operators and variables

Quiz
•
9th - 12th Grade
Popular Resources on Wayground
18 questions
Writing Launch Day 1

Lesson
•
3rd Grade
11 questions
Hallway & Bathroom Expectations

Quiz
•
6th - 8th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
40 questions
Algebra Review Topics

Quiz
•
9th - 12th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
19 questions
Handbook Overview

Lesson
•
9th - 12th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade
Discover more resources for Computers
40 questions
Algebra Review Topics

Quiz
•
9th - 12th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
19 questions
Handbook Overview

Lesson
•
9th - 12th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade
24 questions
Scientific method and variables review

Quiz
•
9th Grade
10 questions
Characteristics of Life

Quiz
•
9th - 10th Grade
19 questions
Mental Health Vocabulary Pre-test

Quiz
•
9th Grade
14 questions
Points, Lines, Planes

Quiz
•
9th Grade