Python Function

Python Function

11th - 12th Grade

11 Qs

quiz-placeholder

Similar activities

G10 CS Functions and Procedures

G10 CS Functions and Procedures

12th Grade

15 Qs

Python 2

Python 2

9th - 12th Grade

10 Qs

Test on Python Function

Test on Python Function

11th - 12th Grade

12 Qs

Python Functions

Python Functions

12th Grade

15 Qs

PCEP Section 4B: the function and its environment

PCEP Section 4B: the function and its environment

12th Grade

10 Qs

Python Functions

Python Functions

12th Grade

15 Qs

Python Testing

Python Testing

9th - 12th Grade

10 Qs

Python Variables and Scope

Python Variables and Scope

12th Grade

9 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
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?