0% found this document useful (0 votes)
13 views5 pages

Cs Color Print Front Page Cert Index

Uploaded by

rrajan15210
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)
13 views5 pages

Cs Color Print Front Page Cert Index

Uploaded by

rrajan15210
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/ 5

PM SHRI KENDRIYA

VIDYALAYA NO.2

PORTBLAIR

COMPUTER SCIENCE PRACTICAL RECORD


SESSION: 2024-25

SUBMITTED BY
MAYASHANKAR
XII-B
This is to certify that this practical record is a Bonafide work
done by MAYASHANKAR of class XII-B Session 2024-25
of PM Shri Kendriya Vidyalaya No.2, Port Blair in partial
fulfillment of CBSE’s AISSCE Examination.

………………………………………….. …………………………………………..
Signature of External Examiner Signature of Internal Examiner
Name: …………………………………………………………………………………………………………………………………………………
Name: M.UMASELVI

………………………………..
Signature of Principal
Name: Mr.Vishal Yadav

Place: Port Blair


Date: ...…………. Stamp
INDEX
S.NO. PYTHON
1. To check the given number is prime or not
2. To generate random variable and check if the user won a lottery
3. A menu driven program to perform following in dictionary (roll
no, name) add, update, display, display all.
4. To calculate the factorial of an integer
5. To find sum of all elements of a list passed as parameter
6. To print Fibonacci series using function
7. To find and return GCD and LCM of tow numbers
8. To test if the string passed is a palindrome or not
9. To double the odd values and half the even values in a list
10. Menu driven program that takes a tuple as a parameter and
return max, min and sum of the elements.
11. To read a text file and display its contents.
12. To read a text file and display the number of
vowels/consonants/uppercase/lowercase/characters/digits
present in the file.
13. To count the number of “is” word on a text file
14. To count the number of lines starting with ‘A’
15. To read a text file line by line and display each word separated by
“#”.
16. To write those lines which have the character ‘p’ from one text file
to another text file.
17. To create a binary file and write a menu driven program
18. To read all the content of and display records of only those
students who scored more than 80 marks.
19. To create a CSV file and write a menu driven Program
20. To show the detail of the student who scored the highest marks
CONNECTIVITY PYTHON
1. Practical 1(Create & Display records of Mysql table )
2. Practical 2(Create table & Update record)
3. Practical 3(Create table & Delete record)
4. Practical 4 (Display all the details)
MYSQL
1. Create database name ‘kv2’.
2. Create database name ‘kv2’.
3. Create the following table: Student
4. Add the following rows in the table student.
5. Display all the tables.
6. Display the details of all students.
7. Give the structure of the table student
8. Display the name and marks of all students.
9. Display the details of all students whose name contains second
letter as ‘a’.
10. Display the details of all students whose name contains second
letter as ‘a’.
11. Display the name of those students whose city is not found.
12. Display the name and city of those students who belongs to
Chennai or Delhi.
13. Display the name of those students whose age is 17 and belongs
to Delhi.
14. Display the details of all students whose marks is in the range of
400 to 450.
15. Display the details of all students whose marks is not in the range
of 400 to 450.
16. Display the name of those students who belongs to Delhi,Chennai
or Kolkata.
17. Display the details of all students whose name contains second
last letter as ‘a’
18. Display the names of all students whose name contains 5 letters.
19. Display the names of all students whose name contains last letter
as ‘a’.
20. Display the names of different cities.
21. Display the details of all students in ascending order of city and
then in descending order of names.
22. To find min, max, sum and average of marks of student
23. To find difference between max and min and display it as
‘Difference’
24. To find total number of records
25. Find number of students from Delhi
26. Find number of cities in the table student
27. Find number of different cities in the table student
28. Count number of students in each city
29. Find average marks of each city
30. Find max and min marks of each age group
31. Find number of students in each city which has min 2 students
32. Create the table ‘Details’ and write queries to insert records
33. Display roll no, name, mother name and father name from table
student and details
34. Display name and email of those students who secured more than
400, using tables student and details
35. Display name, age and address of students whose age is 17
36. Find the cartesian product of both the tables
37. Find natural join of both the tables
38. Change the mark of Ramya as 390.
39. Give extra 10 marks to all students
40. Remove the details of those students who resides in ‘Chennai’.
41. Add a column named email id of type varchar and size 50.
42. Increase the size of city column as 20.
43. Remove the column email id.
44. Remove the table student.
45. Remove the database kv2.

You might also like