Which concept ensures that data is protected from unauthorized modification or data corruption?
A. Confidentiality
B. Integrity
C. Availability
D. Identification
B integrity ensures that data is protected from unauthorized modification or data corruption.
You might also like to view...
Like books and movies, software is a type of intellectual property.
Answer the following statement true (T) or false (F)
Answer the following statements true (T) or false (F)
1. If an exception is not caught, it is stored for later use. 2. The try/catch/throw construct is able to handle only one type of exception in a try block. 3. There is no difference between declaring an object of an ordinary class and an object of a template class. 4. A program may not contain both a "regular" version of a function and a template version of the function. 5. The line containing a throw statement is known as the throw point.