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