Python Function

Python Function

11th - 12th Grade

11 Qs

quiz-placeholder

Similar activities

Python Basics

Python Basics

9th - 12th Grade

14 Qs

Chapter 3 - Think Python - Voc

Chapter 3 - Think Python - Voc

9th - 12th Grade

10 Qs

Code.org Vocabulary

Code.org Vocabulary

11th Grade

11 Qs

ICS Test #4 review

ICS Test #4 review

9th - 12th Grade

15 Qs

Word Processing Terms

Word Processing Terms

8th - 12th Grade

12 Qs

Python and PseudoCode Quiz

Python and PseudoCode Quiz

10th Grade - University

15 Qs

Python Fundamentals and Programming

Python Fundamentals and Programming

11th - 12th Grade

13 Qs

Python Quiz  -  5

Python Quiz - 5

4th - 11th Grade

10 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?