You are on page 1of 6

A

PROJECT REPORT
ON

FILE SYSTEM SIMULATION


Submitted in partial fulfillment for
the award of the degree of
Bachelor of Computer Application (BCA)

Session: 2013-14
Submitted To:

Submitted By:

Mr. Ramprakash Beniwal

Shubhangi Shrivastav

Mr. Yogesh Chand Gupta

10BCAXX038

Department of BCA

BCA-VI Sem.

SRU, Alwar

Sunrise University, Alwar


Department of Bachelor Computer Application

CANDIDATES DECLARATION
I, Shubhangi Shrivastav hereby declare that the work, which is being presented in the
Dissertation, entitled File system Simulation in partial fulfillment for the award of Degree
of Bachelor of Computer Application in Dept. of BCA, Sunrise University, Alwar is a
record of my own investigations in Department of BCA , Sunrise University, Alwar.

I have not submitted the matter presented in this Dissertation anywhere for the
award of any other Degree.

Shubhangi Shrivastav
BCA-6th SEM.

CERTIFICATE
This is to certify that this project entitled File system Simulation is done by
me an authentic work carried out for the partial fulfillment of the requirement
for the award of the BCA Course. The matter embodied in this project work has
not been submitted earlier for award of any degree or diploma to the beat of my
knowledge and belief.

Shubhangi Shrivastav
BCA-6th SEM.

ACKNOWLEDGEMENT
It is only with a profound sense of gratitude and indebtedness; we would like to express our
sincere thanks to all the staff & teachers who made this report possible. We are fully
conscious of the fact that these words cannot fully express our inner most feelings. It is their
regular help and cooperation that made to prepare this study report work on the project
possible in time.
In the completion of this project we are most thankful to all those who helped us, especially
our guide, who helped us in designing and implementing the project.
We are also indebted to all faculties of Sunrise University, & Beniwal Sir & Mr. Yogesh
Chand Gupta (Department of BCA) of Sunrise University, for their constant support in
planning and providing information for the project. Without their guidance, encouragement,
inspiration the project would have been impossible to attain its form. They have devoted
several of their hours in discussing the project; they have inspired us from time to time in
achieving the completion of the project.

Shubhangi Shrivastav
BCA-6th SEM.

ABSTRACT
The project involves creation of a virtual file system. The project would require creation and
manipulation of various data structures to store the contents of the file system. There should
be a programmer-level library of functions (API) like my_create, my_delete, my_open,
my_close, my_read, my_write, etc to simulate file system operations. The APIs will work on
this simulated file system. The file system can model an existing system such as
Unix/Windows or you can invent your own.

TABLE OF CONTENTS
Chapter No.

Particulars

Page No.

CHAPTER-1

INTRODUCTION

1-2

CHAPTER-2

SYSTEM ANALYSIS

3-9

CHAPTER-3

FEASIBILITY REPORT

10-11

CHAPTER-4

SOFTWARE REQUIREMENT SPECIFICATION

12-18

CHAPTER-5

SELECTED SOFTWARE

19-35

CHAPTER-6

SYSTEM DESIGN

36-62

CHAPTER-7

OUTPUT SCREENS AND CODING

63-95

CHAPTER-8

SYSTEM TESTING AND IMPLEMENTATION

96-99

CHAPTER-9

SYSTEM SECURITY

100-102

CONCLUSION

103-104

FUTURE IMPROVEMENT

105

REFERENCES

106

You might also like