What are the different accessing methods of a file?
The different types of accessing a file are:
- Sequential access: Information in the file is accessed sequentially
- Direct access: Information in the file can be accessed without any certain order.
- Other access methods: Creating index for the file, indexed sequential access method (ISAM) etc.