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

PWP Practical Examination Question

Uploaded by

harshnilpatil09
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)
15 views1 page

PWP Practical Examination Question

Uploaded by

harshnilpatil09
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
You are on page 1/ 1

PWP (314004) Practical Examination Questions (2024-25)

• Students have to attempt any two out of given three questions from below list.
1. WAP to reverse of a number.
2. Write a program to check the largest number among the three numbers
3. WAP to check if given number is palindrome or not.
4. WAP to find sum of first 10 natural no’s.
5. WAP to create a list and demonstrate any four list methods.
6. Write a Python program to sort a list.
7. WAP using list comprehension to create a list of squares of all even no’s from a given list.
8. WAP to find the repeated elements of a Tuple.
9. WAP to create a tuple and demonstrate any four tuple methods/functions.
10. WAP to create a tuple from two existing tuples using slicing.
11. WAP to create a set and demonstrate any four set methods.
12. WAP to create a dictionary and demonstrate any four dictionary methods.
13. WAP using dictionary comprehension to create a dictionary of with 1 to 10 no’s as key and its
square as its values.
14. WAP to find all unique values in a dictionary.
15. WAP to demonstrate four built in string functions.
16. WAP to demonstrate user defined functions with default arguments.
17. WAP to demonstrate user defined functions with keyword arguments.
18. WAP to demonstrate user defined functions with variable length arguments.
19. WAP with function to calculate the factorial of a given number.
20. WAP with function to convert characters in given string to uppercase and lowercase.
21. Write a Python program to demonstrate random module.
22. WAP to access and demonstrate any four functions of math module.
23. WAP to access and demonstrate four functions of any built-in Python module.
24. Write a Python program to read and write with CSV files using pandas.
25. Write a Python program to create Series, DataFrame using list or dictionary using Panda.
26. Write a Python program using Tkinter that creates a window with Button,Label and title.
27. WAP to access methods of a user defined module.
28. WAP illustrating the use of user defined package in Python.
29. WAP to create a class and display class attributes.
30. WAP to demonstrate method overriding.
31. WAP to demonstrate multiple inheritance.
32. WAP to demonstrate method overloading.

You might also like