Question:medium

A file is stored such that records are placed in no particular order, and searching requires scanning the entire file. This organization is known as?

Show Hint

"Heap" in file organization means "Unordered Pile." Just like a pile of clothes on the floor, it's easy to add to, but hard to find a specific item!
Updated On: Jul 4, 2026
  • Sequential file organization
  • Indexed file organization
  • Heap file organization
  • Clustered file organization
Show Solution

The Correct Option is C

Solution and Explanation

Was this answer helpful?
0