Logo 
Search:

C++ Programming FAQ

Submit Interview FAQ
Home » Interview FAQ » C++ ProgrammingRSS Feeds

What is direct or random file organization in dfs (data file structure)?

  Shared By: Elliot Evans    Date: May 12    Category: C++ Programming    Views: 10579

Answer:

Direct file organization is an organization in which records can be access randomly with the help of some key. The correspondence is maintained by direct address indexing or key indexing which help us to access any record directly based on address or key mentioned in the index of that particular record.

Share: 
 



Your Comment
  • Comment should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].


Tagged: