Which of the following is not a limitation of file system?
2025
Which of the following is not a limitation of file system?
- A.
Data Redundancy
- B.
Data Inconsistency
- C.
Data dependence
- D.
Storing Space
Attempted by 2017 students.
Show answer & explanation
Correct answer: D
File systems have several limitations, including data redundancy, data inconsistency, and data dependence. Data redundancy occurs when the same data is stored in multiple places, leading to wasted space and potential inconsistencies. Data inconsistency arises when updates to data are not synchronized across all copies, causing conflicting information. Data dependence means that data is tightly coupled with the application, making it difficult to modify or access without changing the application. However, storing space is not a limitation; it is a necessary resource for data storage and is managed by the system.