0% found this document useful (0 votes)
23 views4 pages

Computer Science PRACTICAL FILE 2024 25 Initial Pages

The document is a practical file for a Computer Science course, certifying that a student has completed the required practical assignments for the academic year 2024-25. It includes a detailed index of assignments categorized into Python programs, MySQL queries, and Python database connectivity, with specific dates and signatures. The practical file has been evaluated and found satisfactory, with a total of 24 practicals certified.

Uploaded by

raja shaw
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)
23 views4 pages

Computer Science PRACTICAL FILE 2024 25 Initial Pages

The document is a practical file for a Computer Science course, certifying that a student has completed the required practical assignments for the academic year 2024-25. It includes a detailed index of assignments categorized into Python programs, MySQL queries, and Python database connectivity, with specific dates and signatures. The practical file has been evaluated and found satisfactory, with a total of 24 practicals certified.

Uploaded by

raja shaw
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/ 4

PRACTICAL FILE

SCHOOL
LOGO
SCHOOL NAME AND ADDRESS
STUDENT’S DETAIL
Roll No.: [Roll Number]
Name of Student: [Student Name]
Class: Computer Science
Subject: Computer Science (083)
School: [School Name]
CERTIFICATE

SCHOOL
LOGO

This is to certify that [Name of Student], a student of


Class 12, Section - ____ of [School Name] has successfully
completed and submitted the practical file of Computer Science
(083) as per the guidelines provided by CBSE in the prescribed
curriculum for academic year 2024-25 for accomplishment of
Senior School Certificate Examination - 2025.
The practical file has been evaluated and found correct in
accordance with the guidelines provided by the board- for
Academic year 2024-25. The work has been completed and
presented in a satisfactory manner.
No. of practicals certified are:24

Internal Examiner External Examiner

School Stamp Principal


InDEX
Sr.
Assignment Date Sign.
No.
Part A – Python Programs
Python Revision Tour
1. List Menu Driven Program 07/04/2024
2. Dictionary Menu Driven Program 22/04/2024
Working with Functions
3. Using a function to display prime numbers between m & n. 13/06/2024
4. Using a function calculate interest using various arguments. 18/06/2024
Using a function find a largest element in a list. Pass list
5. 26/06/2024
object as argument.
Using a function count the number of vowels in passed
6. 04/07/2024
string.
Exception Handling
Take two integers and perform addition of two numbers
7. 15/07/2024
handle exception when non-integers entered by user
Find the square root of a positive number, raise a custom
8. 18/07/2024
exception when user enters a negative number
File handling
9. Find and replace a word in a text file 23/07/2024
Menu driven program for binary file to insert, update,
10. 06/08/2024
delete and display records
Menu driven program for csv file to insert, update and
11. 23/08/2024
delete records
12. Search record in binary file using user defined condition 28/08/2024
13. Search record in csv file using user defined condition 29/08/2024
Data Structure - Stack
14. Menu driven program for stack operations 07/09/2024
Searching data from dictionary and transfer keys into stack
15. 10/09/2024
then performing push operations
Sr.
Assignment Date Sign.
No.
Part B – MySQL Queries
16. Set 1 – Based on Database Basic Commands 01/10/2024
17. Set 2 – Based on DDL Commands 04/10/2024
18. Set 3 – Select Queries including order by 09/10/2024
19. Set 4 – Group by, having and Aggregate Functions 14/10/2024
20. Set 5 – Join Queries 17/10/2024
Part C – Python Database Connectivity
21. Insert record in a database table 12/11/2024
22. Update a record in a database table 14/11/2024
23. Delete a record in a database table 18/11/2024
24. Display records using queries from database table 20/11/2024

You might also like