Search Header Logo

List, dictionary and tuple

Authored by Philip Roberts

Computers

6th Grade - Professional Development

Used 3+ times

List, dictionary and tuple
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 SELECT QUESTION

20 sec • 1 pt

1. Examples for list data type

[1,2,3,4,5]

['S','H','R','U','T','H','I']

{1:"a",2:"b",3:"c",7:"d"}

('A','B','C','D')

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What’s the main difference between Python lists and tuples?

Lists can hold any data type and tuples can only contain int and str objects.

Lists are immutable and tuples are mutable.

Lists are mutable and tuples are immutable.

Lists are faster and tuples are slower.

Check Your Answer »

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following function is used to count the number of elements in a list ?

count( )

find( )

len( )

index( )

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following statement is not correct

A list is mutable

A tuple is immutable

The append function is used to add an element

The extend function is used in tuples to add elements in a list

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Suppose d = {“john”:40, “peter”:45}, what happens when we try to retrieve a value using the expression d[“susan”]?

Since “susan” is not a value in the set, Python raises a KeyError exception

It is executed fine and no exception is raised, and it returns None

Since “susan” is not a key in the set, Python raises a KeyError exception

Since “susan” is not a key in the set, Python raises a syntax error

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of these pieces of code would return the name "Harry" from the following list?

nameList = ["John", "Harry", "Jesse", "John", "Harry", "Harry"]

nameList()

nameList[1]

NameList(4)

nameList["4"]

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

List items have an index number. In the following list, which item has the index number of 3?

["John", "Harry", "Jesse", "John", "Harry", "Harry"]

"John"

"Harry"

"Jesse"

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?