0% found this document useful (0 votes)
2 views1 page

Model Question Paper Module 3

The document is a question bank for the MBA course 'Introduction to Python Data and Control Systems' at JSS Academy of Technical Education. It includes questions on defining classes and objects in Python, explaining mutability, discussing polymorphism, and operating Jupyter Notebooks with examples. The questions are designed for Semester III students and focus on practical applications of Python programming concepts.

Uploaded by

aishwaryan837
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views1 page

Model Question Paper Module 3

The document is a question bank for the MBA course 'Introduction to Python Data and Control Systems' at JSS Academy of Technical Education. It includes questions on defining classes and objects in Python, explaining mutability, discussing polymorphism, and operating Jupyter Notebooks with examples. The questions are designed for Semester III students and focus on practical applications of Python programming concepts.

Uploaded by

aishwaryan837
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

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.

You might also like