Use of group accounts should be minimized to ensure which of the following?
A. Password security
B. Regular auditing
C. Baseline management
D. Individual accountability
Ans: D. Individual accountability
You might also like to view...
The expression if (num != 65) cannot be replaced by:
a. if (num > 65 || num < 65) b. if (!(num == 65)) c. if (num – 65) d. if (!(num – 65))
Case 9-1 You have been doing a lot of web surfing lately as part of your research for your course and along the way you have noticed a growing number of active server pages. You have a good head for technical details and ask your friend Laura to enlighten you about some of the finer points of ASP technology. Which of the following does Laura tell you is NOT a component of the active server page?
A. the generated code component that executes on the web server B. the HTML component that is interpreted and executed by a web browser C. the database engine that generates the form D. All of the above are components of the active server page.