The goal of which of the following is preventing unauthorized users from modifying data?

A. Confidentiality
B. Integrity
C. Availability
D. Auditing


Answer: B
Explanation: The goal of integrity is to ensure that unauthorized users cannot modify data and that authorized users are not making improper or unauthorized modifications of the data.

Computer Science & Information Technology

You might also like to view...

Answer the following statements true (T) or false (F)

1. The purpose of an ARP reply is to acquire the IP address. 2. The purpose of the keepalive packet is to indicate that the Ethernet interface is connected to another networking device. 3. The show ip interface brief command shows Yes in the OK? column. This indicates that keepalive packets are being exchanged. 4. Unlike a router, a switch is an OSI layer 2 device and operates by storing and forwarding the MAC addresses. 5. ARP stands for Address Resolution Protocol.

Computer Science & Information Technology

Write a Java statement or a set of Java statements to accomplish the tasks:

Print the integers from 1 to 20, using a while loop and the counter variable i. Assume that the variable i has been declared, but not initialized. Print only five integers per line. [Hint: Use the calculation i % 5. When the value of this expression is 0, print a newline character; otherwise, print a tab character. Assume that this code is an application. Use the System.out.println() method to output the newline character, and use the Sys- tem.out.print('\t') method to output the tab character.]

Computer Science & Information Technology

In Microsoft Excel, a(n) _________ is a page in a workbook that contains only a graph and no worksheet cells.? A. optical mark recognition sheet B. perspex sheet C. data sheet D. chart sheet

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

What is useful for memory profiling?

a. The Draw Nine-Patch tool b. The Android emulator c. The Android Device Monitor tool d. The Hierarchy Viewer in Pixel Perfect mode

Computer Science & Information Technology