Complete the sentence to explain a key problem with file-based systems.
File-based systems often lead to [1] because data is stored separately in many files.
File-based systems store data in separate files, causing data redundancy, which means the same data is duplicated in multiple places.
Complete the sentence to identify a limitation of file-based systems.
File-based systems lack [1], making it hard to control who can access data.File-based systems do not provide data security features, so unauthorized users may access sensitive data.
Fix the error in the sentence about file-based systems.
File-based systems provide easy [1] of data across multiple users.The statement is incorrect because file-based systems do not provide easy sharing of data among multiple users; this is a limitation that DBMS solves.
Fill both blanks to explain a DBMS advantage over file-based systems.
DBMS provides [1] to avoid data [2] and improve data integrity.
DBMS offers centralized control to reduce redundancy, which helps keep data consistent and accurate.
Fill all three blanks to describe DBMS benefits.
DBMS supports [1] access, [2] management, and [3] recovery.
DBMS allows multi-user access, manages transactions to keep data consistent, and provides backup recovery to protect data.