Search Header Logo

Tuples in Python

Authored by ALAA NUMAN

Computers

9th Grade

Used 24+ times

Tuples in Python
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

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

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?