KEMBAR78
Final Index | PDF
0% found this document useful (0 votes)
7 views2 pages

Final Index

The document outlines a list of practical programming tasks for a Computer Science course for the academic year 2025-2026. It includes various programming exercises in Python, file handling, and SQL queries aimed at enhancing students' coding skills. Each practical task is accompanied by an aim and a space for submission signatures and dates.
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)
7 views2 pages

Final Index

The document outlines a list of practical programming tasks for a Computer Science course for the academic year 2025-2026. It includes various programming exercises in Python, file handling, and SQL queries aimed at enhancing students' coding skills. Each practical task is accompanied by an aim and a space for submission signatures and dates.
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/ 2

COMPUTER SCIENCE

PRACTICALS(2025-2026)

INDEX

Practical Aim Submission Signature


No. Date
1 Write a program to check a number whether it is a
palindrome or not.
2 Write a program to display ASCII code of a
character and vice versa.
3 Program to make a simple calculator.
4 Example of Global and Local variables in
function.
5 Python program to count the number of vowels,
consonants, digits and special characters in a
string.
6 Python Program to add marks and calculate the
grade of a student.
7 Generating a List of numbers Using For Loop.
8 Write a program to read a text file line by line and
display each word separated by '#'.
9 Read a text file and display the number of
vowels/consonants/uppercase/lowercase
characters and other than character and digit in
the file.
10 Remove all the lines that contain the character 'a'
in file and write it to another file.
11 Write a Python code to find the size of the file in
bytes, the number of lines, and number of words
and number of characters.
12 Create a binary file with the name and roll
number. Search for a given roll number and
display the name, if not found display appropriate
message.
13 Create a binary file with roll number, name and
marks. Input a roll number and update details.
14 Write a program to perform read and write
operation onto a student.csv file having fields as
roll number, name, stream and percentage.
15 Write a program to create a library in python and
import it in a program.
16 Take a sample of ten phishing e-mails (or any text
file) and find the most commonly occurring
word(s).
17 Write a python program to implement a stack
using a list data-structure.
18 Write a program to implement a queue using a list
data structure.
19 SQL Queries.
20 Write a program to connect Python with MySQL
using database connectivity and perform the
following operations on data: Fetch, Update and
delete the data.

You might also like