Python quiz - 1

Python quiz - 1

University

10 Qs

quiz-placeholder

Similar activities

Internet of Things (IoT) with XDK110 Sensors

Internet of Things (IoT) with XDK110 Sensors

University

10 Qs

AMONG US

AMONG US

3rd Grade - Professional Development

10 Qs

Quiz Kuliah Umum Xendit

Quiz Kuliah Umum Xendit

University

10 Qs

POSTGRE SERIES 2

POSTGRE SERIES 2

University

10 Qs

Arhaan's quiz

Arhaan's quiz

KG - Professional Development

7 Qs

Pemrograman Web 01

Pemrograman Web 01

University

11 Qs

Dart Final

Dart Final

University

9 Qs

Quiz Data Science & Data Engineering

Quiz Data Science & Data Engineering

University

10 Qs

Python quiz - 1

Python quiz - 1

Assessment

Quiz

Other

University

Hard

Created by

Tharun AmiReddy

Used 9+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Python supports the creation of anonymous functions at runtime, using a construct called

pi

anonymous

lambda

None of the above

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following character is used to give single-line comments in Python?

//

#

!

/*

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the value of the following Python expression?

4 + 3 % 5

2

7

4

3

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which type of Programming does Python support?

object-oriented programming

structured programming

functional programming

all of the mentioned

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Who developed Python Programming Language?

Wick van Rossum

Rasmus Lerdorf

Guido van Rossum

Niene Stom

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of the following Python code?

def foo():

try:

return 1

finally:

return 2

k = foo()

print(k)

error, there is more than one return statement in a single try-finally block

3

2

1

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of the following Python expression?

round(4.576)

4

4.6

5

4.5

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?