Which one of the following DAD triad components is related to the CIA triad goal of integrity?

a. Disclosure
b. Denial
c. Alteration


Answer: c. Alteration

Computer Science & Information Technology

You might also like to view...

To construct a Polyline with three points x1, y1, x2, y2, x3, and y3, use _________.

a. new Polyline(x1, y1, x2, y2, x3, y3) b. new Polyline(x1, y2, x3, y1, y2, y3) c. Polyline polyline = new Polygon(); polyline.getPoints().addAll(x1, y1, x2, y2, x3, y3) d. Polyline polyline = new Polygon(); polyline.getPoints().addAll(x1, y2, x3, y1, y2, y3)

Computer Science & Information Technology

________ a file is the process of dragging files from one location to another location on the same storage device

Fill in the blank(s) with correct word

Computer Science & Information Technology

Exporting a query as a Microsoft Excel workbook will provide an additional layer of data integrity as the original data is stored safely in the database and is protected from any errors that could originate in the spreadsheet

Indicate whether the statement is true or false

Computer Science & Information Technology

Most themes include one layout.

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

Computer Science & Information Technology