Python Quiz

Python Quiz

University

30 Qs

quiz-placeholder

Similar activities

PYTHON CONTERST 3

PYTHON CONTERST 3

University

25 Qs

PYTHON PROGRAMMING STRING Q6

PYTHON PROGRAMMING STRING Q6

University

25 Qs

python_quiz

python_quiz

University

25 Qs

Python Programming

Python Programming

University

25 Qs

python collection

python collection

University

29 Qs

PYTHON CONTEST 2

PYTHON CONTEST 2

University

25 Qs

TECH_IQ_HUNT ROUND

TECH_IQ_HUNT ROUND

University

25 Qs

Quiz 2

Quiz 2

University

25 Qs

Python Quiz

Python Quiz

Assessment

Quiz

Computers

University

Hard

Created by

2111CS020442 PRADEEP

Used 1+ times

FREE Resource

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

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?