List of Experiments - COs
List of Experiments - COs
LIST OF EXPERIMENTS
COURSE
S. NO QUESTIONS
OUTCOMES
1. Develop a flowchart for Electricity bill calculation with the following rates for
its
customers: -
No. of unit consumed Charges/unit (RM)
CO1
1-50 0.00
51-150 0.75
151-250 1.20
250-above 1.50
2. Develop a flow chart to calculate bills for retail shop.
Item Price
Pen 50 CO1
Notebook 45
Pencil 5
3. Develop a flow chart for calculating the Weight of a motorbike. CO1
4. Develop a flow chart for calculating the Weight of a steel bar. CO1
5. Develop a flow chart for calculating electrical current flow in three phase AC
CO1
Circuits.
6. Write a Python program to implement Circulate the values of 5 variables. CO2
7. Write a Python program to implement distance between two points in x= (4,5)
CO2
and y= (6,5).
8. Write a Python program to implement exchange the values of two variables. CO2
9. Write a Python program for generating sum of number series. CO2
10. Write a Python program for display number patterns in matrix (4X4). CO2
11. Write a Python program for display simple Pyramid Patterns (*). CO2
12. Write a Python program to implement any five operations of list for the
components of a car. ["Engine", "Wheels", "Brakes", "Seats", "Steering", CO2
"Battery"]
13. Write a Python program to implement any five operations of list items present in
a library. ["Book: Python Programming", "Journal: AI Research", "Magazine: CO2
Tech Today", "Book: Data Science", "Journal: Quantum Physics"]
14. Write a Python program to implement operations of a tuple for the construction
CO2
of a building. ("Cement", "Bricks", "Steel", "Sand", "Gravel")
15. Write a Python program to implement technical application using set(language) CO3
16. Write a Python program to implement technical application using set for the CO3
components of an automobile. ["engine", "transmission", "brake pads", "tires",
"battery"].
17. Write a Python program to implement technical application using dictionary for
the element of a civil structure.
{"Structural": "Foundation, Columns, Beams, Slabs, Walls, Floors, Roof,
Frames", "Functional": "Doors, Windows, Stairs, Ramps, Balconies, CO3
Railings, Elevators", "Service": "Plumbing Systems, Electrical Systems,
HVAC Systems, Fire Safety Systems", "Miscellaneous": "Expansion
Joints, Damp Proofing, Skylights, Cladding, Terrace Gardens" }
18. Write a Python program to find factorial of a given number using recursion
CO3
function.
19. Write a Python program to find the largest number in a list using recursion
CO3
function.
20. Write a Python program to calculate areas of different shapes. CO3
21. Write a Python program to reverse a given string. CO4
22. Write a Python program to string check whether the string is palindrome or not. CO4
23. Write a Python program to count the characters in a string using for loop. CO4
24. Write a Python program to replace characters in a string? CO4
25. Write a Python program to implement Data Frame in pandas. CO4
26. Write a Python program to find the shape of an arrays in numpy. CO4
27. Write a Python program for drawing the pie-plot in Matplot. CO4
28. Write a Python program to copy the contents of source file to destination file. CO5
29. Write a Python program to count the word in a file using file handling. CO5
30. Write a Python program to find the longest word in a file using file handling. CO5
31. Write a Python program to implement divide by zero exception handling. CO5
32. Write a Python program to check the voters age validity using exception
CO5
handling.
33. Write a Python program to implement student mark range validation using
CO5
exception handling.
LIST OF EXPERIMENTS
DATE: 11.06.2025