This document is a practical file for Class XII Computer Science at Anunaad Public School for the session 2024-25. It includes a list of programming tasks, their titles, dates, and pages, covering various topics such as file handling, data storage, and database connectivity. The internal and external examiners are Mr. Kunal Godiyal and Mr. Pravesh Rohilla, respectively.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
13 views2 pages
front and index
This document is a practical file for Class XII Computer Science at Anunaad Public School for the session 2024-25. It includes a list of programming tasks, their titles, dates, and pages, covering various topics such as file handling, data storage, and database connectivity. The internal and external examiners are Mr. Kunal Godiyal and Mr. Pravesh Rohilla, respectively.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2
ANUNAAD
PUBLIC SCHOOL SESSION 2024-25
CLASS : XII
COMPUTER SCIENCE (083)
PRACTICAL FILE
Roll. No. _______________
INTERNAL EXAMINER EXTERNAL EXAMINER:
Mr. Kunal Godiyal (PGT) Mr. PRAVESH ROHILLA (PGT)
INDEX
S.NO TITLE DATE PAGE SIGN
Program to read and display file content line by line 1 with each word separated by “ #” 21/10/2024 1 Program to read the content of file and display the 2 total number of consonants, uppercase, vowels and 23/10/2024 2 lowercase characters. Program to read the content of file line by line and 3 write it to another file except for the lines contains 25/10/2024 3 “a” letter in it. Program to store students’ details like admission number, roll number, name and percentage in a 4 dictionary and display information on the basis of 28/10/2024 4 admission number Program to create binary file to store Roll no and 5 Name, Search any Roll no and display name if Roll no 30/10/2024 5 found otherwise “Roll no not found” Program to create binary file to store Roll no, Name 6 and Marks and update marks of entered Roll no. 11/11/2024 6-7 Program to generate random number 1-6, simulating 7 a dice. 18/11/2024 8 8 Program to implement Stack in Python using List 21/11/2024 9-10 Create a CSV file by entering user-id and password, 9 read and search the password for given user- id. 25/11/2024 11 To write SQL-Queries for the following Questions 10 based on the given table 28/11/2024 13-14 To write SQL-Queries for the following Questions 11 based on the given table 2/12/2024 15-16 To write Queries for the following Questions based 12 on the given two table 4/12/2024 17-18 Program to connect with database and store record 13 of employee and display records. 6/12/2024 20-21 Program to connect with database and search employee number in table employee and display 14 record, if empno not found display appropriate 9/12/2024 22 message Perform all the operations (Insert, Update, Delete, 15 Display) with reference to table ‘students’ through 13/12/2024 23-25 MySQL-Python connectivity