Python Programming Quiz

Python Programming Quiz

University

15 Qs

quiz-placeholder

Similar activities

STM 2013 : FORMATIF T3-FORM & REPORT

STM 2013 : FORMATIF T3-FORM & REPORT

University

20 Qs

Tes Awal Modul 5 CC

Tes Awal Modul 5 CC

University

10 Qs

CodeMonkey for B.Ed IT

CodeMonkey for B.Ed IT

University

10 Qs

Relational Algebra and Calculus

Relational Algebra and Calculus

University

20 Qs

Computational Thinking in Python[Quiz 3]

Computational Thinking in Python[Quiz 3]

University

15 Qs

TOOLS FOR AD & TECHNOLOGY DEVELOPMENT (W4-W6)

TOOLS FOR AD & TECHNOLOGY DEVELOPMENT (W4-W6)

University

10 Qs

Cloud Review Quiz

Cloud Review Quiz

University

20 Qs

Understanding Email, Contacts and Calendaring

Understanding Email, Contacts and Calendaring

University

10 Qs

Python Programming Quiz

Python Programming Quiz

Assessment

Quiz

Computers

University

Practice Problem

Hard

Created by

ABINAYA 2022-2026

Used 1+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you find the number of elements in a tuple named `my_tuple`?

my_tuple.size()

length(my_tuple)

my_tuple.length()

len(my_tuple)

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you access the value associated with the key `'name'` in a dictionary named `person`?

person['name']

person.get('name')

person['name']

    and person.get('name')

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which method is used to find the index of an element in a tuple?

find()

index()

locate()

search()

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you find the length of a list named `items`?

len(items)

items.size()

items.length()

length(items)

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you access the first element of a list named `fruits`?

fruits[0]

fruits[1]

fruits[first]

fruits.get(0)

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you add the element `5` to the end of a list named `numbers`?

numbers.add(5)

numbers.append(5)

numbers.insert(5)

numbers.extend(5)

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which method returns a list of all keys in a dictionary named `person`?

person.keys()

person.all_keys()

person.get_keys()

person.list_keys()

Create a free account and access millions of resources

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?