Which of the following is the use of function in python?
COMP SCI (FUNCTIONS)

Quiz
•
Computers
•
12th Grade
•
Medium
Rajendra Sahu
Used 19+ times
FREE Resource
25 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Functions are reusable pieces of programs
Functions don’t provide better modularity for your application
you can’t also create your own functions
All of the mentioned
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which keyword is used for function?
Fun
Define
Def
Function
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What will be the output of the following Python code?
def sayHello():
print('Hello World!')
sayHello()
sayHello()
Hello World!
Hello World!
'Hello World!'
'Hello World!'
Hello
Hello
None of the mentioned
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What will be the output of the following Python code?
def printMax(a, b):
if a > b:
print(a, 'is maximum')
elif a == b:
print(a, 'is equal to', b)
else:
print(b, 'is maximum')
printMax(3, 4)
3
4
4 is maximum
None of the mentioned
5.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
What will be the output of the following Python code?
x is now 50
x is now 2
x is now 100
None of the mentioned
6.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
What will be the output of the following Python code?
x is 50
Changed global x to 2
Value of x is 50
x is 50
Changed global x to 2
Value of x is 2
x is 50
Changed global x to 50
Value of x is 50
None of the mentioned
7.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
What will be the output of the following Python code?
Hello
WorldWorldWorldWorldWorld
Hello
World 5
Hello
World,World,World,World,World
Hello
HelloHelloHelloHelloHello
Create a free account and access millions of resources
Similar Resources on Quizizz
20 questions
Python Function - 3

Quiz
•
12th Grade
20 questions
Python Basic 1

Quiz
•
12th Grade
20 questions
Grade 7 Python Programming Quiz

Quiz
•
7th Grade - University
20 questions
Python Basics & Syntax

Quiz
•
10th - 12th Grade
20 questions
Python Basics (CodeHS)

Quiz
•
7th - 12th Grade
20 questions
Basic Python

Quiz
•
10th - 12th Grade
20 questions
Python Basics Review (TSK)

Quiz
•
9th - 12th Grade
20 questions
Python Programming Quiz

Quiz
•
9th Grade - University
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade
Discover more resources for Computers
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
20 questions
Taxes

Quiz
•
9th - 12th Grade
17 questions
Parts of Speech

Quiz
•
7th - 12th Grade
20 questions
Chapter 3 - Making a Good Impression

Quiz
•
9th - 12th Grade
20 questions
Inequalities Graphing

Quiz
•
9th - 12th Grade
10 questions
Identifying equations

Quiz
•
KG - University