Class 12 Questions : Function Set 4

1.
A set of instructions/operations which is a part of a program and can be executed independently is called as _______

 

2.
Python passes parameters by ________

 

3.
The variable declared outside all the function is called a _________ variable.

 

4.
The order in which the statements are executed during a program run is called as __________ of execution.

 

5.
A __________ is a file containing all Python definitions and statements intended for use in other Python programs.