0% found this document useful (0 votes)
709 views3 pages

Class 12 CS Practical File 2025 26

The document outlines the structure of a Computer Science practical file for Class XII, including sections for personal information, certification, index, acknowledgment, introduction, objectives, and various programming tasks in Python. It lists 17 specific programming assignments that involve user-defined functions, file operations, and data manipulation. The document also includes guidelines for submission and formatting requirements.

Uploaded by

anneshamitra179
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)
709 views3 pages

Class 12 CS Practical File 2025 26

The document outlines the structure of a Computer Science practical file for Class XII, including sections for personal information, certification, index, acknowledgment, introduction, objectives, and various programming tasks in Python. It lists 17 specific programming assignments that involve user-defined functions, file operations, and data manipulation. The document also includes guidelines for submission and formatting requirements.

Uploaded by

anneshamitra179
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/ 3

Computer Science Practical File

1)Front page
Name: ____________________

Roll Number: ______________

Registration Number: ______________

Class & Section: XII - ____

School Name: _______________________

Academic Year: 2025-26

Submitted To: ____________________

2)Certificate
This is to certify that the project entitled "Your Project Name ",
submitted by Your Name to Your School Name , West Bengal for the
award of Your Class is a bona fide record of the project work carried out
by them under my supervision and guidance.
Date:

Place: _______________________

Your Teacher Name

3)Index
Sr. No. Name of Program / Activity Page No.
1 Program 1
2 Program 2
3 Program 3
4 Program 4
5 Program 5
6 Program 6
7 Program 7
8 Program 8
9 Program 9
10 Program 10
4)Acknowledgement

Write a brief acknowledgment to your teacher and school for their guidance. After writing
the acknowledgement, everyone will keep a place for the internal and external examiner's
signature and the principal’s signature on the acknowledgement page.

5)Introduction and Objective

6)Program
1)Write a program in Python to convert a given temperature in Celsius into Fahrenheit with
the help of a user-defined function.

2)Write a Program in Python to convert time from 12-hour to 24-hour format.

3)Write a program in Python with a user-defined function with a string as a parameter that
replaces all vowels in the string with a “@”.

4) Write a program in Python to print the “Diamond Pattern” using a user-defined function
with “*”.

5) Write a program in Python using a user-defined function to print the “Fibonacci Series”
up to n terms.

6)Write a Python program to accept the username “Admin” as the default argument and
password 123 entered by the user to allow login into the system.

7)Write a program in Python to calculate the value of sin(x) using its Taylor Series
expansion up to n terms, with the help of a user-defined function.

8)Write a “Random Number Generator” program in Python that generates random numbers
between 1 and 6, which simulates a dice.

9) Write a program in Python to check whether a given number is a Prime number or not
using a user-defined function.

10) Write a program in Python to check whether a given number is a Palindrome or not
using a user–defined function.

11)Write a program in Python to check whether a given number is an Armstrong number or


not using a user–defined function.

12)Write a Python program to implement a stack using a list data structure.


13)Write a program that accepts a filename of a text file and displays the longest line in the
file.

14)Write a program in Python that removes all the lines that contain the character ‘a ‘ in a
file & writes it to another file.

15)Write a program in Python to perform a read and write operation for a student.csv file
having fields as roll number, name, stream, and percentage.

16)Write a program to search the record of a particular student from a CSV file based on an
input name.

17)Write a program to create a binary file with roll number and name. Then search for a
given roll number and display the name.If the roll number is not found .then display the
appropriate message.

7)Tools Used: ________________________


Code Snippets: (Attach)
Output Samples: ( Screenshots (Attach))
8)Conclusion: ________________________

Guidelines

The project file must be typed and printed(color).

Submit it in a channel file.

I will check this project after summer vacation.

You might also like