File access method

2,804 views 5 slides Jan 31, 2022
Slide 1
Slide 1 of 5
Slide 1
1
Slide 2
2
Slide 3
3
Slide 4
4
Slide 5
5

About This Presentation

File Access Method in Operating System


Slide Content

File Access Method

Three types of File Access Method Sequential Access Random/Direct Access Indexed Access

Sequential Access This method is the simples of all method. Information in the file is processed in order, one record after the other Operations Read Next Write Next Revine

Direct Access Better than Sequential address In this method, we can read or write randomly without any order Operations Read n Write n Jump to record n

Indexed Access Indexed Sequential file overcome the disadvantage of the sequential file. These methods construct an index for the file. An index stores the location of records based on the field or fields that you choose to index