Search Header Logo

Python Programming Quiz

Authored by RAJAT -

Computers

University

Used 3+ times

Python Programming Quiz
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the __init__ method in Python?

To initialize a class object

To terminate a program

To define a static method

To create a generator

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of the following code? print(type(3 + 5.0))

int

float

str

boolean

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is true about Python's None?

It is the same as False.

It is a placeholder for missing or undefined values.

It is equivalent to an empty string.

It is a data type used for integers.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of the following code? my_list = [1, 2, 3, 4] my_list[1:3] = [10, 20] print(my_list)

[1, 10, 20, 4]

[1, 2, 3, 4]

[10, 20, 3, 4]

[1, 10, 20, 3, 4]

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Study the following expression: str = [(1, 1), (2, 2), (3, 3)] What type of data is in this expression?

Array lists

str lists

List of tuples

String type

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of the following Python code? >>> str1 = 'hello' >>> str1[-1:]

hello

h

o

olleh

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is true about Python sets?

Sets are ordered and mutable.

Sets can contain duplicate elements.

Sets are unordered and mutable.

Sets are indexed and immutable.

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?