Asked by Jocelyn Bello-Paez on Jun 04, 2024

verifed

Verified

_____ means to make the data in a database unreadable by other software.

A) Encrypting
B) Backing up
C) Compacting
D) Trusting

Encrypting

The act of encoding data to keep it secure from unauthorized access, essentially a synonym for encryption but focused on the action.

Backing Up

The process of creating a copy of data from a database or software system to prevent loss of information and facilitate recovery in case of data corruption or hardware failure.

Compacting

Compacting refers to the process of reducing the size of a database or file system by removing unused space, helping to improve efficiency and performance.

  • Recognize the procedures for controlling access to databases and ensuring their security, specifically through password safeguarding and encryption techniques.
verifed

Verified Answer

KC
Kayla CochranJun 10, 2024
Final Answer :
A
Explanation :
Encrypting means to use a cryptographic algorithm to scramble the data in a way that it can only be read by someone with the appropriate decryption key. This ensures the confidentiality of the data and prevents unauthorized access to sensitive information. Backing up means creating a duplicate copy of the data to protect against data loss. Compacting means optimizing the database by reducing its size and improving performance. Trusting is not a database management term.