You are on page 1of 1

Karnataka Law Society's

Gogte Institute of Technology


Information Science & Engineering Department
Sem :VI File structures Laboratory 15ISL67
I N D E X
Marks
Expt. Page
Date Experiment Statement out of Remarks
No. Number
10

Write a C++ program to read series of names and write these


1 11/1/2019 names on to a file. Read this file and sort the names
alphabetically.Display the result.
Write a C++ program to read and write and student objects with
2 18/01/2019 variable-length records and fields delimited by "|" . Implement
pack(),unpack()
Write a C++ program to write student objects with fixed-length
3 25/01/2019 records using any suitable record structure and to read from this
file a student record using RRN.

Write a C++ program to reclaim the free space resulting from the
4 1/2/2019
deletion of records using linked lists.

Write a C++ program to implement simple index on primary key for


5 8/2/2019 a file of student objects. Implement add(),search(),delete() using
the index.
Write a C++ program to implement index on secondary key, the
6 22/2/2019 name, for a file of student objects. Implement
add(),search(),delete() using the secondary index.
Write a C++ program to read two lists of names and then match
the names in the two lists using Consequential Match based on a
7 1/3/2019
single loop. Output the names common to both the lists.

Write a C++ program to read k Lists of names and merge them


8 8/3/2019
using kway merge algorithm with k = 8.

Write a C++ program to implement B-Tree for a given set of


9 15/3/2019
integers and its operations insert ( ) and search ( ). Display the tree

Write a C++ program to store and retrieve student data from file
10 22/03/2019
using hashing. Use any collision resolution technique

Average Marks

You might also like