Python Function

Quiz
•
Computers
•
11th - 12th Grade
•
Hard
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
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
What is the value of Y?
Error
None
Alsan
Hello, Alsan Good Morning!
6.
MULTIPLE SELECT QUESTION
30 sec • 1 pt
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
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
Similar Resources on Wayground
15 questions
Python Casting and Input

Quiz
•
8th - 11th Grade
8 questions
Python functions and procedures

Quiz
•
10th - 11th Grade
10 questions
Study Guide - More Advanced Java

Quiz
•
11th - 12th Grade
10 questions
Python: Functions and Parameters

Quiz
•
9th - 12th Grade
11 questions
Python Intro 1

Quiz
•
7th - 12th Grade
11 questions
Control Structures - Selection in Python

Quiz
•
8th Grade - University
10 questions
Roblox Lua // Functions & Properties 1.0

Quiz
•
9th - 12th Grade
12 questions
Paper 2 Revision - IGCSE Computer Science

Quiz
•
9th - 12th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade