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 |
What are different types of sorting techniques?
What does adt stands for?
What are binary search and fibonacci search?
Explain how is linked list implemented?
Can you list out the areas in which data structures are applied extensively?
What is linked list in data structure?
What do you know about different sorting algorithms?
what is the need of data structure
Which interfaces are implemented by abstractsequentiallist?
How many types of data structures are used?
What is a static structure?
Can treeset have duplicates?