Which type of control includes security policies, procedures, standards, baselines, and guidelines that are established by management?

A. logical controls
B. physical controls
C. preventive controls
D. administrative controls


D

Explanation: Administrative or management controls include security policies, procedures, standards, baselines, and guidelines that are established by management.

Computer Science & Information Technology

You might also like to view...

Suppose we have a String object referenced by a variable called listing. Suppose we want a new String object that consists of the first 5 characters in listing. Which of the following lines of code will achieve this?

a) String prefix = listing.front(5); b) String prefix = listing.front(6); c) String prefix = listing.substring(1,5); d) String prefix = listing.substring(0,5); e) String prefix = listing.firstChars(5);

Computer Science & Information Technology

Explain what a Web browser is used for, and list some of the common and unique features of Web browsers

What will be an ideal response?

Computer Science & Information Technology

Word automatically inserts a short, horizontal line above footnotes

Indicate whether the statement is true or false

Computer Science & Information Technology

__________ is a graphic feature used to illustrate a process, hierarchy, cycle, relationship, pyramid, matrix, or list.

A. Shapes B. SmartArt C. Video D. WordArt

Computer Science & Information Technology