Python - Functions

Python - Functions

University

11 Qs

quiz-placeholder

Similar activities

BTS

BTS

1st Grade - Professional Development

10 Qs

Past continuous or past simple

Past continuous or past simple

10th Grade - University

10 Qs

ECO120 CHAPTER 5

ECO120 CHAPTER 5

University

14 Qs

HOSPM 2100 QUIZ 1

HOSPM 2100 QUIZ 1

University

10 Qs

PNM U-PUSTAKA

PNM U-PUSTAKA

University

10 Qs

Blockchain Quiz 2

Blockchain Quiz 2

6th Grade - Professional Development

10 Qs

Living in the World of Semiconductor

Living in the World of Semiconductor

4th Grade - University

10 Qs

TEP13: CRAFTING LESSON PLAN

TEP13: CRAFTING LESSON PLAN

University

15 Qs

Python - Functions

Python - Functions

Assessment

Quiz

Education

University

Practice Problem

Medium

Created by

Teaching Assistant Ivy

Used 53+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

11 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a feature of DocString?

Provide a convenient way of associating documentation with Python modules, functions, classes, and methods

All functions should have a docstring

Docstrings can be accessed by the __doc__ attribute on objects

All of the mentioned

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which are the advantages of functions in python?

Reducing duplication of code

Decomposing complex problems into simpler pieces

Improving clarity of the code

All of the mentioned

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are the two main types of functions?

Custom function

Built-in function & User defined function

User function

System function

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Where is function defined?

Module

Class

Another function

All of the mentioned

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is called when a function is defined inside a class?

Module

Class

Another function

Method

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following refers to mathematical function?

sqrt

rhombus

add

rhombus

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of the following Python code?

def cube(x):

return x * x * x


x = cube(3)

print (x)

9

3

27

30

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?