Function in Python

Function in Python

University

45 Qs

quiz-placeholder

Similar activities

PRACTICA RECUPERACION PROGRAMACION III

PRACTICA RECUPERACION PROGRAMACION III

University

45 Qs

Python Quiz BF-7

Python Quiz BF-7

University

43 Qs

10th Grade 10  - IT Programming - 2nd Cycle Exam

10th Grade 10 - IT Programming - 2nd Cycle Exam

10th Grade - University

40 Qs

CIA VIVA- Practical & Theory

CIA VIVA- Practical & Theory

University

40 Qs

PPS_Unit_3 Test

PPS_Unit_3 Test

University

44 Qs

Python El Grand Revision!

Python El Grand Revision!

University

47 Qs

Round 1 python

Round 1 python

University

50 Qs

CSC 306 FINAL

CSC 306 FINAL

University

40 Qs

Function in Python

Function in Python

Assessment

Quiz

Computers

University

Medium

Created by

Chaitrali Kardile

Used 6+ times

FREE Resource

45 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Why are functions used in programming?
To make code reusable
To increase complexity
To reduce efficiency
To remove variables

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What keyword is used to define a function in Python?
def
function
define
func

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT an advantage of using functions?
Code reusability
Better organization
Faster execution always
Modularity

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which symbol is used for function parameters?
()
{}
[]
<>

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How is a function called in Python?
By writing function_name()
By defining function again
By writing function_name
By using return

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the scope of a variable defined inside a function?
Local
Global
Static
Dynamic

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What happens if a function accesses an undefined variable?
Error
Returns None
Creates the variable
Ignores the statement

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?