Python Function

Python Function

11th - 12th Grade

11 Qs

quiz-placeholder

Similar activities

OOP 1 Undiksha

OOP 1 Undiksha

12th Grade - University

13 Qs

Python есептер 1

Python есептер 1

9th - 12th Grade

16 Qs

Empowerment Technologies Quiz 2

Empowerment Technologies Quiz 2

11th Grade

10 Qs

Chapter 3 Exploring Linux Filesystems

Chapter 3 Exploring Linux Filesystems

11th Grade - University

10 Qs

 Unit 4 Advanced AP CSP

Unit 4 Advanced AP CSP

9th - 12th Grade

10 Qs

Bài 12: Tạo biểu mẫu

Bài 12: Tạo biểu mẫu

12th Grade

10 Qs

BÀI 14- THUẬT TOÁN TÌM KIẾM TUẦN TỰ

BÀI 14- THUẬT TOÁN TÌM KIẾM TUẦN TỰ

6th Grade - University

14 Qs

After Effect Intoduction

After Effect Intoduction

10th Grade - University

15 Qs

Python Function

Python Function

Assessment

Quiz

Computers

11th - 12th Grade

Hard

Created by

Sangita Panchal

Used 154+ times

FREE Resource

11 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Name the keyword used to define a function.

define

def

function

fu

2.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

def square(x) _______

print(x*x)

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which one is not true about function?

It breaks the large program into small modules.

It avoids repetition.

It makes code reusable.

It makes the program unorganized.

4.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Media Image

Which statement is used to display the docstring?

print(welcome.__doc__)

print(__doc__)

print(welcome._doc_)

print(docstring)

5.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Media Image

What is the value of Y?

Error

None

Alsan

Hello, Alsan Good Morning!

6.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Media Image

Which one is incorrect calling function statement?

add(4, c = 10, b = 5)

add(3, 4, c = 45)

add (b = 12, c = 10, 1)

add (5, 6, 7)

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will be the output?

Value inside function: 10

Value outside function: 20

Value inside function: 10

Value outside function: 10

Value inside function: 20

Value outside function: 10

Value inside function: 20

Value outside function: 20

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?

Discover more resources for Computers