Python Quiz

Python Quiz

University

30 Qs

quiz-placeholder

Similar activities

Quiz 1 - PF101 - Python Numbers and String

Quiz 1 - PF101 - Python Numbers and String

University

30 Qs

Introduction to Python

Introduction to Python

KG - University

25 Qs

Computer Pretest1(Python Grade7_t1)

Computer Pretest1(Python Grade7_t1)

3rd Grade - University

30 Qs

Python EXPRESSION

Python EXPRESSION

University

25 Qs

Workshop Quiz

Workshop Quiz

University

25 Qs

Python Quiz#1_24March2020

Python Quiz#1_24March2020

University

30 Qs

python

python

University

30 Qs

Typescript class 02

Typescript class 02

University

26 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?