DSL List of Experiments
DSL List of Experiments
List of Experiments
Sr. Title of the Experiment Group Programm
No ing
Language
1 In second year computer engineering class, group A student’s play cricket,
group B students play badminton and group C students play football. Write
a Python program using functions to compute following: - a) List of students
who play both cricket and badminton b) List of students who play either
cricket or badminton but not both c) Number of students who play neither
cricket nor badminton d) Number of students who play cricket and football
but not badminton. (Note- While realizing the group, duplicate entries A
should be avoided, Do not use SET built-in functions)
2 Write a Python program to perform operations on String
3 Write a python program to compute following computation on matrix: a)
Addition of two matrices b) Subtraction of two matrices c) Multiplication of
two matrices d) Transpose of a matrix
Python
4 Write a python program to store first year percentage of students in array.
Write function for sorting array of floating point numbers in ascending
order using a) Selection Sort b) Bubble sort and display top five scores
5 Write a python program to store second year percentage of students in
array. Write function for sorting array of floating point numbers in
ascending order using a) Insertion sort b) Shell Sort and display top five
B
scores
Prof. M. A. Patil