Logo 
Search:

C++ Programming FAQ

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

What is an accumulation problem in dfs (data file structure)?

  Shared By: Lurline Fischer    Date: Sep 02    Category: C++ Programming    Views: 616

Answer:

Sometimes if some request for storing some program or variable comes which demands number of loss more than available storage blocks. At that time that storage request is being rejected but still if we free the previously occupied unused block he feel that the storage request could have been satisfied. A request just had been rejected due to the method that is being used for freeing unused storage. This problem is called accumulation.

Share: 
 



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


Tagged: