The ____ plan should lay out a comprehensive strategy that will guard against the malicious actions of human beings in the workforce.
A. data security
B. personnel security
C. system security
D. resource security
Answer: B
Computer Science & Information Technology
You might also like to view...
Which three OS X applications would be useful for troubleshooting a slow system? (Select three.)
A) App Store B. Console C. Activity Monitor D. Terminal E. GParted F. nano
Computer Science & Information Technology
If the variable named AVG has a value of 93, what is the value of GRADE after the instructions corresponding to the following pseudocode are executed?
``` IF AVG > 93 THEN GRADE = “A” ELSE IF AVG > 83 THEN GRADE = “B” ELSE GRADE = “P” ENDIF ENDIF ``` a) A b) B c) C d) F
Computer Science & Information Technology