Python Functions and Modules Quiz

Python Functions and Modules Quiz

University

22 Qs

quiz-placeholder

Similar activities

Web DeLacy for Nurses

Web DeLacy for Nurses

University

22 Qs

EXCEPTION HANDLING IN PYTHON

EXCEPTION HANDLING IN PYTHON

University

22 Qs

untitled

untitled

8th Grade - University

25 Qs

Lists in Python 2

Lists in Python 2

10th Grade - University

20 Qs

Python Programming Quiz

Python Programming Quiz

9th Grade - University

20 Qs

python-2

python-2

University

23 Qs

TECHWARZ-1

TECHWARZ-1

University

20 Qs

PYTHON PROGRAMMING FILES Q7

PYTHON PROGRAMMING FILES Q7

University

20 Qs

Python Functions and Modules Quiz

Python Functions and Modules Quiz

Assessment

Quiz

Computers

University

Medium

Created by

Krishndeo Pawar

Used 1+ times

FREE Resource

22 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What keyword is used to define a function in Python?

func

def

function

define

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following is NOT a type of function parameter in Python?

Keyword arguments

Default arguments

Static arguments

Variable-length arguments

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the purpose of the return statement in a function?

To return result from the function

To call another function

To print output

To define parameters

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following modules is used for mathematical functions in Python?

datetime

random

os

math

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What does the lambda keyword create in Python?

Static methods

Named functions

Global variables

Anonymous functions

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following is a valid way to import a module in Python?

load module_name

require module_name

include module_name

import module_name

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the output of the following code: print(sum(10, 20)) if sum is defined as def sum(a, b): return a + b?

10

Error

20

30

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?