Sara, a security manager, has decided to force expiration of all company passwords by the close of business day. Which of the following BEST supports this reasoning?
A. A recent security breach in which passwords were cracked.
B. Implementation of configuration management processes.
C. Enforcement of password complexity requirements.
D. Implementation of account lockout procedures.
Answer: A. A recent security breach in which passwords were cracked.
Computer Science & Information Technology
You might also like to view...
Which of the following statements specifies that the color of the text in txtBox be red?
(A) txtBox.Text = Color.Red (B) txtBox.ForeColor = Color.Red (C) txtBox.ForeColor = Red (D) txtBox = Color.Red
Computer Science & Information Technology
When compiling a class in a package, the javac command-line option ________ causes the javac compiler to create appropriate directories based on the class’s package declaration.
a. -p. b. -a. c. -d. d. -dir.
Computer Science & Information Technology