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

Practical File Cs

The document is an index of programming tasks, each with a specific focus such as calculating factorials, checking palindromes, and manipulating data in files and databases. It includes tasks related to Python programming, file handling, and MySQL queries. Each task is numbered and includes a page reference for further details.

Uploaded by

Rhydhiman Verma
Copyright
© All Rights Reserved
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% found this document useful (0 votes)
13 views3 pages

Practical File Cs

The document is an index of programming tasks, each with a specific focus such as calculating factorials, checking palindromes, and manipulating data in files and databases. It includes tasks related to Python programming, file handling, and MySQL queries. Each task is numbered and includes a page reference for further details.

Uploaded by

Rhydhiman Verma
Copyright
© All Rights Reserved
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

INDEX

SNO NAME OF PROGRAM PAGE NO SIGNATURE


1 Write a program to find factorial of a number
2 Write a program to check whether a number is
palindrome or not
3 Write a program to generate fabonacci series.
4. Write a program to swap two numbers.
5 Write a program to traverse in a list and print
numbers which are divisible by 5.
6. Write a program to traverse in a dictionary and
print its keys
7 Write a program to count vowels in a string input
by user
8. Write a program to count word HE in a text file
profile. txt
9 Write a program to print lines starting with
alphabet a in a text file [Link]
10 Write a program to count spaces in a text file.
11 Write a program to input rollno and name and
marks of a student and store in a binary file
[Link] and display all details.
12 Write a program to input rollno ,name and marks
of a student and store in a CSV file [Link]
and display all details.
13. Write a program to input rollno,.name and marks
of a student and store in a stack and display all
details.
14 Write a program to input rollno ,name and marks
of a student and store in a binary file [Link]
and display those whose marks are more than
75.
15 Write a program to count uppercase alphabets in
a text file
16 MYSQL QUERIES
17 Write a program using python connectivity
18 Write a program using python connectivity to
display records whose marks >75
19 Write a program using python connectivity to
insert a new record in a table
20 Write a program using python connectivity to
update a record in a table
21 Write a program using python connectivity to
delete a record from a table.
Program 1

You might also like