Python Assignment-2024
Python Assignment-2024
I NFORMATION SCIENCE
MCA – II SEMESTER
Assignment
Sr. No Question
10 What will be the difference between import employee and from employee
import * in python.
11 Explain Formal and Actual arguments in Python. Also explain the following
type of arguments
with proper code.
1. Positional Arguments
2. Keyword Arguments
3. Default Arguments
4. Variable Length Arguments
12 Explain the Concept of Zipping and Unzipping file.
13 Discuss File opening and different file opening modes
14 Write short note on Pickle and Unpickle process.
15 1. Discuss constructor and destructor in Python.
2.Explain significance of following words in Python:
1. __init__()
2. self
3. object()
4. isinstance()
5. hasattr()
6. getattr()
7. issubclass()
8. super()