0% found this document useful (0 votes)
4 views16 pages

Untitled Document

The document outlines various programming tasks, including text file manipulations, data entry in CSV format, and SQL commands related to a student table. Specific tasks include replacing characters, counting vowels, finding maximum numbers in tuples, and filtering records based on salary. It also mentions operations related to word counts and indexing in lists and files.
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)
4 views16 pages

Untitled Document

The document outlines various programming tasks, including text file manipulations, data entry in CSV format, and SQL commands related to a student table. Specific tasks include replacing characters, counting vowels, finding maximum numbers in tuples, and filtering records based on salary. It also mentions operations related to word counts and indexing in lists and files.
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/ 16

Program to replace “E” with “I” in a text file.



Program to enter the data of 3 students in a csv file in same
format .

Program to count number of vowel in a text file .

Program to find maximum and second last maximum no in a tuple.

Program to replace every space between the words with a hashtag
(#) in a text file .

Program to enter a list and find total no of odd and even numbers
in that list .

Program to find indexing of a number in a list .​
Program to find no of words whose length is more than 5 .






Program to find no of words starting with “ t “ in a text file.​
Program display the records of above file for those employees
who get salary between 25000 and 30000 in a binary file .​
Program to display number of records (each name occupies 20
bytes in file ) where name begins from “S‟ in binary file.​
Program to display the total number of words present in the
file from a text file “Quotes.Txt”. ​
Create a student table and insert data. Implement the some SQL
commands on the student table:





















Name : Prince ​

Class : XII A ​

Roll no : 13

Subject : computer science ​

PRACTICAL FILE ​

You might also like