JSS ACADEMY OF TECHNICAL EDUCATION, BENGALURU
JSS Campus, Dr. Vishnuvaradhan Road, Bangalore - 60
Department of Management Studies
Date: 08/01/2026
Question bank
Semester: III Introduction to Python Data and Control Systems MBA BA313
Module 3
1. Define classes and objects in Python. Construct the class called rectangle and initialize it with
height = 100, width = 200, starting point as (x = 0, y = 0) and write the method to display the
center point coordinates of a rectangle.
2. Explain the term objects are mutable with an example.
3. Explain the concept of polymorphism with examples.
4. Discuss the operation of Jypyter Notebooks and give an example using python code.