practical_list xi cs (1)
practical_list xi cs (1)
PRACTICAL LIST
SUBJECT: COMPUTER SCIENCE Class: XI SESSION 2021-22
_________________________________________________________________
1|Page
16.WAP to count and display the number of vowels, Consonants, uppercase,
lowercase characters in string.
17.WAP to input a list of numbers and swap elements at the even location with
elements at the odd location.
18.WAP to input a value in a variable and print its data type and address.
19.WAP to input a list of elements and print sorted list using bubble sorting.
20.WAP to input a list of elements and print sorted list using insertion sorting.
21.WAP to input a list/ tuple of elements, search for a given element in the
list/tuple.
22.WAP to print Largest / Smallest number in a list/ tuple.
23.WAP to create a dictionary with the roll number, name and marks of n
students in a class and display the names of students who have scored marks
above 75.
********************************
2|Page