TILAK MAHARASHTRA VIDYAPEETH, PUNE
ACADEMIC YEAR 2023-24
CERTIFICATE
Name: Mr./Ms.______________________________________________________________
Roll No: ______________ Program: MCA_____________ Semester:
___________
This is certified to be a bonafide record of practical works done by the above student in the
college laboratory for the course________________(Course Code:______) for the partial
fulfillment of ____semester of_____________________during the academic year 2023-2024.
The journal work is the original study work that has been duly approved in the year 2023-
2024 by the undersigned.
External Examiner (Subject-In-Charge)
______________________ ___________________________
Date of Examination: (College Stamp)
SUBJECT:
CLASS: MCA ( AIML / DS )
Sr. Problem statements Submission Sign
No. Date
1. Write a python code to find given number is prime or not Sept 23
2 Write a python code to find LCM and GCM of a given list Sept 23
3 Write a python code to find mean and standard deviation Sept 23
of a given list of numbers
4 Write a python code to add and delete element from a Sept 23
dictionary using functions
5. Write a python code to print 10 student details using class 16th Oct 23
and lists
6. Write a python code to find student from a given list using 16th Oct 23
class
7. Write a python code to inherit employee class to student 16th Oct 23
class
8. Display Fibonacci series up to 10 terms 16th Oct 23
9. Find the factorial of a given number 16th Oct 23
10 Write a program to iterate a given list and count the 18th Oct 23
occurrence of each element and create a dictionary to
show the count of each element.
11 Find the intersection (common) of two sets and remove 18th Oct 23
those elements from the first set
12 Get all values from the dictionary and add them to a list 18th Oct 23
but don’t add duplicates
13 Create a Cricle class and intialize it with radius. Make two 18th Oct 23
methods getArea and getCircumference inside this class.
14 Create a Temprature class. Make two methods : 18th Oct 23
1. convertFahrenheit - It will take celsius and will print it
into Fahrenheit.
2. convertCelsius - It will take Fahrenheit and will convert
it into Celsius.
15 Create a Time class and initialize it with hours and 23rd Oct 23
minutes.
1. Make a method addTime which should take two time
object and add them. E.g.- (2 hour and 50 min)+(1 hr and
20 min) is (4 hr and 10 min)
2. Make a method displayTime which should print the
time.
3. Make a method DisplayMinute which should display
the total minutes in the Time. E.g.- (1 hr 2 min) should
display 62 minute.
16 Write a function “perfect()” that determines if parameter 23rd Oct 23
number is a perfect number. Use this function in a
program that determines and prints all the perfect numbers
between 1 and 1000.
[An integer number is said to be “perfect number” if its
factors, including 1(but not the number itself), sum to the
number. E.g., 6 is a perfect number because 6=1+2+3].
Find whether a given string starts with a given character 23rd Oct 23
using Lambda
17 Write a Python program to handle a ZeroDivisionError 27th Oct 23
exception when dividing a number by zero.
18 Write a Python program that executes division and handles 27th Oct 23
an ArithmeticError exception if there is an arithmetic
error.
19 Write a Python program that executes an operation on a 27th Oct 23
list and handles an IndexError exception if the index is out
of range.
20 Create Address Book in Python – Using Tkinter Nov 23
21 Write a python code to build simple GUI calculator Nov 23
22 Write a python code to build web page with student Nov 23
registration form
23 Write a python code to build web pages with sign-in and Nov 23
sing-up forms
Write a python code to build Rest api for product
24 Nov 23
25 Write a python code to build Ajax enabled web application Nov 23
for product