Which of the following is recognition that data used by an organization should only be used for the purposes stated by the information owner at the time it was collected?

A. accountability
B. availability
C. privacy
D. confidentiality


Answer: C

Computer Science & Information Technology

You might also like to view...

Which of the following statements opens a file named info.txt for both input and output?

a. dataFile.open("info.txt", ios::in && ios::out); b. dataFile.open("info.txt", ios::in, ios::out); c. dataFile.open("info.txt", input || output); d. dataFile.open("info.txt", ios::in | ios::out); e. None of these

Computer Science & Information Technology

Match the following four terms to their appropriate keywords:

I. Not A. Any II. And B. All III. Between C. <> IV. Or D. Commonly coupled with 'And' operator

Computer Science & Information Technology

A dashed line can be changed to a solid line but a solid line cannot be changed to a dashed line

Indicate whether the statement is true or false

Computer Science & Information Technology

____________________ is a balance of blocking those known keywords that are not allowed to be used as input within a Web application or Web URL, and identifying those keywords that are allowed to be used as input within a Web application or Web URL.

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

Computer Science & Information Technology