Search Header Logo

Python Quiz

Authored by 2111CS020442 PRADEEP

Computers

University

Used 1+ times

Python Quiz
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following is used to comment multiple lines in Python?

#

//

''' '''

/* */

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Explain the differences between == and is operators in Python.

== compares the values of two objects, is compares their memory addresses.

== is used for assignment, is is used for comparison.

== is used for shallow comparison, is is used for deep comparison.

== performs type coercion, is does not.

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

What is the output of the following code?

x is greater than y

x is less than y

x is equal to y

Error

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the purpose of the pass statement in Python loops or conditional statements?

It is used to raise an exception

It is used to define a placeholder for future code

It is used to break out of a loop

It is used to skip the current iteration of a loop

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following statements is true about the lambda keyword in Python?

It is used to define a block of code that will be executed if a condition is true

It is used to define a function in a single line without a name

It is used to raise an exception

It is used to define a class

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the output of 5 / 2 in Python?

2.5

2

2.9

Error

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

What is the output of the following code?

Media Image
Media Image
Media Image
Media Image

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

Microsoft

Continue with Microsoft

or continue with

Facebook

Facebook

Apple

Apple

Others

Others

Already have an account?