Computer Project Final Real
Computer Project Final Real
Name-Yash sharma
Class-XII “A”
Signature (Examiner)________
Signature (Principal)_________
Signature (teacher)__________
Acknowledgement
-Yash Sharma
Program Index
S.no Topic Page no.
Program code-
Program output-
2.Program to read a text file and display the
no.of vowels/consonants/uppercase/lowercase
characters in the file-
Program code-
Sample file-
Program output-
3.Program to remove all the lines that contains the
character ’a’ in a file and write it another file.
Program code-
Program code-
Program output-
5.Program to update the marks on the binary
file already created in program no 4.
Program input-
Program output-
7.Program to create a CSV file by entering user-
id and password,read and search the password
for given user-id.
Program code-
Program output-
8.Program to find the smallest and largest
number from the list.
Program code-
Program output-
9.Program to take input for a list of numbers
and swap elements at the even with the
elements at the odd location.
Program code-
Program output-
10.Program to take input as a list and search for
a given element in the list.
Program code-
Program output-
11.Program to input a list of numbers and find
the smallest and largest from the list-
Program code-
Program output-
12.Program to generate this pattern-
Pattern-
A
AB
ABC
ABCD
ABCDE
Program code-
Program output-
13.Program to compute the greatest common
divisor and least common multiple of two
integers-
Program code-
Program output-
14.Program to count and display the number
of vowels,consonants,uppercase,lowercase
characters in a string-
Program code-
Program output-
15.Program to Input a string and determine
whether it is a palindrome or not-
Program code-
Program output-
16.Program to implement a stack using list.
Program code-
Program output-
17.Creating a student table and inserting
data.Implementing these following sql
commands-
descending order-
Updating table to modify
data-
Deleting a tuple from the table-
Group by and find the max/min/sum/count and average-
Max/min/sum/count and average-