Explain what are the methods available in storing sequential files ?



Explain what are the methods available in storing sequential files ?..

Answer / Mohd Zaheer

Sequential files can be stored using various methods like Sequential Access (where data is read or written one record at a time), Direct Access (where data can be directly accessed by its relative position in the file), and Indexed Sequential Access Method (ISAM) or B-trees, which allows for faster search operations.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Data Structures Interview Questions

What are different types of sorting techniques?

1 Answers  


What does adt stands for?

1 Answers  


What are binary search and fibonacci search?

1 Answers  


Explain how is linked list implemented?

1 Answers   BPL,


Can you list out the areas in which data structures are applied extensively?

1 Answers   TCS,


What is linked list in data structure?

1 Answers  


What do you know about different sorting algorithms?

1 Answers   Zomato,


what is the need of data structure

11 Answers  


Which interfaces are implemented by abstractsequentiallist?

1 Answers  


How many types of data structures are used?

1 Answers  


What is a static structure?

1 Answers  


Can treeset have duplicates?

1 Answers  


Categories