You are on page 1of 2

PRACTICAL FILE INDEX

SNO TOPIC DATE SIGNATURE


13. Create a Binary file Student.dat with information rollno,name and
marks. Write functions to do the following:

a) Add records (one record at a time)

b) Display all records.

c) Display records of students having marks>90

14. Write functions to do the following in Student.dat


a) Update marks of a specific student. Search on rollno.
b) Delete record of a specific student.
c) Display all records.
15. Create a Binary file Book.dat(Bookno, Name, Subject,Price). Write
functions to do the following:
a) Add records through a nested list of [Bookno,Name,Subject,Price]

b) Display all records

16. Write functions to do the following in Book.dat


a) Update Price of a particular Book.
b) Show all Books with Price>500.

17. Create a new file Comp.dat from book.dat with all records which
have subject='Computers'

18. Create a Binary file item.dat with dictionary containing itno, name
and price . Write functions to add, display, search and update records.

19. CSV files- create a file and read a csv file. – school bus file

You might also like