Examveda

Which of the following file organizations is most efficient for a file with a high degree of file activity?

A. sequential

B. ISAM

C. VSAM

D. B-Tree index

E. All of the above

Answer: Option A

Solution (By Examveda Team)

The sequential file organization is efficient and process faster for the large volume of data. It is a simple file organization compared to other available file organization methods. This method can be implemented using cheaper storage devices such as magnetic tapes.

Join The Discussion

Comments (3)

  1. Vala Sailo
    Vala Sailo:
    2 months ago

    D. B-Tree index

    Because B-Tree index handles frequent insertions, deletions, and updates efficiently, unlike sequential which is mainly good for batch processing.

  2. Mubashar Ali
    Mubashar Ali:
    6 years ago

    Explain ur answer

  3. Sumer
    Sumer :
    6 years ago

    why option A?

Related Questions on Computer Fundamental Miscellaneous